mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
Expand the kvdb -> SQL migration itest to cover the full post-migration startup behavior, not just the initial data copy and SQL assertions. Verify that bbolt startup is blocked once kvdb files are deprecated, that deleting the SQL database reruns the migration successfully, and that older litd binaries still fail to start against deprecated kvdb files. Also add ordered blocker checks for the deprecated kvdb files so the test shows startup fails first on accounts.db, then session.db, and finally rules.db as earlier files are removed. |
||
|---|---|---|
| .. | ||
| 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 | ||