Commit 0ac8487
committed
Fix TestFlyDeployHAPlacement to assert success explicitly
The test was failing with 'Condition never satisfied' even when the deploy
succeeded. The issue was that EventuallyWithT expects the function to call
an assertion. When the deploy succeeded on the first try, we didn't call
any assertions, so EventuallyWithT timed out waiting for a success signal.
Fix: Add assert.True(c, true) when deploy succeeds so EventuallyWithT
knows the condition was satisfied.1 parent 9e42d1d commit 0ac8487
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
111 | 114 | | |
112 | 115 | | |
113 | 116 | | |
| |||
0 commit comments