(This page was automatically generated by the tools in the opsboy project on 08:19:10 02-Feb-2023 GMT.)
Commit | Testing Time | Unexpected Failures |
Expected Failures |
Files | Tests | Elapsed Time |
---|---|---|---|---|---|---|
facfe428 | 2021-04-23 11:15:50 GMT | 0 | 6 | 1 | 84 | 32 sec |
File | Name | Details |
---|---|---|
sanity.t | TEST 4: waited locks - response_body_like - response is expected (sub thread: lock: 0 nil sub thread: unlock: 1 main thread: lock: 0.003 nil main thread: unlock: 1) |
'sub thread: lock: 0 nil sub thread: unlock: 1 main thread: lock: 0.003 nil main thread: unlock: 1 ' doesn't match '(?^s:^sub thread: lock: 0 nil sub thread: unlock: 1 main thread: lock: 0.12[6-9] nil main thread: unlock: 1 $)' |
sanity.t | TEST 5: waited locks (custom step) - response_body_like - response is expected (sub thread: lock: 0 nil sub thread: unlock: 1 main thread: lock: 0.03 nil main thread: unlock: 1) |
'sub thread: lock: 0 nil sub thread: unlock: 1 main thread: lock: 0.03 nil main thread: unlock: 1 ' doesn't match '(?^s:^sub thread: lock: 0 nil sub thread: unlock: 1 main thread: lock: 0.1[4-5]\d* nil main thread: unlock: 1 $)' |
sanity.t | TEST 6: waited locks (custom ratio) - response_body_like - response is expected (sub thread: lock: 0 nil sub thread: unlock: 1 main thread: lock: 0.004 nil main thread: unlock: 1) |
'sub thread: lock: 0 nil sub thread: unlock: 1 main thread: lock: 0.004 nil main thread: unlock: 1 ' doesn't match '(?^s:^sub thread: lock: 0 nil sub thread: unlock: 1 main thread: lock: 0.1[2]\d* nil main thread: unlock: 1 $)' |
sanity.t | TEST 8: lock expired by itself - response_body_like - response is expected (sub thread: lock: 0 nil main thread: lock: 0.001 nil main thread: unlock: 1) |
'sub thread: lock: 0 nil main thread: lock: 0.001 nil main thread: unlock: 1 ' doesn't match '(?^s:^sub thread: lock: 0 nil main thread: lock: 0.11[2-4]\d* nil main thread: unlock: 1 $)' |
sanity.t | TEST 13: expire() - response_body - response is expected (repeated req 0, req 0) |
@@ -1,10 +1,10 @@ lock 1: expire: nil, unlocked lock 1: lock: 0, nil -lock 1: expire: true, nil -lock 2: lock: nil, timeout -lock 1: expire: true, nil -lock 2: lock: nil, timeout +lock 1: expire: nil, not found lock 2: lock: 0, nil +lock 1: expire: true, nil +lock 2: lock: nil, locked +lock 2: lock: nil, locked lock 2: unlock: 1, nil lock 2: expire: nil, unlocked lock 1: expire: nil, unlocked ' |
sanity.t | TEST 7: waited locks (custom max step) - response_body_like - response is expected (sub thread: lock: 0 nil sub thread: unlock: 1 main thread: lock: 0.003 nil main thread: unlock: 1) |
'sub thread: lock: 0 nil sub thread: unlock: 1 main thread: lock: 0.003 nil main thread: unlock: 1 ' doesn't match '(?^s:^sub thread: lock: 0 nil sub thread: unlock: 1 main thread: lock: 0.11[2-4]\d* nil main thread: unlock: 1 $)' |
Go back to the index page.