Skip to content

Commit

Permalink
Rebase changes
Browse files Browse the repository at this point in the history
  • Loading branch information
johscheuer committed Oct 10, 2023
1 parent 1a06c66 commit 1159d5d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 1159d5d

Please sign in to comment.