-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
Fully Compatible
-
ALL
-
CAR Team 2025-09-15, CAR Team 2025-09-29, CAR Team 2025-10-13
-
0
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The print override in jstests/libs/override_methods/network_error_and_txn_override.js#L54 is constructing an array of arguments and calling Function.apply()
But most print overrides just use the first argument (e.g the one in jstests/libs/override_methods/network_error_and_txn_override.js), which causes FSM tests to just log [tid: x] without the actual message.