Skip to content

Commit 15af2b5

Browse files
craig[bot]spilchen
andcommitted
Merge #148457
148457: sql/logictest: skip udf_in_index test under race r=spilchen a=spilchen The udf_in_index logic test currently triggers a data race, which can create unnecessary noise in test output and CI results. To reduce this noise, this test is being skipped for now. The test will be re-enabled once the underlying issue is addressed. Informs #148278 Epic: none Release note: none Co-authored-by: Matt Spilchen <[email protected]>
2 parents 07d3ca0 + 39d1a1b commit 15af2b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/sql/logictest/testdata/logic_test/udf_in_index

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# LogicTest: !local-mixed-25.2
22

3+
skip under race #148278
4+
35
# Set up functions that inspect function dependencies.
46
statement ok
57
CREATE VIEW v_col_fn_ids AS

0 commit comments

Comments
 (0)