Skip to content

Commit 262c488

Browse files
authored
tests/perfetto: filter out executor_wait to avoid flakes (#763)
1 parent ba47453 commit 262c488

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/perfetto/check-perfetto-trace.sh

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ echo "SELECT name FROM slice WHERE slice.category='clvk'" \
2323
| "${TRACE_PROCESSOR_SHELL}" -q /dev/stdin "${TRACE_FILE}" \
2424
| sort --unique \
2525
| sed "/event_wait/d" \
26+
| sed "/executor_wait/d" \
2627
> "${OUTPUT_FILE}"
2728

2829
# Also sort the expectation to make sure to apply the same sort algorithm to the output and the expectation.

tests/perfetto/simple_test-expectation.txt

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"end_current_command_batch"
2828
"enqueue_command"
2929
"execute_cmds"
30-
"executor_wait"
3130
"extract_cmds_required_by"
3231
"flush_no_lock"
3332
"free_descriptor_set"

0 commit comments

Comments
 (0)