You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -248,7 +249,7 @@ class MainIntegrationTest : IntegrationTestBase() {
248
249
249
250
// 6. wait for instance to startup (startup will fail)
250
251
val error = eventController.waitForInputError()
251
-
assertEquals("Failed to read file 'realm1.shinyproxy.yaml', error: No or invalid realm-id", error)
252
+
assertEquals("Failed to read file 'realm1.shinyproxy.yaml', error: 'No or invalid realm-id'", error)
252
253
253
254
// 7. check that caddy still points to original instance
254
255
dockerAssertions.assertCaddyContainer("simple_test_caddy.json", mapOf("#CONTAINER_IP#" to shinyProxyContainerA.getSharedNetworkIpAddress()!!))
@@ -409,6 +410,7 @@ class MainIntegrationTest : IntegrationTestBase() {
409
410
fun`restart operator during (failing) update without state file`() = setup { dataDir, inputDir, operator, eventController, dockerAssertions, recyclableChecker, config ->
410
411
// idea of test: launch instance A, update config to get instance B, however, instance B fails to start up, in the meantime restart the operator and then update config again to A
411
412
// the operator will start a new instance, with an increased revision
0 commit comments