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

TST: Fix tests segfault #16

Merged
merged 2 commits into from
Sep 7, 2019
Merged

TST: Fix tests segfault #16

merged 2 commits into from
Sep 7, 2019

Conversation

ZLLentz
Copy link
Member

@ZLLentz ZLLentz commented Sep 7, 2019

There are no functional code changes in this PR.

This is a long overdue fix of a small but annoying bug in the test suite. By properly cleaning up our tests we ensure that the test suite does not crash when it succeeds. I believe this is ignoring the root cause of the bug (something else about the test suite), but the fix is quick and suits my needs.

I ran into this issue when running full-environment integration tests where I run each test suite from all SLAC-made libraries that I'm using in my conda environment. It's hard to automatically verify that the environment is working correctly if the automatic tests unceremoniously crash at the end, so I thought I'd fix the issue here and push out a bugfix release.

@ZLLentz ZLLentz merged commit 0f92412 into slaclab:master Sep 7, 2019
@ZLLentz ZLLentz deleted the fix-tests branch January 14, 2020 01:10
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 this pull request may close these issues.

1 participant