Skip to content

Commit 8765705

Browse files
craig[bot]rafiss
andcommitted
151078: sql/tests: avoid trigger I/O functions in random syntax test r=rafiss a=rafiss fixes cockroachdb#150886 Release note: None Co-authored-by: Rafi Shamim <rafi@cockroachlabs.com>
2 parents 3a7ab11 + e634ffa commit 8765705

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/sql/tests/rsg_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,10 @@ func TestRandomSyntaxFunctions(t *testing.T) {
421421
// Some spatial function are slow and testing them here
422422
// is not worth it.
423423
continue
424+
case "trigger_in", "trigger_out":
425+
// Skip trigger I/O functions since we can't generate random trigger
426+
// arguments.
427+
continue
424428
case "crdb_internal.reset_sql_stats",
425429
"crdb_internal.check_consistency",
426430
"crdb_internal.request_statement_bundle",

0 commit comments

Comments
 (0)