Russell Yanofsky 7ba2d57852 Fix ListCoins test failure due to unset g_wallet_allow_fallback_fee
New global variables were introduced in #11882 and not setting them causes:

    wallet/test/wallet_tests.cpp(638): error in "ListCoins": check wallet->CreateTransaction({recipient}, wtx, reservekey, fee, changePos, error, dummy) failed
    wallet/test/wallet_tests.cpp(679): error in "ListCoins": check list.begin()->second.size() == 2 failed [1 != 2]
    wallet/test/wallet_tests.cpp(686): error in "ListCoins": check available.size() == 2 failed [1 != 2]
    wallet/test/wallet_tests.cpp(705): error in "ListCoins": check list.begin()->second.size() == 2 failed [1 != 2]

It's possible to reproduce the failure reliably by running:

    src/test/test_bitcoin --log_level=test_suite --run_test=wallet_tests/ListCoins

Failures happen nondeterministically because boost test framework doesn't run
tests in a specified order, and tests that run previously can set the global
variables and mask the bug.
2018-03-02 14:50:49 -05:00
..
2018-02-27 11:42:06 -08:00
2018-02-16 08:59:28 -05:00
2018-02-27 11:43:46 +01:00
2018-02-11 10:48:15 +01:00
2017-09-29 16:02:39 +02:00
2018-02-10 09:55:54 -05:00
2018-02-11 10:48:15 +01:00
2018-02-27 11:42:06 -08:00
2018-01-23 13:16:56 -05:00
2018-01-10 20:55:41 -10:00
2018-02-13 20:47:55 +01:00
2018-01-28 13:21:25 +01:00
2018-01-28 13:21:25 +01:00
2017-10-29 21:12:12 +08:00
2018-01-09 08:59:21 -05:00
2018-02-15 16:25:13 +01:00
2018-02-15 16:25:13 +01:00