mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
Close the process exit signal before forwarding litd startup errors from the wait goroutine. This lets the harness observe that the process has already exited even when no receiver is currently ready on the error channel. Use a non-blocking send for the captured process error so failed startup paths do not hang the goroutine while holding back log finalization or process exit handling. This will be needed for the upcoming commit which adds itest coverage of deprecated kvdb databases. |
||
|---|---|---|
| .. | ||
| assertions.go | ||
| litd_accounts_test.go | ||
| litd_firewall_test.go | ||
| litd_migration_test.go | ||
| litd_mode_integrated_test.go | ||
| litd_mode_remote_test.go | ||
| litd_node.go | ||
| litd_stateless_init_test.go | ||
| litd_test.go | ||
| litd_test_list_off_test.go | ||
| litd_test_list_on_test.go | ||
| log.go | ||
| network_harness.go | ||
| server_harness.go | ||
| test_harness.go | ||