-
Notifications
You must be signed in to change notification settings - Fork 455
Add a test illustrating nested runtest issue #4776
#4777
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Ulysse Gérard <[email protected]>
|
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