Skip to content

Commit

Permalink
Run PostgreSQL tests with spooled protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Oct 1, 2024
1 parent 8d43261 commit 1b5c6fb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ protected QueryRunner createQueryRunner()
postgreSqlServer = closeAfterClass(new TestingPostgreSqlServer());
return PostgreSqlQueryRunner.builder(postgreSqlServer)
.setInitialTables(REQUIRED_TPCH_TABLES)
.withProtocolSpooling("json")
.build();
}

Expand Down

0 comments on commit 1b5c6fb

Please sign in to comment.