When a test process exits while still owning a sandboxed Postgrex connection, Postgrex.Protocol logs `[error] ... disconnected: DBConnection.ConnectionError client #PID<...> exited`. It's benign sandbox cleanup but at :error level it bypasses `capture_log: true` (which only captures the test process's logs) and clutters every test run. Pin Postgrex.Protocol + DBConnection.Connection to :critical so the noise drops without masking genuine DB error reporting (we never log at :critical from those modules). |
||
|---|---|---|
| .. | ||
| fixtures | ||
| microwaveprop | ||
| microwaveprop_web | ||
| mix/tasks | ||
| support | ||
| test_helper.exs | ||