Skip to content

Commit

Permalink
Merge #67930
Browse files Browse the repository at this point in the history
67930: opt: fix show_trace_nonmetamorphic flake r=RaduBerinde a=RaduBerinde

A new test involving traces was added to this file and it is flaky
because of column family randomization. Fixing by specifying the
family explicitly.

Informs #63655.

Release note: None

Co-authored-by: Radu Berinde <[email protected]>
  • Loading branch information
craig[bot] and RaduBerinde committed Jul 22, 2021
2 parents c7e35f8 + 1b10be2 commit 6afe7de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ dist sender send r40: sending batch 1 EndTxn to (n1,s1):1

# make a table with some big strings in it.
statement ok
CREATE TABLE blobs (i INT PRIMARY KEY, j STRING)
CREATE TABLE blobs (i INT PRIMARY KEY, j STRING, FAMILY (i, j))

# make a table with some big (1mb) strings in it.
statement ok
Expand Down

0 comments on commit 6afe7de

Please sign in to comment.