summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-06-13 18:45:46 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2015-06-13 18:52:41 +0100
commit70e9ff4d8096221e391358be6ca680bdfa1af298 (patch)
tree9392c7403f5a4f77a91f4a1ce7dad39a57247eec
parent6206349cffcc47da7d927aeec058e579654d2075 (diff)
Test suite: Test that trying to reintroduce tainted history fails
-rwxr-xr-xtests/tests/debpolicy-newreject14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/tests/debpolicy-newreject b/tests/tests/debpolicy-newreject
index 765c4d2..2204244 100755
--- a/tests/tests/debpolicy-newreject
+++ b/tests/tests/debpolicy-newreject
@@ -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