Conversation
|
This is an automated comment for commit be8945f with description of existing statuses. It's updated for the latest CI running ❌ Click here to open a full report in a separate page
Successful checks
|
azat
left a comment
There was a problem hiding this comment.
I like the idea of simplify clickhouse-test!
| raise Terminated(f"Terminated with {sig} signal") | ||
|
|
||
|
|
||
| def stop_tests(): |
There was a problem hiding this comment.
Also, maybe we should call it from signal handler? Or it will be handled gracefully and called from other parts of the code?
|
While you are here, maybe you can add a global But maybe it worth to do in a separate PR |
| fi | ||
|
|
||
| timeout_with_logging "$MAX_RUN_TIME" bash -c run_tests ||: | ||
| timeout_with_logging "$TIMEOUT" bash -c run_tests ||: |
There was a problem hiding this comment.
I don't see that this helps here - https://s3.amazonaws.com/clickhouse-test-reports/66311/076d2bb960a797c6fb25fcf0d3e390b3d695de46/stateless_tests__debug__[2_2].html
Can you please take a look why?
There was a problem hiding this comment.
Please rebase, timeout is decreased and works
There was a problem hiding this comment.
Where? I don't see any $TIMEOUT adjustments apart from this PR
There was a problem hiding this comment.
There was a problem hiding this comment.
There is no change for stateful tests because they use stateful/run.sh, which has a larger timeout. I will fix that as well.
Closes: #66000
Fixes empty reports:
https://s3.amazonaws.com/clickhouse-test-reports/65984/b25a58cd85a7e3c22154b9e054c4f454d0b92b53/fast_test.html
https://s3.amazonaws.com/clickhouse-test-reports/65979/4f66a6651afc9f655c820fedf6a6163fc4942fe9/fast_test.html
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Fix problem when github terminate instances by timeout and artifacts are not collected and full test report is not generated.
CI Settings (Only check the boxes if you know what you are doing):