Commit 36c8b2f
authored
fix: implement retry logic in outbound initiator (#319)
* fix: enhance retry logic in outbound initiator
* fix: change retries variable to a constant in outbound initiator
* chore: lint
* chore(snapshot): 18.12.4-snapshot.0
* chore(snapshot): 18.12.4-snapshot.1
* chore(snapshot): 18.12.4-snapshot.2
* fix: move baggage handling
* chore(snapshot): 18.12.4-snapshot.3
* fix: improve retry delay handling in processTestCase function
* chore(snapshot): 18.12.4-snapshot.41 parent 97ce574 commit 36c8b2f
File tree
4 files changed
+277
-178
lines changed- src/lib/test-outbound
- test/unit/lib/test-outbound
4 files changed
+277
-178
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
134 | | - | |
| 133 | + | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
0 commit comments