test: add -daemon and -daemonwait config arg tests #21439
pull jonatack wants to merge 2 commits into bitcoin:master from jonatack:daemon-tests changing 2 files +81 −0-
jonatack commented at 6:08 pm on March 14, 2021: member
-
test: add -daemon config arg tests 6c7e3bde1e
-
test: add -daemonwait config arg tests 841eabc325
-
jonatack force-pushed on Mar 14, 2021
-
DrahtBot added the label Tests on Mar 14, 2021
-
0xB10C commented at 9:00 am on March 16, 2021: memberConcept ACK
-
in test/functional/feature_daemon_config_args.py:64 in 841eabc325
59+ self.log.debug('Test -nodaemonwait=1') 60+ with self.nodes[0].assert_debug_log(expected_msgs=['Command-line arg: daemonwait=false\n']): 61+ self.start_node(0, extra_args=['-nodaemonwait=1']) 62+ self.stop_node(0) 63+ 64+ self.log.debug('Test -daemonwait')
laanwj commented at 6:00 pm on March 16, 2021:I wonder if we can somehow test the-daemonwait
functionality here too, that RPC is available and initialized at the time it returns.
jonatack commented at 6:11 pm on March 16, 2021:Agree. ATM the processes launched by-daemon
and-daemonwait
remain alive after the test cleanup, so it looks like the framework needs to be updated to deal with these.
jonatack closed this on May 11, 2021
jonatack commented at 10:06 am on May 11, 2021: memberAm starting seminars and won’t come back to this patch for some time, so up for grabs.laanwj added the label Up for grabs on May 11, 2021laanwj commented at 10:08 am on May 11, 2021: memberOk, added “up for grabs” label. Looks like this is more involved than expected.DrahtBot locked this on Aug 18, 2022Labels
Tests Up for grabs
github-metadata-mirror
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2024-12-30 15:12 UTC
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2024-12-30 15:12 UTC
This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me
More mirrored repositories can be found on mirror.b10c.me