Skip to content

Commit e2c3cfa

Browse files
committed
additional storage engines for compat tests
1 parent f609697 commit e2c3cfa

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,9 @@ jobs:
174174
os:
175175
- ubuntu-latest
176176
storage:
177+
- name: memory
178+
engine: memory://
179+
features: dynostore
177180
- name: s3
178181
engine: s3://tansu/
179182
features: dynostore
@@ -249,13 +252,29 @@ jobs:
249252
- name: memory
250253
engine: memory://
251254
features: dynostore
255+
- name: s3
256+
engine: s3://tansu/
257+
features: dynostore
258+
- name: postgres
259+
engine: postgres://postgres:postgres@localhost
260+
features: postgres
252261
- name: sqlite
253262
engine: sqlite://tansu.db
254263
features: libsql
255264
env:
265+
ADVERTISED_LISTENER_URL: tcp://localhost:9092
266+
AWS_ACCESS_KEY_ID: minioadmin
267+
AWS_ALLOW_HTTP: true
268+
AWS_DEFAULT_REGION: eu-west-2
269+
AWS_ENDPOINT: http://localhost:9000
270+
AWS_SECRET_ACCESS_KEY: minioadmin
271+
CLUSTER_ID: librdkafka-integration
272+
LAKEKEEPER_IMAGE: unused
256273
RESULTS_FILE: results-${{matrix.storage.name}}.csv
257274
RUST_BACKTRACE: 1
258275
RUST_LOG: warn
276+
STORAGE_ENGINE: ${{matrix.storage.engine}}
277+
TANSU_IMAGE: hello-world
259278
steps:
260279
- uses: actions/checkout@v6
261280
- uses: extractions/setup-just@v3

0 commit comments

Comments
 (0)