multi: itest jobs with SQL graph backend

In this commit, a new `test_native_sql` build flag is defined. If this
build flag is used along with the `--use-native-sql` config option, then
the SQLStore implementation of the graphdb.V1Store will be initialised.
This is then used to run our itest suite against the new SQLStore graph
implementation.

NOTE that this only works for new nodes currently - the migration from
kv-to-sql is yet to be implemeneted.
This commit is contained in:
Elle Mouton
2025-06-23 10:05:03 +02:00
parent b4b1c4bd8d
commit e38aa6d1e0
6 changed files with 88 additions and 21 deletions

View File

@ -1,4 +1,4 @@
//go:build test_db_postgres || test_db_sqlite
//go:build test_db_postgres || test_db_sqlite || test_native_sql
package sqldb