Commit 6069121
authored
test: make docker image configurable and ephemeral test more robust (#21)
* feat: make oxia docker image configurable in tests
- Support OXIA_IMAGE and OXIA_TAG env vars for test configuration
- Default: oxia/oxia:main, also works with streamnative/oxia:latest
- Enables CI environments to use their preferred image registry
Signed-off-by: mattisonchao <mattisonchao@gmail.com>
* test: make ephemeral key test more robust with retry
- Replace fixed 2s sleep with retry loop (up to 10 attempts with
increasing backoff) to handle variable session cleanup timing
Signed-off-by: mattisonchao <mattisonchao@gmail.com>
---------
Signed-off-by: mattisonchao <mattisonchao@gmail.com>1 parent 5ff1b35 commit 6069121
1 file changed
+18
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
18 | 23 | | |
19 | 24 | | |
20 | 25 | | |
| |||
465 | 470 | | |
466 | 471 | | |
467 | 472 | | |
468 | | - | |
469 | | - | |
470 | | - | |
471 | | - | |
| 473 | + | |
472 | 474 | | |
473 | | - | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
474 | 484 | | |
475 | | - | |
476 | | - | |
477 | | - | |
| 485 | + | |
| 486 | + | |
478 | 487 | | |
479 | 488 | | |
480 | 489 | | |
| |||
0 commit comments