-
Notifications
You must be signed in to change notification settings - Fork 758
TestTSONotLeaderWhenRebaseErr is flaky #10541
Copy link
Copy link
Open
Labels
contributionThis PR is from a community contributor.This PR is from a community contributor.first-time-contributorIndicates that the PR was contributed by an external member and is a first-time contributor.Indicates that the PR was contributed by an external member and is a first-time contributor.type/ciThe issue is related to CI.The issue is related to CI.
Description
Flaky Test
Which jobs are failing
=== FAIL: TestLegacyTSOClientSuite/TestTSONotLeaderWhenRebaseErr (15.34s)
client_test.go:509:
Error Trace: /home/prow/go/src/github.com/tikv/pd/tests/integrations/tso/client_test.go:509
Error: Received unexpected error:
[PD:etcd:ErrEtcdMoveLeader]etcdserver: request timed out, leader transfer took too long
Test: TestLegacyTSOClientSuite/TestTSONotLeaderWhenRebaseErr
CI link
Reason for failure (if possible)
ResignLeaderWithRetry → ResignEtcdLeader → MoveEtcdLeader hits etcdserver: request timed out, leader transfer took too long. Likely caused by CI resource pressure. This failure also leaves the cluster leaderless, cascading into subsequent tests in the suite (TestTSOServiceDiscovery, TestUpdateAfterResetTSO) failing in SetupTest.
Anything else
- triage-key:
testtsontleaderwhenrebaseerr - test:
TestTSONotLeaderWhenRebaseErr
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
contributionThis PR is from a community contributor.This PR is from a community contributor.first-time-contributorIndicates that the PR was contributed by an external member and is a first-time contributor.Indicates that the PR was contributed by an external member and is a first-time contributor.type/ciThe issue is related to CI.The issue is related to CI.