Conversation
9032c5b to
6db0da7
Compare
🔄 Flaky Test DetectedAnalysis: The e2e test suite hit the 900s timeout exactly (ran 900.557s), indicating the tests were killed by the deadline rather than failing with a specific assertion — a classic flaky timeout pattern in integration/e2e suites. ✅ Automatically retrying the workflow |
97e58c2 to
c23eac3
Compare
❌ 2 Tests Failed:
View the top 2 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
🔄 Flaky Test DetectedAnalysis: Infrastructure instability during the test run — the PostgreSQL catalog was terminated mid-run (SQLSTATE 57P01) and the Temporal server became unreachable (context deadline exceeded), causing cascading test failures unrelated to any code change. ✅ Automatically retrying the workflow |
🔄 Flaky Test DetectedAnalysis: The test ✅ Automatically retrying the workflow |
Calls client.Watch with a 5 minute context deadline so the driver sends
maxTimeMSover the wire which is honored by the server. Otherwise server-side default maxTimeMS is used which can sometimes be too short for the initial aggregation.Also added better logging for when change stream is recreated.
Fixes: https://linear.app/clickhouse/issue/DBI-672