-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Replication
-
Repl 2026-04-27, Repl 2026-05-25
-
None
-
None
-
None
-
None
-
None
-
None
-
None
We have a checkLog utility library that parses log lines and can search for log ids/text/failpoint names/etc but do not have a similar one for rawMongoProgramOutput. checkLog has a 1024 log line limit so tests that generate massive logs may have to rely on rawMongoProgramOutput instead. Instead of manually parsing log lines in a jstest, we should add a utility library to cover common use cases of rawMongoProgramOutput.