Skip to content

Commit

Permalink
[#15231] YSQL: flaky test: CreateTableITest.TableColocationRemoteBoot…
Browse files Browse the repository at this point in the history
…strapTest

Summary:
Test `CreateTableITest.TableColocationRemoteBootstrapTest` consistently failed on TSAN build. It should be disabled in TSAN, as per
most of our YSQL tests.

Test Plan: All existing Jenkins tests

Reviewers: bogdan

Reviewed By: bogdan

Subscribers: yql

Differential Revision: https://phabricator.dev.yugabyte.com/D21565
  • Loading branch information
yifanguan committed Dec 7, 2022
1 parent a217f0e commit 77738f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yb/integration-tests/create-table-itest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ TEST_F(CreateTableITest, LegacyColocatedDBTableColocationRemoteBootstrapTest) {
ASSERT_OK(WaitFor(dirs_exist, MonoDelta::FromSeconds(100), "Create data and wal directories"));
}

TEST_F(CreateTableITest, TableColocationRemoteBootstrapTest) {
TEST_F(CreateTableITest, YB_DISABLE_TEST_IN_TSAN(TableColocationRemoteBootstrapTest)) {
const int kNumReplicas = 3;
const string kNamespaceName = "colocation_test";
string parent_table_id;
Expand Down

0 comments on commit 77738f3

Please sign in to comment.