Functional Test Runner, test/functional/test_runner.py, intermittently fails on random functional tests. #95
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
Describe the issue
When executing the functional test suite via
test/functional/test_runner.py --extended
, some tests will intermittently fail. However, when running each test in isolation, they will all pass save fortest/functional/zmq_test.py
which there is another raised issue for..It does not matter how many threads the test runner is configured to run (e.g. >= 1); all configurations will result in random functional test failures.
What behavior did you expect?
The expected behavior is that regardless of the number of threads the test runner is configured with, all functional tests will pass.
What was the actual behavior (provide screenshots if the issue is GUI-related)?
The actual behavior is that some functional tests will fail intermittently, regardless of the number of threads the test runner is configured with. See here.
How reliably can you reproduce the issue, what are the steps to do so?
This issue can be reproduced on a local machine and via GitHub Actions.
What version of DigiByte Core are you using, where did you get it (website, self-compiled, etc)?
v8.22
What type of machine are you observing the error on (OS/CPU and disk type)?
All machine types can reproduce this issue, but Mac OS 10.15, 11 and 12 were used locally. GitHub Actions with Ubuntu latest were also used.
The text was updated successfully, but these errors were encountered: