Skip to content

Commit 1f3d7a7

Browse files
committed
[DO NOT MERGE] simplify test script
1 parent 553fdff commit 1f3d7a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cubejs-testing-drivers/test/databricks-jdbc-full.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ https.get(
3838
async function f() {
3939
const source = new D({
4040
url: 'https://ohio.cloud.databricks.com',
41+
maxPoolSize: 1,
4142
});
4243
console.log('test driver constructed');
4344
const qRes = await source.query('SELECT 1 as foo;', []);

0 commit comments

Comments
 (0)