Closed maaktweluit closed 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
0 < 0
https://circleci.com/gh/golemfactory/golem/8759?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link
Fix: https://github.com/golemfactory/golem/pull/2421
The last week we notice this test is randomly failing, for example
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