Skip to content
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

Fragile test case #870

Open
vbgl opened this issue Dec 9, 2024 · 3 comments
Open

Fragile test case #870

vbgl opened this issue Dec 9, 2024 · 3 comments

Comments

@vbgl
Copy link

vbgl commented Dec 9, 2024

The cram test in test/blackbox-tests is prone to spurious failures. In various places, it blindly calls dune and expects no output from it. For instance:

$ dune build @melange

However, dune may print warning messages:

Warning: Cache directories could not be created: Permission denied; disabling cache

@davesnx
Copy link
Member

davesnx commented Dec 9, 2024

It seems related with the cache. Disabling the cache for this call is probably a good idea. Thanks

@davesnx
Copy link
Member

davesnx commented Dec 9, 2024

I have tried enabling the cache and running the tests and I don't see this warning. What version of dune are you using?

@vbgl
Copy link
Author

vbgl commented Dec 9, 2024

Version 3.17.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants