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

LeakSan tests taking a very long time #276

Closed
eigenraven opened this issue Oct 12, 2022 · 2 comments · Fixed by #283
Closed

LeakSan tests taking a very long time #276

eigenraven opened this issue Oct 12, 2022 · 2 comments · Fixed by #283

Comments

@eigenraven
Copy link
Collaborator

Just looking at recent actions logs, it looks like there's a lot of 30s sleeps between tests that for some reason only happen when testing with the Leak santitizer enabled.

@csegarragonz
Copy link
Collaborator

According to the docs the leak sanitizer should:

  • Add no overhead.
  • Be enabled by default with Address Sanitizer.

Do you know what could be happening then?

@eigenraven
Copy link
Collaborator Author

I have no idea, but if asan can already cover it we can probably just remove independent leaksan. The docs do say it is a much less tested/supported configuration.

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

Successfully merging a pull request may close this issue.

2 participants