From 166e313642e9ae5cbe4764cca568404ac82433dd Mon Sep 17 00:00:00 2001 From: Ingo Oppermann Date: Wed, 19 Jun 2024 15:38:42 +0200 Subject: [PATCH] Fix tests --- cluster/leader_test.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cluster/leader_test.go b/cluster/leader_test.go index f899f867..c69a3b6b 100644 --- a/cluster/leader_test.go +++ b/cluster/leader_test.go @@ -1777,6 +1777,7 @@ func TestRebalanceOverload(t *testing.T) { config: &app.Config{ ID: "foobar3", }, + order: "start", }, }, opStack) @@ -2006,6 +2007,7 @@ func TestRebalanceReferenceAffinity(t *testing.T) { ID: "foobar2", Reference: "barfoo", }, + order: "start", }, }, opStack) @@ -2119,6 +2121,7 @@ func TestRebalanceRelocateTarget(t *testing.T) { config: &app.Config{ ID: "foobar1", }, + order: "start", }, }, opStack) @@ -2232,6 +2235,8 @@ func TestRebalanceRelocateAny(t *testing.T) { config: &app.Config{ ID: "foobar1", }, + + order: "start", }, }, opStack)