Merge "Identify *POST* timeout failures individually"
This commit is contained in:
commit
bb9d2a74db
@ -2,4 +2,5 @@ query: >-
|
||||
(message: "FAILED with status: 137" OR
|
||||
message: "FAILED with status: 143" OR
|
||||
message: "RUN END RESULT_TIMED_OUT") AND
|
||||
NOT message:"POST-RUN END RESULT_TIMED_OUT" AND
|
||||
tags: "console"
|
||||
|
3
queries/1807940.yaml
Normal file
3
queries/1807940.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
query: >-
|
||||
message: "POST-RUN END RESULT_TIMED_OUT" AND
|
||||
tags: "console"
|
Loading…
Reference in New Issue
Block a user