Skip to content

Commit a6f2d6d

Browse files
authored
Merge pull request #33532 from def-/pr-nightly44
ci: Fix nightly failures (2025-09-06)
2 parents 9660fbf + a4103f4 commit a6f2d6d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

misc/python/materialize/sqlsmith.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,5 @@
141141
"The fast_path_optimizer shouldn't make a fast path plan slow path.", # TODO: Remove when database-issues#9645 is fixed
142142
"Window function performance issue: `reduce_unnest_list_fusion` failed", # TODO: Remove when database-issues#9644 is fixed
143143
"WITH ORDINALITY or ROWS FROM with pg_catalog.regexp_split_to_table not yet supported",
144+
"invalid normalization form", # Expected with https://github.com/MaterializeInc/materialize/pull/33507
144145
]

misc/shlib/shlib.bash

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,16 @@ trufflehog_jq_filter_common() {
269269
.Raw != "d3aa325086974cdfb3912f28e5a8c168" and
270270
.Raw != "jdbc:postgresql://postgres:5432/postgres" and
271271
.Raw != "RPSsql12345" and
272+
.Raw != "RPSsql1234" and
273+
.Raw != "RPSsql123" and
274+
.Raw != "RPSsql12" and
275+
.Raw != "RPSsql1" and
272276
.Raw != "RPSsql" and
273-
.Raw != "RPSsq"
277+
.Raw != "RPSsq" and
278+
.Raw != "RPSs" and
279+
.Raw != "RPS" and
280+
.Raw != "RP" and
281+
.Raw != "R"
274282
)'
275283
}
276284

0 commit comments

Comments
 (0)