Skip to content

Tests that rely on Postgres instance are flaky

Pavlo Strokov requested to merge ps-flaky-pg-tests into master

It is hard to reason about the cause of the failing PG tests, but the failure commonly happens on attempt to truncate tables. Logic of truncation refactored from multiple statements (per table) to a single truncate statement with multiple tables. Potentially cause could be a reshuffle of the statements that could cause a lock.

Closes: #3208 (closed)

Edited by Pavlo Strokov

Merge request reports