Commit a10916a
committed
Merge #585: bitcoind: call wait in drop to reap process
c08ea32 bitcoind: call wait in drop to reap process (Nick Johnson)
Pull request description:
Over in [rust-psbt we are seeing integration test failures](https://git.rust-bitcoin.org/rust-bitcoin/rust-psbt/actions/runs/58/jobs/8/attempt/1) which result in a CI runner spinning for hours, even though the test failed in a minute. Setting aside why the test failed (looks bitcoind related but dunno what), I am wondering if we should have a stronger guarantee in the drop to clean up the process. I looked back in the [old archive for the original impl reasoning](rust-bitcoin/bitcoind#52) and don't see much.
I could also see this being a big no-no in a Drop impl, but for a high level thing like the bitcoind process maybe better than not?
ACKs for top commit:
tcharding:
ACK c08ea32
Tree-SHA512: 9a1ff79f4f8ad3735363cc385f235fd3dc99643965b4f134de5514014167f8e41baf313384173d8404e650d2cfcf74d1f99dcd3edf4f596a5922a49cf83a6d5a1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
573 | 573 | | |
574 | 574 | | |
575 | 575 | | |
| 576 | + | |
| 577 | + | |
576 | 578 | | |
577 | 579 | | |
578 | 580 | | |
579 | 581 | | |
| 582 | + | |
580 | 583 | | |
581 | 584 | | |
582 | 585 | | |
| |||
0 commit comments