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
fix(runner): serialize mounts_test with mount_state_test
TestLaunchCommandsUseSplitMounts was racing with tests in
mount_state_test.go because both modify the package-level runCommand
and commandOutput variables. Add mountStateTestMu lock to serialize
these tests.