Skip to content

Commit 03eb53b

Browse files
authored
Merge pull request #97 from DataSQRL/add-batch-test
Add simple batch test job
2 parents cff5dd9 + 00b7cf5 commit 03eb53b

19 files changed

+145
-2
lines changed

.github/workflows/build.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,17 +113,28 @@ jobs:
113113
compile usertokens_package_test.json
114114
test usertokens_package_test.json
115115
116-
- example: canary
117-
path: test-jobs
116+
- example: canary-aggregation
117+
path: test-jobs/aggregation-tests
118118
tag: canary
119119
test_commands: |
120120
compile aggregation-test-package.json
121121
compile aggregation-query-test-package.json
122122
compile aggregation-query-test-iceberg-package.json
123123
compile aggregation-query-subscription-test-package.json
124+
125+
- example: canary-failures
126+
path: test-jobs/failure-tests
127+
tag: canary
128+
test_commands: |
124129
compile runtime-failing-connector-package.json
125130
compile runtime-failing-udf-package.json
126131
132+
- example: canary-batch
133+
path: test-jobs/batch-test
134+
tag: canary
135+
test_commands: |
136+
compile simple-batch-test-package.json
137+
127138
- example: udf-jbang
128139
path: user-defined-function/jbang
129140
tag: udf-jbang
File renamed without changes.

test-jobs/aggregation-query-subscription-test-package.json renamed to test-jobs/aggregation-tests/aggregation-query-subscription-test-package.json

File renamed without changes.

test-jobs/aggregation-query-subscription-test.sqrl renamed to test-jobs/aggregation-tests/aggregation-query-subscription-test.sqrl

File renamed without changes.

test-jobs/aggregation-query-test-iceberg-glue-package.json renamed to test-jobs/aggregation-tests/aggregation-query-test-iceberg-glue-package.json

File renamed without changes.

test-jobs/aggregation-query-test-iceberg-package.json renamed to test-jobs/aggregation-tests/aggregation-query-test-iceberg-package.json

File renamed without changes.

test-jobs/aggregation-query-test-package.json renamed to test-jobs/aggregation-tests/aggregation-query-test-package.json

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)