Skip to content

Commit

Permalink
Skip running the SQLancer tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mrigger committed Jun 25, 2020
1 parent c9e32c3 commit c97b031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -370,7 +370,7 @@ matrix:
- (cd build/release && cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DJDBC_DRIVER=1 -DBUILD_UNITTESTS=FALSE ../.. && cmake --build .)
- java -cp build/release/tools/jdbc/duckdb_jdbc.jar org.duckdb.test.TestDuckDBJDBC
- git clone https://github.com/sqlancer/sqlancer.git
- (cd sqlancer && mvn package)
- (cd sqlancer && mvn package -DskipTests)
- cp build/release/tools/jdbc/duckdb_jdbc.jar sqlancer/target/lib/duckdb_jdbc-*.jar
- java -jar sqlancer/target/SQLancer-*.jar --num-queries 1000 --num-threads 1 --random-seed 0 --timeout-seconds 600 duckdb

Expand Down

0 comments on commit c97b031

Please sign in to comment.