Commit 8b3a02d
refactor(tests): drop no-op retry wrapper around TQE subscribe
subscribe() returns void immediately after kicking off the async stream,
so retryUntilSuccess cannot retry a failure — the wrapper is dead weight.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent e7d1518 commit 8b3a02d
1 file changed
Lines changed: 1 addition & 7 deletions
File tree
- testcontainers/src/test/java/org/testcontainers/containers/integration/tqe
Lines changed: 1 addition & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
| 41 | + | |
48 | 42 | | |
49 | 43 | | |
50 | 44 | | |
| |||
0 commit comments