Commit e9834e8
committed
docs(test): note the expected CoreData stderr in the fallback test
The deliberately-broken store path in fallsBackWhenDiskStoreFails makes
CoreData print load-failure diagnostics to stderr before the Swift error
is thrown. That output is below the `try?` layer and can't be swallowed,
so CI log parsers surface it as red annotations on otherwise-green runs.
The comment marks it as expected noise so a future reader or dashboard
does not mistake it for a regression.
Signed-off-by: Kevin Cui <bh@bugs.cc>1 parent c56379f commit e9834e8
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
54 | 61 | | |
55 | 62 | | |
56 | 63 | | |
| |||
0 commit comments