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:
@@ -357,7 +357,7 @@ func (b *backend) ListIterator(ctx context.Context, req *resource.ListRequest, c
|
||||
}
|
||||
|
||||
type listIter struct {
|
||||
rows *sql.Rows
|
||||
rows db.Rows
|
||||
offset int64
|
||||
listRV int64
|
||||
|
||||
|
||||
Reference in New Issue
Block a user