Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
Minor Change
-
Repl 2021-02-08
Description
The goal of validating the result of a command as part of enforcing "API Versioning" constraints is to catch any breaking changes in our code at testing phase, and not to block customers' runs.
So we need to make sure that we only throw validation exception in "Debug_mode" only.
We need to wrap this Line in if (getTestCommandsEnabled()) clause.