mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #15176 from serathius/linearizability-cluster-stop
tests: Stop cluster after tests finish
This commit is contained in:
@@ -157,6 +157,7 @@ func TestLinearizability(t *testing.T) {
|
||||
retries: 3,
|
||||
waitBetweenTriggers: waitBetweenFailpointTriggers,
|
||||
}, *tc.traffic)
|
||||
clus.Stop()
|
||||
longestHistory, remainingEvents := pickLongestHistory(events)
|
||||
validateEventsMatch(t, longestHistory, remainingEvents)
|
||||
operations = patchOperationBasedOnWatchEvents(operations, longestHistory)
|
||||
|
||||
Reference in New Issue
Block a user