You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TestAgency.OnAgentExit() is designed to check the exit code of agent, and, if non-success, throw another exception reporting the expected error.
Any exceptions thrown here appear to be lost, and not reported through the console output at all. This means the code in this method is essentially misleading and redundant.
The text was updated successfully, but these errors were encountered:
TestAgency.OnAgentExit()
is designed to check the exit code of agent, and, if non-success, throw another exception reporting the expected error.Any exceptions thrown here appear to be lost, and not reported through the console output at all. This means the code in this method is essentially misleading and redundant.
The text was updated successfully, but these errors were encountered: