- Notifications
You must be signed in to change notification settings - Fork1k
Commit3e1f6af
authored
chore: work around timing issue in TestReplicas/ErrorWithoutLicense (#20002)
Closescoder/internal#268Wraps the assertions in a `testutil.Eventually` so that hopefully anytransient timing issues resolve themselves. If this does not resolve theissue, we may need to plumb through some kind of `chan struct{}` into`api.Entitlements.Update()`1 parentaaa5071 commit3e1f6af
1 file changed
+13
-6
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
| |||
24 | 25 |
| |
25 | 26 |
| |
26 | 27 |
| |
| 28 | + | |
27 | 29 |
| |
28 | 30 |
| |
29 | 31 |
| |
| |||
46 | 48 |
| |
47 | 49 |
| |
48 | 50 |
| |
49 |
| - | |
50 |
| - | |
51 |
| - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
52 | 57 |
| |
53 | 58 |
| |
54 |
| - | |
55 |
| - | |
56 |
| - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
57 | 64 |
| |
58 | 65 |
| |
59 | 66 |
| |
|
0 commit comments
Comments
(0)