Skip to content

Commit 43a3151

Browse files
committed
add drivers-tests for redshift
1 parent 9c109f0 commit 43a3151

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { testSequence } from '../src/tests/testSequence';
2+
3+
testSequence('redshift');
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { testConnection } from '../src/tests/testConnection';
2+
3+
testConnection('redshift');
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import { testQueries } from '../src/tests/testQueries';
2+
3+
testQueries('redshift', {
4+
// NOTICE: It's enough to turn on this flag only once for any one
5+
// cloud storage integration. Please do not turn it on for every integration test!
6+
includeIncrementalSchemaSuite: true,
7+
includeHLLSuite: true,
8+
extendedEnv: 'export-bucket-s3'
9+
});
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { testQueries } from '../src/tests/testQueries';
2+
3+
testQueries('redshift', {
4+
includeIncrementalSchemaSuite: true,
5+
});

0 commit comments

Comments
 (0)