furszy 6354b4fd7f
tests: log node JSON-RPC errors during test setup
Currently, if the node replies to any command with an error during
the test framework's setup(), we log the generic and not really useful
"Unexpected exception" from the BaseException catch, with no further
information.
This isn't helpful for diagnosing the issue. Fix it by explicitly handling
JSONRPCException and logging the response error message and http status
code.
2026-01-28 19:03:33 -05:00
..
2025-12-26 08:19:34 +01:00