Summary

spiffy-request-vars' test fails sometimes

Metadata

Description

A failure that sometimes happens on spiffy-request-vars' tests happened yesterday while I was testing a stability release tarball provided by Jim.

Here are the reports:

http://tests.call-cc.org/master/linux/x86/2012/06/19/salmonella-report/test/spiffy-request-vars.html http://tests.call-cc.org/master/linux/x86/2012/09/06/salmonella-report/test/spiffy-request-vars.html http://tests.call-cc.org/master/linux/x86/2012/09/10/salmonella-report/test/spiffy-request-vars.html

The report for the test I was running yesterday is here: http://parenteses.org/mario/salmonella/4.8.0.3/linux/x86-64/2013/02/28/salmonella-report/test/spiffy-request-vars.html

Changes and comments

[2015-09-16 01:12:42 UTC] mario wrote:

Haven't seen it failing recently, so I'm closing this ticket. Don't know what might have fixed it.

[2015-09-16 01:12:56 UTC] mario changed status from new to closed

[2015-09-16 01:12:56 UTC] mario set resolution to fixed

[2015-09-25 11:57:28 UTC] mario changed status from closed to reopened

[2015-09-25 11:57:28 UTC] mario removed resolution fixed

[2015-09-25 16:54:59 UTC] mario wrote:

Since the links to the report are broken, I'm pasting the actual error:

 Starting test-server on port 8080
 Standby...
 -- testing spiffy-request-vars -----------------------------------------------
 (get "/as-string") ................................................... [ PASS]
 (get "/wrv-as-string") ............................................... [ PASS]
 (get "/wrv-as-string?var=") .......................................... [ PASS]
 (get "/as-nonempty-string?var=") ..................................... [ PASS]
 (get "/as-string?var=a") ............................................. [ PASS]
 (get "/wrv-as-string?var=a") ......................................... [ PASS]
 (get "/as-string?var=a;var=b") ....................................... [ PASS]
 (get "/wrv-as-string?var=a;var=b") ................................... [ PASS]
 (get "/as-string?var=1") ............................................. [ PASS]
 (get "/wrv-as-string?var=1") ......................................... [ PASS]
 (get "/as-symbol") ................................................... [ PASS]
 (get "/wrv-as-symbol") ............................................... [ PASS]
 (get "/wrv-as-symbol?var=") .......................................... [ FAIL]
     expected || but got :
 (get "/as-nonempty-symbol?var=") ..................................... [ PASS]
 (get "/as-symbol?var=a") ............................................. [ PASS]

I noticed that it was failing because salmonella-diff welcomed me at the ICC with a successful report: http://salmonella-linux-x86-64.call-cc.org/master-debugbuild/gcc/linux/x86-64/2015/09/23/salmonella-report/test/spiffy-request-vars.html

[2016-08-25 21:10:56 UTC] sjamaan set difficulty to insane