Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
82514: sql/logictest: fix trigram_indexes flake r=ajwerner a=ajwerner

See failures like [this](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_UnitTests/5393754?showRootCauses=false&expandBuildChangesSection=true&expandBuildProblemsSection=true&expandBuildTestsSection=true).

Release note: None

Co-authored-by: Andrew Werner <[email protected]>
  • Loading branch information
craig[bot] and ajwerner committed Jun 7, 2022
2 parents 8889d07 + 6e31616 commit 6098b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sql/logictest/testdata/logic_test/trigram_indexes
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ INSERT INTO a VALUES (1, 'foozoopa'),
(2, 'Foo'),
(3, 'blah')

query IT
query IT rowsort
SELECT * FROM a@a_t_idx WHERE t ILIKE '%Foo%'
----
1 foozoopa
Expand Down

0 comments on commit 6098b1f

Please sign in to comment.