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
// Either allow the command to start the workspace or fail
220
222
// due to conflict (race), in which case it retries.
221
-
match:=pty.ExpectRegexMatchContext(ctx, "(Waiting for the workspace agent to connect|Unable to start the workspace due to conflict, the workspace may be starting, retrying without autostart...)")
223
+
match:=pty.ExpectRegexMatchContext(ctx, "Waiting for the workspace agent to connect")
222
224
ifstrings.Contains(match, "Unable to start the workspace due to conflict, the workspace may be starting, retrying without autostart...") {
223
225
foundConflict++
224
-
// It should retry without autostart.
225
-
pty.ExpectMatchContext(ctx, "Waiting for the workspace agent to connect")
0 commit comments