google/skylark

tests: ExampleLoadParallelCycle is flaky

alandonovan opened this issue · 1 comments

I see this from time to time:

=== RUN ExampleLoadParallelCycle
--- FAIL: ExampleLoadParallelCycle (0.00s)
got:
cannot load a.sky: cannot load c.sky: cannot load b.sky: cycle in load graph
cannot load b.sky: cycle in load graph
want:
cannot load a.sky: cannot load c.sky: cycle in load graph
cannot load b.sky: cannot load a.sky: cannot load c.sky: cycle in load graph
FAIL
FAIL github.com/google/skylark 0.054s

Closed in the Starlark repo by google/starlark-go@4765c97