.cookie
file is readable
Possible fix no. 5 PermissionError
in #14446
There’s so much polling and waiting in the tests; from a determinism point of view I’d prefer to do this waiting once after starting a node, this is the only time where one’d expect the cookie to possibly not be there yet (maybe make it part of the current poll-after-run loop).
(If the same happens and it’s trying to find the cookie after shutdown this is a problem with the test and it shouldn’t simply wait 10 seconds. Or if the cookie goes missing while a node is supposed to be running this is a problem with the software that should be detected immediately.)
wait_for_rpc_connection()
ken2812221
MarcoFalke
laanwj
promag
Labels
Tests