-
Notifications
You must be signed in to change notification settings - Fork 5
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
iterator_test.cpp fails #31
Comments
Yes the test passes on the travis build. |
Have you solved this issue? |
Yes, it seems to. It just worked after i tried it two more times. |
Now also fails for me. #36 |
I'm going to look into it, however I'm not able to reproduce this behaviour locally.
Does it make a difference if you comment out line 28 in choicedictionaryiterator_test.cpp? |
Yes it does, but the test still fails. Now the actual value is
|
@andrej-sajenko Should we maybe disable the test for the choice dictionary iterator, so that unrelated pull requests get accepted? @shsr04 Does the test also fail locally? |
Yes, it's the same as the Travis build. |
Maybe the sea/src/choicedictionaryiterator.cpp Line 38 in f4747b3
sea/src/choicedictionaryiterator.cpp Line 61 in f4747b3
|
@dappels I have made several tries now. Whatever my approach for the CD iterator test is, it fails on Travis (but works locally)... Could this be a bug in the iterator itself? (some portability issue?) |
I don't really know what causes the issue for you. As discussed previously it is not possible for me to reproduce that issue locally. |
The Travis build on #68 failed when I uncommented the test. (Locally, everything works.) What's really interesting is that the experimental test e8ddd2e does not even use random number generation. The build status can be found here: https://travis-ci.org/thm-mni-ii/sea/builds/455994593 I don't know if this helps, but that's all the information I have. |
I have been getting that error from the iterator_test.
Did this test pass the travis build test?
The text was updated successfully, but these errors were encountered: