Integration tests are failing as the psrc is still being created even if the VisibleFunctions doesn't include all of the functions in the FunctionDefinitions. The existing error message is a good start but there should not be any file created in this scenario. This will add a check for that scenario and prevent files being created.
Integration tests are failing as the psrc is still being created even if the VisibleFunctions doesn't include all of the functions in the FunctionDefinitions. The existing error message is a good start but there should not be any file created in this scenario. This will add a check for that scenario and prevent files being created.
This change is