chiark / gitweb /
Test suite: Test that trying to reintroduce tainted history fails
[dgit.git] / tests / tests / debpolicy-newreject
index 765c4d26b4407d747122a258430424f12bd68da8..2204244ab7163f10d45f7177b51458e5980bfced 100755 (executable)
@@ -54,6 +54,8 @@ t-expect-push-fail E:"tag debian/${vanished//./\\.} referred to this object.*all
 t-dgit push --new
 t-git-dir-check enoent
 
+vanished=$v
+
 t-dgit push --new --deliberately-include-questionable-history
 t-git-dir-check secret
 
@@ -99,4 +101,16 @@ t-commit 'Check taint is no longer there'
 t-dgit build
 t-dgit push
 
+git checkout -b stoats debian/$vanished
+t-commit 'Simulate accidentally building on rejected version'
+t-dgit build
+t-expect-push-fail "HEAD is not a descendant of the archive's version" \
+t-dgit push
+
+t-dgit pull
+t-dgit build
+t-expect-push-fail \
+    'Reason: rewound suite sid; --deliberately-not-fast-forward specified' \
+t-dgit push
+
 echo xxx want to test database lock retry thing on push-and-taint