-
Notifications
You must be signed in to change notification settings - Fork 8.3k
No artifacts on CI in case of Check timeout expired for fasttest #66000
Copy link
Copy link
Closed
Labels
comp-ci-infrastructureCI/CD pipelines (GitHub Actions, CI scripts, runners).CI/CD pipelines (GitHub Actions, CI scripts, runners).
Description
Consider the following run - https://s3.amazonaws.com/clickhouse-test-reports/65984/b25a58cd85a7e3c22154b9e054c4f454d0b92b53/fast_test.html
It failed with "timeout 2400s is exceeded", and does not publish any artifacts, the problem with fast test is that it is different, the container builds the clickhouse itself.
But there is possible room for improvement:
- expand
fast_test_check.pyto kill the docker container and gather all the logs - fix
clickhouse-test- AFAIR this wrapper uses timeouts everywhere and it should not hang, and 40mins should be enough, the problem is that in that run it just hunged (maybe because of gdb? not sure) - and likely
clickhouse-testdid not report all the failed tests
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
comp-ci-infrastructureCI/CD pipelines (GitHub Actions, CI scripts, runners).CI/CD pipelines (GitHub Actions, CI scripts, runners).