diff options
author | Joey Hess <joey@kitenet.net> | 2012-03-18 19:55:50 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-03-18 19:55:50 -0400 |
commit | 914c362197597278bf077a263da0e5cb5021fc6b (patch) | |
tree | 961bc319132350a27c89c261c18ac1969028e76e /doc/plugins | |
parent | 0faceb91c07636284e8543d517721a25dbe29058 (diff) | |
download | ikiwiki-914c362197597278bf077a263da0e5cb5021fc6b.tar ikiwiki-914c362197597278bf077a263da0e5cb5021fc6b.tar.gz |
reproduce test suite failure, start of analysis
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/trail/discussion.mdwn | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/plugins/trail/discussion.mdwn b/doc/plugins/trail/discussion.mdwn index 4a12aa8e0..2ddf2ce45 100644 --- a/doc/plugins/trail/discussion.mdwn +++ b/doc/plugins/trail/discussion.mdwn @@ -42,7 +42,8 @@ work, but before sorting. > prebuild, but dunno that the hook prolieration is worth the minor cleanup > it allows in trail. --[[Joey]] ->> Hmm, t/trail.t is failing several tests here. --[[Joey]] +>> Hmm, t/trail.t is failing several tests here. To reproduce, I build the +>> debian package from a clean state, or `rm -rf .t` between test runs. --[[Joey]] <pre> t/trail.t .................... 1/? @@ -59,7 +60,10 @@ t/trail.t .................... 1/? # Failed test at t/trail.t line 231. </pre> -> These all seem to relate to sorting. --[[Joey]] - ->> This was reproducible once when I build the debian package, but ->> now I cannot reproduce it. --[[Joey]] +> Looking at the first of these, it expected "trail=sorting n=sorting/new p=" +> but gets: "trail=sorting n=sorting/ancient p=sorting/new" +> +> Looking at the second failure, it expected "trail=sorting n=sorting/middle p=sorting/old$" +> but got: "trail=sorting n=sorting/old p=sorting/end" +> +> Perhaps a legitimate bug? --[[Joey]] |