X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=tests%2Ftests%2Fdrs-push-rejects;h=5f6d04a498792e43ef1c318693f31498ae9dfde7;hb=2f3ee9be4c7e6a8685113d8d027811d3db3cd573;hp=aa092bc81ee7eb73f05cc22a87af78f762d066a6;hpb=4455e483399bb622093aac0ff1cbb93795669859;p=dgit.git diff --git a/tests/tests/drs-push-rejects b/tests/tests/drs-push-rejects index aa092bc8..5f6d04a4 100755 --- a/tests/tests/drs-push-rejects +++ b/tests/tests/drs-push-rejects @@ -71,6 +71,39 @@ tag_signer='-a' mktag mustfail 'missing signature' $push_spec +git cat-file tag $tag_name >goodtag + +for h in object type tag; do + for how in missing dupe; do + + case $how in + missing) perl -pe 's/^tag /wombat$&/ if 1..m/^$/' badtag ;; + dupe) perl -pe 'print if 1..m/^$/ and m/^'$h' /' badtag ;; + esac + + rm -f badtag.asc + gpg --detach-sign --armor -u Senatus badtag + cat badtag.asc >>badtag + + set +e + LC_MESSAGES=C git hash-object -w -t tag badtag >badtag.hash 2>badtag.err + rc=$? + set -e + + if [ $rc = 128 ] && grep 'fatal: corrupt tag' badtag.err; then + continue + elif [ $rc != 0 ]; then + cat badtag.err + fail "could not make tag" + fi + + read $tmp/suites +mustfail 'unknown suite' $push_spec +cp $root/tests/suites $tmp/. + +# fixme: +# or reject "command string not understood"; +# reject "unknown method" unless $mainfunc; + + prep unstable sid mktag cp $tmp/dm.gpg $tmp/dd.gpg @@ -104,12 +148,24 @@ prep unstable sid mktag HEAD~: mustfail 'tag refers to wrong kind of object' $push_spec +prep unstable sid +tag_name=debian/wombat +mktag +#git update-ref debian/$version debian/wombat +mustfail 'tag name in tag is wrong' \ + refs/tags/debian/wombat:refs/tags/debian/$version $push_spec1 + prep unstable sid mktag mustsucceed $push_spec # succeeds +mktag +mustfail 'push is missing head ref update' $push_spec + +git commit --allow-empty -m 'Dummy update' mktag mustfail 'not replacing previously-pushed version' $push_spec +git reset --hard HEAD~ prep_dm_mangle () { prep unstable sid @@ -120,6 +176,12 @@ prep_dm_mangle () { mktag } +git commit --amend --message 'Make it not a fast forward' +version=3-2_dummy2 +prep unstable sid +mktag +mustfail 'not fast forward on dgit branch' +$push_spec1 +$push_spec2 + git checkout v2 version=3-2_dummy2