Skip to content

Commit 8bf0c3b

Browse files
authored
Update 02361_fsync_profile_events.sh
1 parent 88517a1 commit 8bf0c3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/queries/0_stateless/02361_fsync_profile_events.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ $CLICKHOUSE_CLIENT -m -q "
1515
min_rows_for_wide_part = 2,
1616
fsync_after_insert = 1,
1717
fsync_part_directory = 1,
18-
ratio_of_defaults_for_sparse_serialization = 1;
18+
ratio_of_defaults_for_sparse_serialization = 1,
19+
write_marks_for_substreams_in_compact_parts=1;
1920
"
2021

2122
ret=1

0 commit comments

Comments
 (0)