Skip to content

Commit

Permalink
remove fuzz all functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tmonster committed Sep 3, 2024
1 parent 1617fc9 commit 87135c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 2 additions & 5 deletions test/sql/call_fuzzyduck.test
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
require sqlsmith

statement ok
call fuzzyduck(max_queries=2, seed=933847600, verbose_output=1, log='sqlsmith.log', complete_log='sqlsmith.complete.log', enable_verification=True);
call fuzzyduck(max_queries=2, verbose_output=1, log='sqlsmith.log', complete_log='sqlsmith.complete.log', enable_verification=True);

statement ok
call fuzz_all_functions(seed=10, log='log_functions.txt', complete_log='clog_functions.txt' );

statement ok
call fuzzyduck(max_queries=10, seed=4, verbose_output=1, log='__TEST_DIR__/logs.txt', complete_log='__TEST_DIR__/clog.txt', enable_verification=True);
call fuzzyduck(max_queries=2, verbose_output=1, log='__TEST_DIR__/logs.txt', complete_log='__TEST_DIR__/clog.txt', enable_verification=false);
2 changes: 2 additions & 0 deletions test/sql/sql_reduce.test
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# description: Test reduce SQL statement
# group: [sqlsmith]

mode skip

require sqlsmith

query I
Expand Down

0 comments on commit 87135c2

Please sign in to comment.