Zebra/zebrad/tests/common/lightwalletd
teor 89a0410e23
fix(ci): fix hangs in lightwalletd tests by checking concurrent process output in different threads (#4828)
* Make code execution time logs shorter

* Do ZK parameter preloads in the lightwalletd tests that need them

* Try to re-launch `lightwalletd` when it hangs during sync tests

* Increase full sync timeout

* Clear the `zebrad` logs during `lightwalletd` tests, to avoid logging deadlocks

* Actually clear more than one line of logs

* Check zebrad and lightwalletd output in parallel threads, while waiting for zebrad

* Check zebrad and lightwalletd output in parallel threads, while waiting for lightwalletd

* Improve test logging

* Fix a log typo

* Only wait for lightwalletd once, because its logs stop after the initial sync

* Look for cached state disks for this commit and branch first

* Only copy the state once in the send transactions test

* Wait longer for lightwalletd gRPC server startup

* Add some function docs

* cargo fmt --all
2022-07-29 07:06:18 +10:00
..
proto add(test): Integration test to send transactions using lightwalletd (#4068) 2022-04-27 23:06:11 +00:00
send_transaction_test.rs fix(ci): fix hangs in lightwalletd tests by checking concurrent process output in different threads (#4828) 2022-07-29 07:06:18 +10:00
wallet_grpc.rs fix(ci): fix hangs in lightwalletd tests by checking concurrent process output in different threads (#4828) 2022-07-29 07:06:18 +10:00
wallet_grpc_test.rs fix(ci): fix hangs in lightwalletd tests by checking concurrent process output in different threads (#4828) 2022-07-29 07:06:18 +10:00