Add a test illustrating nested runtest issue #4776#4777
Add a test illustrating nested runtest issue #4776#4777voodoos wants to merge 1 commit intoocaml:mainfrom
runtest issue #4776#4777Conversation
Signed-off-by: Ulysse Gérard <thevoodoos@gmail.com>
|
Looks like the macos CI is in an infinite loop. So we should not merge this. Edit: it did finish, with correct test result.. after 4h20 |
|
passing Full diffWith the interesting bit here: I'm trying to bisect to see when this changed. |
|
The link to #4466 is a bit mysterious to me, however I know understand the link with
this means that if you write We need a good story for this before 3.0. |
|
In concrete terms, the execve failure is dune recursing down the sandbox ( |
|
/cc @rgrinberg |
|
Also confirming that adding |
|
One idea to fix this would be to have Dune delete all the .t files in the test directory before executing the generated script. @rgrinberg WDYT? |
Sounds fine to me. Technically this is a break change, but I think we should do it for 3.0 |
|
Fixed by #5042 |
This test illustrates the issue described in #4776