itest: graph sql migration itest

This commit adds a basic itest that is run under the `test_native_sql`
flag. It tests that the migration is idempotent and that the node cant
be restarted without the `db.use-native-sql` flag once the graph
migration has been run.
This commit is contained in:
Elle Mouton
2025-07-12 07:59:37 +02:00
parent f5b50afb92
commit a2ffa74684
5 changed files with 164 additions and 0 deletions

View File

@@ -12,6 +12,10 @@ import (
"github.com/lightningnetwork/lnd/sqldb/sqlc"
)
// RunTestSQLMigration is a build tag that indicates whether the test_native_sql
// build tag is set.
var RunTestSQLMigration = false
// getGraphStore returns a graphdb.V1Store backed by a graphdb.KVStore
// implementation.
func (d *DefaultDatabaseBuilder) getGraphStore(_ *sqldb.BaseDB,