Alexey Serbin created KUDU-3660: ----------------------------------- Summary: AdminCliTest.TestRebuildTables test scanario fails from time to time Key: KUDU-3660 URL: https://issues.apache.org/jira/browse/KUDU-3660 Project: Kudu Issue Type: Bug Components: test Affects Versions: 1.18.0 Reporter: Alexey Serbin Attachments: kudu-admin-test.5.txt.xz
The AdminCliTest.TestRebuildTables scenario of from kudu-admin-test is flaky, failing mostly in TSAN build configuration with errors like below: {noformat} src/kudu/tools/kudu-admin-test.cc:3914: Failure Failed Bad status: Not found: not all replicas of tablets comprising table TestTable are registered yet {noformat} That's also evident from the [kudu-admin-test entry at the dist-test flaky test dashboard|http://dist-test.cloudera.org:8080/test_drilldown?test_name=kudu-admin-test], e.g. take a look at [this run|http://dist-test.cloudera.org:8080/diagnose?key=b1cbce9a-1f1c-11f0-acaf-42010af00016]. Full log is attached. -- This message was sent by Atlassian Jira (v8.20.10#820010)