Details
-
Bug
-
Resolution: Won't Do
-
Major - P3
-
None
-
None
-
None
-
None
-
Cluster Scalability
-
ALL
-
14
Description
jstestfuzz can trigger debug-only assertions (e.g. if (kDebugBuild) {crash();} )
that are expected for invalid input. We should stop running jstestfuzz on debug variants. The debug-only assertion specific to the bf attached is this one from the op_msg.
This ticket is similar to what SERVER-68957 intended to do!