Don't run the Bloom tests for Jellyfish, they can randomly fail#1016
Don't run the Bloom tests for Jellyfish, they can randomly fail#1016boegel merged 1 commit intoeasybuilders:developfrom
Conversation
|
btw. just a hint: each single time you see some random failures, make the extra check if the random failure occurs also a non-parallel-fs (eg. try /tmp as both build and installdir). Also, be aware that certain software may have issues when it is built within /dev/shm and the like, for the opposite reason: the fast fs may expose race conditions in the build/install logic. |
|
ps. if the random failure is exclusively due to statistics, you can improve them a bit via voting (ie. run the test 3 times, keep 2 for success), but I'd agree that it would never be 100% reliable and that gives a good excuse for the current PR... |
|
Test report by @boegel |
|
@fgeorgatos these are actually random tests, that randomly fail. The bloom filter is a data structure with some random properties, the tests test these random properties, but because of randomness they somtimes fail, it's a bad test, the author told me it was, and we can safely skip it. so, good to go? |
|
Jenkins: test this please |
|
@JensTimmerman: test report (re)submitted, ping me when it comes back (I won't be notified) |
|
Refer to this link for build results (access rights to CI server needed): This pull request is now ready for review/testing. Please try and find someone who can tackle this; contact @boegel if you're not sure what to do. |
|
@JensTimmerman: please sync this with This actually raises an important issue with the test reports... :-/ |
|
@boegel rebased on develop |
|
Hmm, I saw this same change in another PR (and now I can't find it anymore...) |
|
Ah, found it again: #1035. |
|
Refer to this link for build results (access rights to CI server needed): This pull request is now ready for review/testing. Please try and find someone who can tackle this; contact @boegel if you're not sure what to do. |
|
Test report by @boegel |
|
Going in, thanks @JensTimmerman! |
Don't run the Bloom tests for Jellyfish, they can randomly fail
No description provided.