golemfactory / clay

Golem is creating a global market for computing power.
https://golem.network
GNU General Public License v3.0
2.91k stars 284 forks source link

Flaky test_blender_verification? #2320

Closed maaktweluit closed 6 years ago

maaktweluit commented 6 years ago

The last week we notice this test is randomly failing, for example

E                   AssertionError: assert 1786 < ((2042 - 223) - 33)
tests/apps/blender/task/test_blender_verification.py:187: AssertionError

in https://buildbot.golem.network/buildbot/#/builders/6/builds/1926 detailed logs: https://buildbot.golem.network/buildbot/#/builders/6/builds/1926/steps/6/logs/stdio

the numbers are different but the end result is always 0 < 0 -> ERROR

maaktweluit commented 6 years ago

https://circleci.com/gh/golemfactory/golem/8759?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link

Elfoniok commented 6 years ago

Fix: https://github.com/golemfactory/golem/pull/2421