Skip to content

Commit 59d87a0

Browse files
sql: fix TestTrace flake with DRPC-enabled tenants (#167488)
sql: fix TestTrace flake with DRPC-enabled tenants
2 parents 362021f + b928068 commit 59d87a0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/sql/trace_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ func TestTrace(t *testing.T) {
7676
drpcOptionalSpans := []string{
7777
"/cockroach.roachpb.KVBatch/Batch",
7878
"/cockroach.roachpb.KVBatch/BatchStream",
79+
"/cockroach.roachpb.TenantService/RangeLookup",
7980
}
8081
commonExpSpans := []string{
8182
"session recording",

0 commit comments

Comments
 (0)