Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#25408] DocDB: Fix MasterFailoverTestIndexCreation/MasterFailoverTes…
…tIndexCreation.TestPauseAfterCreateIndexIssued/1 in TSAN Summary: There is an expected data race when we are trying to detect stuck RPC call. But stuck call itself should not happen, particullary in this case it is caused by TSAN slowness, so call was not actually stuck. Fixed by increasing stuck call detection threshold in TSAN. Also fixed issue with double call to Transferred during connection shutdown. Test Plan: ./yb_build.sh tsan --cxx-test integration-tests_master_failover-itest --gtest_filter MasterFailoverTestIndexCreation/MasterFailoverTestIndexCreation.TestPauseAfterCreateIndexIssued/1 -n 40 -- -p 6 Reviewers: hsunder Reviewed By: hsunder Subscribers: ybase Tags: #jenkins-ready Differential Revision: https://phorge.dev.yugabyte.com/D40848
- Loading branch information