We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a2455c commit 9f7aa99Copy full SHA for 9f7aa99
1 file changed
src/test/kotlin/eu/openanalytics/shinyproxyoperator/impl/kubernetes/MainIntegrationTest.kt
@@ -166,6 +166,9 @@ class MainIntegrationTest : IntegrationTestBase() {
166
// 4. assert correctness
167
spTestInstance.assertInstanceIsCorrect()
168
169
+ // wait for additionale reconcile to complete
170
+ eventController.waitForNextReconcile(spTestInstance.hash)
171
+
172
// 5. Delete Replicaset -> reconcile -> assert it is still ok
173
val replicaSetName = "sp-${sp.name}-rs-0-${spTestInstance.hash}".take(63)
174
getAndDelete(stableClient.apps().replicaSets().withName(replicaSetName))
0 commit comments