Fix postgres18 new volume path in docker images#4280
Conversation
|
This got created, with the recent postgres image bump in #4245.
This update fixes it |
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. |
1 similar comment
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. |
❌ 2 Tests Failed:
View the top 3 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
🔄 Flaky Test DetectedAnalysis: The test failed due to a PostgreSQL connection being terminated by an administrator command (SQLSTATE 57P01) during an active test, and a teardown race condition where a replication slot was still held by another process (PID 15018) when cleanup tried to drop it — both are transient infrastructure issues, not code bugs. ✅ Automatically retrying the workflow |
🔄 Flaky Test DetectedAnalysis: Test failed with SQLSTATE 57P01 ("terminating connection due to administrator command"), meaning the PostgreSQL server was abruptly shut down mid-test by the CI environment — a clear infrastructure flake, not a code regression. ✅ Automatically retrying the workflow |
🔄 Flaky Test DetectedAnalysis: TestGenericBQ/Test_Partitioned_Table_Without_Publish_Via_Partition_Root timed out after 185s waiting for 13 rows to normalize into BigQuery — source Postgres consistently showed 10 rows but BigQuery destination returned 0 throughout, indicating an async replication lag under CI load rather than a code regression. ✅ Automatically retrying the workflow |
🔄 Flaky Test DetectedAnalysis: The test ✅ Automatically retrying the workflow |
pfcoperez
left a comment
There was a problem hiding this comment.
I got bitten by this in my local dev env! Thanks for fixing 👏
No description provided.