From 1159d5d45d8e98663e2da33211846ec462699c58 Mon Sep 17 00:00:00 2001 From: "Johannes M. Scheuermann" Date: Tue, 10 Oct 2023 10:53:53 +0200 Subject: [PATCH] Rebase changes --- .../operator_upgrades_variations_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/e2e/test_operator_upgrades_variations/operator_upgrades_variations_test.go b/e2e/test_operator_upgrades_variations/operator_upgrades_variations_test.go index f507d54a0..32f15f883 100644 --- a/e2e/test_operator_upgrades_variations/operator_upgrades_variations_test.go +++ b/e2e/test_operator_upgrades_variations/operator_upgrades_variations_test.go @@ -128,6 +128,9 @@ func performUpgrade(config testConfig, validateFunc func(cluster *fixtures.FdbCl // replacements during an upgrade. expectedProcessCounts := (processCounts.Total()-processCounts.Storage)*2 + 5 Expect(len(transactionSystemProcessGroups)).To(BeNumerically("<=", expectedProcessCounts)) + // Ensure we have not data loss. + cluster.EnsureTeamTrackersAreHealthy() + cluster.EnsureTeamTrackersHaveMinReplicas() } var _ = Describe("Operator Upgrades", Label("e2e", "pr"), func() {