[PATCH 2/6] test: add known broken test for indexing an In-Reply-To loop.
David Bremner
david at tethera.net
Fri Apr 20 11:31:31 PDT 2018
This documents the bug discussed in
id:87d10042pu.fsf at curie.anarc.at
---
test/T050-new.sh | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/test/T050-new.sh b/test/T050-new.sh
index cd522364..b9854978 100755
--- a/test/T050-new.sh
+++ b/test/T050-new.sh
@@ -354,4 +354,9 @@ exit status: 75
EOF
test_expect_equal_file EXPECTED OUTPUT
+add_email_corpus broken
+test_begin_subtest "reference loop does not crash"
+test_subtest_known_broken
+test_expect_code 0 "notmuch show --format=json id:mid-loop-12 at example.org id:mid-loop-21 at example.org > OUTPUT"
+
test_done
--
2.17.0
More information about the notmuch
mailing list