tests: Stop cluster after tests finish

Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
dependabot/go_modules/go.uber.org/atomic-1.10.0
Marek Siarkowicz 2023-01-24 15:47:56 +01:00
parent 207e0f74aa
commit 45e11687c4
1 changed files with 1 additions and 0 deletions

View File

@ -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)