Alexey Serbin created KUDU-3642:
-----------------------------------
Summary: MaintenanceManagerTest.TestRunningInstances is flaky
Key: KUDU-3642
URL: https://issues.apache.org/jira/browse/KUDU-3642
Project: Kudu
Issue Type: Bug
Components: test
Reporter: Alexey Serbin
Attachments: maintenance_manager-test.txt.xz
The MaintenanceManagerTest.TestRunningInstances sometimes fails with errors
like below (for TSAN builds it triggers sanitizer warnings in addition to that):
{noformat}
src/kudu/util/maintenance_manager-test.cc:629: Failure
Expected equality of these values:
status_pb.running_operations_size()
Which is: 0
2
src/kudu/util/test_util.cc:401: Failure
Failed
Timed out waiting for assertion to pass.
{noformat}
The log is attached (TSAN build).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)