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
internal/core/adt: revert the top-level parallelism of EvalV{1,2} tests
Otherwise using CUE_UPDATE=1 would cause races when updating the outputs
in txtar files, as TestEvalV3 relies on the results of TestEvalV2.
`go test` slows down a bit due to this, from ~2s to ~2.2s on my machine,
but it's not too bad given that all the sub-tests still run in parallel
amongst themselves within each top-level test.
Signed-off-by: Daniel Martí <[email protected]>
Change-Id: Ie530257985d15eeadb2f684136ce6e6610bb7aaf
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1219274
TryBot-Result: CUEcueckoo <[email protected]>
Unity-Result: CUE porcuepine <[email protected]>
Reviewed-by: Marcel van Lohuizen <[email protected]>
0 commit comments