unified-storage: make sql backend update key_path for kv store (#114879)
* unified-storage: update resource_history_update_rv.sql to populate key_path in resource_history
This commit is contained in:
@@ -15,5 +15,6 @@ func TestIntegrationBenchmarkSQLStorageBackend(t *testing.T) {
|
||||
if db.IsTestDbSQLite() {
|
||||
opts.Concurrency = 1 // to avoid SQLite database is locked error
|
||||
}
|
||||
test.BenchmarkStorageBackend(t, newTestBackend(t, true, 2*time.Millisecond), opts)
|
||||
backend, _ := newTestBackend(t, true, 2*time.Millisecond)
|
||||
test.BenchmarkStorageBackend(t, backend, opts)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user