Skip to content

Commit

Permalink
Merge pull request #11055 from taniabogatsch/block-size-nightly
Browse files Browse the repository at this point in the history
[CI / Tests] Disable CSV sniffer test for smaller vector sizes and reduce block-size nightly runtime
  • Loading branch information
Mytherin authored Mar 9, 2024
2 parents 146def5 + 1ccfd06 commit dfc62fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/test_block_sizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,5 @@ def replace_in_file(fname, regex, replace):
)

execute_system_command('rm -rf build')
execute_system_command('make relassert')
execute_system_command('build/relassert/test/unittest')
execute_system_command('build/relassert/test/unittest "test/sql/storage/*"')
execute_system_command('make release')
execute_system_command('build/release/test/unittest')
3 changes: 3 additions & 0 deletions test/sql/copy/csv/test_sniff_csv.test
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# description: Test sniff_csv function
# group: [csv]

# the sniffer sniffs vectors-at-a-time, so different vector sizes can lead to different results
require vector_size 2048

statement ok
PRAGMA enable_verification

Expand Down

0 comments on commit dfc62fa

Please sign in to comment.