Commit 5a054f8
test: filter MemoryMonitor startup log from scenario log-count assertions
Scenario tests assert an exact expected list of log messages. The new one-shot INFO log emitted by MemoryMonitor.__init__ is CDK infrastructure — not a connector-level sync log — so we filter it out in _verify_read_output before comparing against scenario.expected_logs, rather than adding it to every scenario.
Co-Authored-By: patrick.nilan@airbyte.io <patrick.nilan@airbyte.io>1 parent df4898d commit 5a054f8
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
88 | 91 | | |
89 | 92 | | |
90 | 93 | | |
| |||
0 commit comments