-
Notifications
You must be signed in to change notification settings - Fork 1
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
Non-reproducable test failures in bootstrapmanager #24
Comments
close your eyes, plug your nose, say three hail marys, and the demon will go away |
Did you get all of these at the same time? If so, I think the shared bootstrap object (the same across all those tests) might be at fault - perhaps there's something I didn't think enough about. Will take a look, thanks for noticing |
Yes, all at once |
Got them again:
|
Ran into this. This is actually a bug with @michsoch's secret sharing reconstruct. |
Ah ha! Specifically, if the secret starts with "*" (a star), when reconstructed, the star vanishes! |
hmm...distinctly recall testing for that particular case |
so if anything, the prepend "magic" is the issue since what it prepends with is a "*" (star) - I tested for leading stars in the serialization code and am trying to recreate the issue with sharing and reconstruction but no luck yet in creating a failing test case |
at some point i'll demo the error in person On Mon, Mar 21, 2016 at 10:25 PM michsoch notifications@github.com wrote:
|
can you send me code that breaks? |
instructions for reproduction would be very helpful - I've since rewritten a lot of the code where this issue is likely coming from so it might be a solved problem but I would like to verify that the test fails on old code and passes on the new iteration |
|
this seems to work with the latest copy of the library, so the problem should be resolved upon integration of rss. Resolved. |
this should be resolved now that integrate_rss has been merged in |
I got a few test failures for bootstrapmanager. When I re-ran the tests, they went away.
And then similar failures in
test_multiple_sessions
,test_erase_recover
,test_corrupt_k_recover
,test_corrupt_k_2_recover
, andtest_corrupt_k_but_not_fail
.The text was updated successfully, but these errors were encountered: