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
The problem is that subtests share a copy of the database, and also share the makeBuild() function and associated state including the build number. The subtests run in parallel, and so there is a race condition on the build number.
At a minimum, the subtests should not share a workspace, and should have their own build numbers.
seen here: https://github.com/coder/coder/actions/runs/11341994791/job/31541458830?pr=15072
The text was updated successfully, but these errors were encountered: