Page MenuHomePhabricator

Fix wallet_reorgsrestore functional test flakiness
ClosedPublic

Authored by Fabien on Jul 30 2020, 09:26.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Project
Commits
rABCf7b92034f258: Fix wallet_reorgsrestore functional test flakiness
Summary

The test is not designed to account for the parking feature, so disable
it.

Test Plan
for i in range {1..100}; do
  if ! ./test/functional/test_runner.py wallet_reorgsrestore; then
    break
  fi
done

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable