Commit 04f17a6
authored
fix(nimbus): poll logcat for fenix log-state row instead of fixed sleep (#15631)
Because
* The fenix enrollment integration test was intermittently failing on
the
beta channel job with "No log-state row found": the fixed 5s wait after
`nimbus-cli log-state` races the SDK's async row print, which is slower
on beta than release.
This commit
* Replaces the 5s post-log-state sleep with a 60s bounded poll on
`adb logcat -d` that exits as soon as the expected experiment row
appears.
* Lengthens the failure message to surface the timeout.
Fixes #156291 parent cf7c133 commit 04f17a6
1 file changed
Lines changed: 14 additions & 6 deletions
Lines changed: 14 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | 63 | | |
66 | 64 | | |
67 | 65 | | |
68 | 66 | | |
69 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
70 | 78 | | |
71 | 79 | | |
72 | | - | |
| 80 | + | |
73 | 81 | | |
74 | 82 | | |
75 | 83 | | |
| |||
0 commit comments