-
Notifications
You must be signed in to change notification settings - Fork 50
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
Valgrind test fails on rzansel (CORAL testbed) #3093
Comments
Also from flux-sched's valgrind tests, I got:
I don't know if
The leak looks like comes from sqlite lib... so we may want to suppress this... |
The leak probably occurs because the process aborted and didn't go down the normal shutdown path. However, it does look like this is a bug |
Though I wonder what version of flux-core you are using -- |
Ah... maybe directly invoking a test for flux-sched ( |
I can try |
sometimes it works to run the flux-sched tests under
If that doesn't work, then try
Then check for |
The error is at the system software (
epoll_ctl
) on this platform and we probably need to add this to our suppression list.The text was updated successfully, but these errors were encountered: