-
Notifications
You must be signed in to change notification settings - Fork 993
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
PMMR false positive test? #2666
Comments
@antiochp Would you like to take a look? thanks. |
We have something in the code that's attempting to read past the end of a rewound MMR. I'm pretty sure we did not log those ERROR level messages before, but something changed in past few weeks. If we read a non-existent pos from the MMR we return None so these are harmless. I think @yeastplume was investigating this a bit as well (I suspect we want to simply quieten this logging as its not really an issue). |
This issue can be close by #2685 |
@garyyu you can close this issue yourself I guess :) |
Closing! |
On a Travis-Ci test log, I find this:
Is this
Corrupted storage
a false positive test bug? or the designed behavior in this test?The text was updated successfully, but these errors were encountered: