Comment 1 for bug 1328111

Revision history for this message
Kurt Griffiths (kgriffs) wrote :

Looking at these lines:

2014-06-05 21:49:43,181 Request (TestClaims:test_update_claim): 201 POST http://127.0.0.1:8888/v1/queues/Queues-Test-939712936/claims 0.009s

2014-06-05 21:49:43.227 | 2014-06-05 21:49:43,194 Request (TestClaims:test_update_claim): 404 PATCH http://127.0.0.1:8888/v1/queues/Queues-Test-939712936/claims/63c9a59f 0.005s

Seems that these are executing almost simultaneously. Check out the timestamps:

2014-06-05 21:49:43,181
2014-06-05 21:49:43.227

Are these by chance executing in parallel, or does the previous command return before the following is executed?