The test tried to use the self.log member in __init__()
but it is only set up in main() in BitcoinTestFramework.
This moves the calls into setup_nodes() which is called
by main, and should log correctly if IPv6 is not available.
Differential D504
Fix proxy_test logging crash when no IPv6 available freetrader on Aug 28 2017, 18:07. Authored by Tags None Subscribers None
Details
The test tried to use the self.log member in __init__() This moves the calls into setup_nodes() which is called qa/pull-tester/rpc-tests.py proxy_test check that the test no longer fails on Travis
Diff Detail
Event TimelineComment Actions What is core doing here ? Also prepend double space in front of the command lines in you test plan. Comment Actions Ok this needs to stop. This is the second I'm asking a simple question that I think is key. What is core doing here ? Is it a problem for them and if not, what is their solution ? Comment Actions @deadalnix : after the T97 crash showed up on Travis, I compared the recent (0.15) Core proxy_test.py with ours, and indeed they applied the same fix by moving that code into setup_nodes(). Comment Actions I love how you panic, Deadalnix, without bothering to understand what is happening. :) |