Commit 7c56b60
committed
debug(backup): 5s settle + INFO log on entity-not-yet-indexed
Two diagnostics for the persistent WS-backed-domain capture failures
across e2e (helper, label, category, zone, area, group,
dashboard_resource):
1. Bump test create→edit settle to 5 s. 2 s wasn't enough on CI under
load — every WS-list capture was returning None silently and the
1288 full-loop tests timed out at 15 s waiting for a snapshot that
never came.
2. Add an INFO log when ``maybe_snapshot``'s fetch returns None so the
"entity not yet in WS-list" case is visible in test logs. Previously
silent — the only WARN paths were transient errors or write
failures, neither of which fired here. Marked for downgrade to DEBUG
once the full-loop e2e is stable; surfacing it at INFO short-term so
the diagnostic crumb is in CI for the next iteration.
If 5 s settle still produces "fetch returned None" logs, the issue
isn't propagation latency — it's that the create's response shape
differs from the list shape (id mismatch). The INFO line will tell.1 parent 402295f commit 7c56b60
2 files changed
Lines changed: 12 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
281 | 289 | | |
282 | 290 | | |
283 | 291 | | |
| |||
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
| |||
0 commit comments