Unistore Chore: Add OTEL testing harness (#94835)
* add testing harness * fix mockery and linters * fix data race in tests * fix data race in tests * reduce cardinality of data
This commit is contained in:
committed by
GitHub
parent
8b9bb2acf6
commit
cf08f6762d
@@ -11,6 +11,7 @@ import (
|
||||
|
||||
func TestDB_BeginTx(t *testing.T) {
|
||||
t.Parallel()
|
||||
registerTestSQLDrivers()
|
||||
ctx := testutil.NewDefaultTestContext(t)
|
||||
|
||||
sqlDB, err := sql.Open(driverWithIsolationLevelName, "")
|
||||
|
||||
Reference in New Issue
Block a user