ocurrent / citty

CI in tty
MIT License
15 stars 7 forks source link

Crash when rebuilding many jobs in succession #17

Closed craigfe closed 4 years ago

craigfe commented 4 years ago

It is possible to consistently crash citty by rebuilding ~5+ jobs on the same ref in quick succession. This is unfortunate, as this is currently the only way of updating the world-view on a PR (after, say, a Docker image upgrade in the background).

An example output:

ᐅ make run
dune build ./src/main.bc
dune exec ./src/main.bc 2> error.log

make: *** [Makefile:6: run] Error 2
let-def commented 4 years ago

I just merged the #15 which should fix this issue :).