Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
On fast machines, we don't get failures sometimes on commando commands. (*But* we still got "New cmd replacing old" messages, which is how I realized we weren't freeing them promptly, hence the previous fix). ``` # Should have exactly one discard msg from each discard > nodes[0].daemon.wait_for_logs([r"New cmd from .*, replacing old"] * discards) tests/test_plugin.py:2839: ... > raise TimeoutError('Unable to find "{}" in logs.'.format(exs)) E TimeoutError: Unable to find "[]" in logs. ``` Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
- Loading branch information