Skip to content

Commit 00b7cf5

Browse files
committed
Add simple batch test job
1 parent cff5dd9 commit 00b7cf5

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)