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
test(project): Cover build server recovery after non-abort errors
Pin the deadlock fix in BuildServer.#processBuildRequests with a
regression test: serve application.a in cache=Force mode against an
empty cache, fire two requests, and assert both reject with the
underlying "no cache found" error and that exactly two "error" events
are emitted. Before the fix, the second request hung until AVA's
timeout because #activeBuild was never cleared.
0 commit comments