Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: intermittent failure in feature_llmq_simplepose.py (#5859)
## Issue being fixed or feature implemented kudos to kwvg to report issue: he pointed out that functional tests randomly fail lately. Bisect pointed out an exact commit: bitcoin#20027 - mockable time everywhere ## What was done? Added call `mn.node.mockscheduler` as it is done in 20027 for other functional tests ## How Has This Been Tested? Run 20 times. Without this patch 20% failures; with this patch - zero failures. ``` test/functional/test_runner.py -j20 feature_llmq_simplepose.py feature_llmq_simplepose.py feature_llmq_simplepose.py feature_llmq_simplepose.py feature_llmq_simplepose.py feature_llmq_simplepose.py feature_llmq_simplepose.py feature_llmq_simplepose.py feature_llmq_simplepose.py feature_llmq_simplepose.py feature_llmq_simplepose.py feature_llmq_simplepose.py feature_llmq_simplepose.py feature_llmq_simplepose.py feature_llmq_simplepose.py feature_llmq_simplepose.py feature_llmq_simplepose.py feature_llmq_simplepose.py feature_llmq_simplepose.py feature_llmq_simplepose.py ``` ## Breaking Changes N/a ## Checklist: - [x] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added or updated relevant unit/integration/functional/e2e tests - [ ] I have made corresponding changes to the documentation - [x] I have assigned this pull request to a milestone --------- Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com>
- Loading branch information