]> git.feebdaed.xyz Git - 0xmirror/crun.git/commit
tests: add slow test detection and warnings to TAP output
authorGiuseppe Scrivano <gscrivan@redhat.com>
Fri, 5 Dec 2025 10:49:02 +0000 (10:49 +0000)
committerGiuseppe Scrivano <gscrivan@redhat.com>
Fri, 12 Dec 2025 13:31:18 +0000 (14:31 +0100)
commit0be79fe896a2fa91e2467199a3571298934833aa
treeb1fbc9e265f79c7862e510c785a591a85871c692
parent8e9ef557c8df7ba531fcff316388ce8e74536a5c
tests: add slow test detection and warnings to TAP output

Add timing thresholds to detect slow-running tests:
- Warn for tests taking >30 seconds (slow threshold)
- Warn for tests taking >60 seconds (very slow threshold)

This helps identify performance regressions and tests that may
need optimization or may be hanging.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
tests/tests_utils.py