Page MenuHomePhabricator

Ensure config is resetted with each tests.
ClosedPublic

Authored by deadalnix on Jul 20 2017, 11:37.

Details

Summary

This fixes problems where there are leftover cofngis from other tests.

The long term plan would be to make sure the config is not a global singleton but we are not there yet.

Test Plan
./src/test/test_bitcoin --random=13174

Diff Detail

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

Event Timeline

freetrader added inline comments.
src/test/test_bitcoin.cpp
51 ↗(On Diff #876)

typo: parameters

This revision is now accepted and ready to land.Jul 20 2017, 11:45

Note about test plan random seed:

A particular seed may usually be assumed to be effective at reproducing a problem only for a particular build configuration, and often only on particular installation (machine + OS).
Unless there is something magical about '13174' ?

This revision was automatically updated to reflect the committed changes.