@@ -276,18 +276,6 @@ echo
276
276
mise --env tcp run postgres:setup
277
277
mise --env tls run postgres:setup
278
278
279
-
280
- echo
281
- echo '###############################################'
282
- echo '# Test: Prometheus'
283
- echo '###############################################'
284
- echo
285
-
286
- mise --env tcp run proxy:up proxy --extra-args "--detach --wait"
287
- mise --env tcp run test:wait_for_postgres_to_quack --port 6432 --max-retries 20
288
- mise --env tcp run test:integration:prometheus
289
- mise --env tcp run proxy:down
290
-
291
279
echo
292
280
echo '###############################################'
293
281
echo '# Test: non-TLS'
318
306
319
307
mise --env tls run proxy:up proxy-tls --extra-args "--detach --wait"
320
308
mise --env tls run test:wait_for_postgres_to_quack --port 6432 --max-retries 20 --tls
321
- cargo nextest run --no-fail-fast --nocapture -E 'package( cipherstash-proxy-integration)'
309
+ cargo nextest run --no-fail-fast --nocapture -p cipherstash-proxy-integration passthrough_
322
310
mise --env tls run proxy:down
323
311
324
312
echo
@@ -342,28 +330,6 @@ mise --env tcp run proxy:up proxy --extra-args "--detach --wait"
342
330
mise --env tcp run test:wait_for_postgres_to_quack --port 6432 --max-retries 20
343
331
mise --env tcp run test:integration:warn_missing_config
344
332
mise --env tcp run proxy:down
345
-
346
- echo
347
- echo '###############################################'
348
- echo '# Test: Python'
349
- echo '###############################################'
350
- echo
351
-
352
- mise --env tls run proxy:up proxy-tls --extra-args "--detach --wait"
353
- mise --env tls run test:wait_for_postgres_to_quack --port 6432 --max-retries 20 --tls
354
- mise --env tls run python:test
355
- mise --env tls run proxy:down
356
-
357
- echo
358
- echo '###############################################'
359
- echo '# Test: Golang'
360
- echo '###############################################'
361
- echo
362
-
363
- mise --env tls run proxy:up proxy-tls --extra-args "--detach --wait"
364
- mise --env tls run test:wait_for_postgres_to_quack --port 6432 --max-retries 20 --tls
365
- mise --env tls run test:integration:golang
366
- mise --env tls run proxy:down
367
333
"""
368
334
369
335
[tasks ."test:nextest" ]
0 commit comments