Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#6080] Disable New PG Mini Test in ASAN (DropAllTablesInColocatedDB)
Summary: Added a new PG mini test for handling missing tables on master restart. After landing, noticed that ASAN builds were failing with "SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior ../../src/yb/yql/pgwrapper/pg_mini_test_base.cc:35:19". Thats when I noticed that most of the PGMini tests are disabled in ASAN for random failures with the base test scaffolding (like this). Test Plan: PgMiniTest.DropAllTablesInColocatedDB Reviewers: sergei, jason, bogdan Reviewed By: bogdan Subscribers: ybase Differential Revision: https://phabricator.dev.yugabyte.com/D9796
- Loading branch information