Fix tests

This commit is contained in:
Ingo Oppermann 2024-06-19 15:38:42 +02:00
parent a9d6b1ec49
commit 166e313642
No known key found for this signature in database
GPG Key ID: 2AB32426E9DD229E

View File

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