You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ml: tests: Process truncated case and follow the interface change
This commit updates the expected output for the 'container_mix' unit test.
Previously, the multiline engine could incorrectly merge pending messages
when the log stream switched between different parser types (e.g., from `docker` to `cri`).
The test's original expectations were written to match this buggy behavior.
Recent fixes have made the engine's state handling more robust and precise.
It now correctly flushes a pending message when the parser context changes,
preventing improper merges. This change aligns the test case with the new, correct logic.
Signed-off-by: Hiroshi Hatake <[email protected]>
Co-authored-by: Eduardo Silva <[email protected]>
0 commit comments