-
Notifications
You must be signed in to change notification settings - Fork 23
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
test_mtl mid-z QSO test failure (intermittent?) #787
Comments
I ran |
Thanks for checking. Since the exception is inside the test itself (rather than inside algorithmic code that the test is testing), let's call this good enough and I'll reopen the ticket if the failure occurs again. |
@geordie666 another intermittent test_mtl failure popped up last night, but passes this morning:
Please review that code for whether there might be side effects to the individual tests such that running them in a different order could cause one of them to break another. e.g. leaving a test file behind, or a modification to a self.blah variable that isn't cleared out by the setUp call before the next test. If nothing pops up after a few minutes investigation, ok to close this again and we'll re-report if it comes up again. |
Irritating. We could take the lazy option and turn off the test, as the lines of code that are being covered are stable and unlikely to change. But, led me dig some more to try to understand the problem. One solution might be to hard-code some numbers in that test, rather than inheriting them from the class. |
@sbailey: Suggested approach. Let's skip this unit test with a decorator, for now, but leave this issue open. When I find time to drill down on a solution, I'll turn the unit test back on. |
it fails infrequently enough that it isn't a big problem. I suggest leaving it on to build up stats and examples. I can post here if/when there are other failures, but it isn't urgent, nor is it overly distracting or problematic. If we're going to do anything short term to the code, I'd suggest augmenting the test logging so that the next time one of those two tests fail, it leaves behind more information that might be useful for debugging what happened (e.g. printing the values of pp, mtl, iilowz, iihighz, ...) |
Nightly integration tests at NERSC failed last night with the following error, though I haven't been able to reproduce it by rerunning tests with my own checkout at NERSC. @geordie666 please check.
The text was updated successfully, but these errors were encountered: