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
Copy file name to clipboardExpand all lines: test/async/container/controller.rb
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -196,7 +196,8 @@ def after(error = nil)
196
196
197
197
Process.kill(:HUP,pid)
198
198
199
-
expect(input.read(2)).tobe == "I."
199
+
# The ordering between the old child writing "I" and the new child writing "." is timing-dependent (blue-green restart starts the new container before stopping the old one). Accept either order.
0 commit comments