Skip to content

libkirk/events: register the event handler for suite_timeout#30

Merged
acerv merged 1 commit intolinux-test-project:masterfrom
Chunyu-Hu:timeout
Feb 12, 2025
Merged

libkirk/events: register the event handler for suite_timeout#30
acerv merged 1 commit intolinux-test-project:masterfrom
Chunyu-Hu:timeout

Conversation

@Chunyu-Hu
Copy link
Contributor

In our testing, we find when suite timeout happened, nothing is printed. and it confuses us that many tests are skipped but no hint in the log. We find the handler is there but not registered, so add it there.

With the line added, we'll have the log like below when suite timeout happened:

Suite 'syscalls' timed out after 3600 seconds.

In our testing, we find when suite timeout happened, nothing is printed.
and it confuses us that many tests are skipped but no hint in the log.
We find the handler is there but not registered, so add it there.

With the line added, we'll have the log like below when suite timeout
happened:

Suite 'syscalls' timed out after 3600 seconds.

Signed-off-by: Chunyu Hu <chuhu@redhat.com>
@acerv
Copy link
Collaborator

acerv commented Feb 12, 2025

Thanks for catching it!

@acerv acerv merged commit e0d6a2d into linux-test-project:master Feb 12, 2025
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants