-
-
Notifications
You must be signed in to change notification settings - Fork 388
Replies: 1 comment · 2 replies
-
some sort of race condition, possibly with file locks. enabling trace logging may help. |
Beta Was this translation helpful? Give feedback.
All reactions
-
Thank you for the hint. Even with tracing enabled I'm not sure I can properly make any sense out of the output. I found a better way to reproduce it btw:
And then in two different terminals you execute it in the loop. In one terminal you enable export MISE_TRACE=1
for i in $(seq 1 2000); do mise example $i; done
|
Beta Was this translation helpful? Give feedback.
All reactions
-
Sorry, I totally forgot to mention version etc:
|
Beta Was this translation helpful? Give feedback.
-
We've seen this happen on CI sometimes, but I also found a way to trigger it:
mise-tasks/example
Execute:
The strange thing is, that the whole invocation of
22
in this case is missing. So it didn't printstart 22
, neitherdone 22
.Any idea what this might be?
Beta Was this translation helpful? Give feedback.
All reactions