Skip to content

How to merge anything if fast test is always failing #62383

Closed Answered by Algunenano
pheepa asked this question in Q&A
Discussion options

You must be logged in to vote

How to merge anything if fast test is always failing

I would recommend you to stop rebasing and merging master and instead look into why the tests are crashing the server with your changes. As there are multiple tests running in parallel, if the server crashes then random tests will fail because of it (the ones being run when it crashed).

Check the logs in https://s3.amazonaws.com/clickhouse-test-reports/62262/2211e011277e0fa9ad7d4923330de144b96455c2/fast_test.html

It's crashing. If you look at the server logs and look for <Fatal> you'll find something like:

2024.04.09 16:42:22.974419 [ 185286 ] {} <Fatal> BaseDaemon: (version 24.4.1.1, build id: 2E89AC3E924B35A75F8046D03EFDF6A8FAF3F5AE…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@pheepa
Comment options

Answer selected by pheepa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants