Open
Description
While now the simple test with just 3 requests succeeds, a very similar test with six requests fails
❯ cake test
4: one
8: two
6: three
--- flushed ---
Test Failed { one: 4, two: 8, three: 6 }
Apparently the last requests is timed out, and the flush is only happening after the 60-seconds interval defined in test/config.json has passed. Also note that the counts are completely wrong, the expected result should be either
{ "one": 1, "two": 2, "three": 3 }
or, since the last request failed, at least:
{ "one": 1, "two": 2, "three": 2 }
I could reproduce this multiple counting of single pixel.gif requests in a real server setting, so this is a serious bug.
Metadata
Metadata
Assignees
Labels
No labels