public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH i-g-t 0/1] RFC tests/intel/xe_exec_reset: Filter expected timeout dmesg during reset tests
@ 2026-01-23  6:52 Sobin Thomas
  2026-01-23  6:52 ` [PATCH i-g-t 1/1] " Sobin Thomas
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Sobin Thomas @ 2026-01-23  6:52 UTC (permalink / raw)
  To: igt-dev, matthew.brost; +Cc: Sobin Thomas

During reset testing there are timedout messages with lrc seq no
and seqno coming in CI Dmesg. These logs are causing CI warnings.

Since we are intentionally causing the GPU reset, so timeout messages
are expected behavior rather than actual test failures. These messages
filtered by CI and incorrectly flagged as errors.

This change adds ignore_timeout_dmesg() function that registers a regex
pattern to filter out expected timeout-related dmesg messages:
- "Timedout"
- "timeout"

The function is strategically called before operations that trigger
resets to proactively filter expected messages:
- GT reset operations (xe_force_gt_reset_async/sync)
- Legacy test modes involving resets
- Compute mode tests with GT reset flags
- Thread-based reset testing scenarios

This ensures cleaner test output by suppressing expected noise while
preserving genuine error reporting for actual test failures.

Sobin Thomas (1):
  RFC tests/intel/xe_exec_reset: Filter expected timeout dmesg during
    reset tests

 tests/intel/xe_exec_reset.c | 49 +++++++++++++++++++++++++++++++------
 1 file changed, 41 insertions(+), 8 deletions(-)

-- 
2.51.0


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2026-01-29 10:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-23  6:52 [PATCH i-g-t 0/1] RFC tests/intel/xe_exec_reset: Filter expected timeout dmesg during reset tests Sobin Thomas
2026-01-23  6:52 ` [PATCH i-g-t 1/1] " Sobin Thomas
2026-01-29  9:29   ` Peter Senna Tschudin
2026-01-29 10:45   ` Kamil Konieczny
2026-01-23  8:02 ` ✓ Xe.CI.BAT: success for " Patchwork
2026-01-23  8:19 ` ✓ i915.CI.BAT: " Patchwork
2026-01-23 22:34 ` ✗ Xe.CI.Full: failure " Patchwork
2026-01-26  8:22 ` [PATCH i-g-t 0/1] " Zbigniew Kempczyński
2026-01-26 12:52   ` Thomas, Sobin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox