-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Server Programmability
-
SP Prioritized List
We use std::regex_search which has known issues (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86164) when ".*" is used as the pattern. We should avoid using it.
Current usage in shell.. There seem to be a few other usages in the codebase as well.
See comments for more info.
- is caused by
-
SERVER-95628 Using rawMongoProgramOutput in tests has proven to be flaky
- Closed
- related to
-
SERVER-97436 rawMongoProgramOutput allows matching using the structured log JSON format
- Needs Scheduling