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
If a test run (deploy --checkonly) takes longer than the timeout to complete, sfdx reports a successful status code.
Steps To Reproduce:
Deploy
Have the deploy take longer than the timeout
Expected result
sfdx returns an error status code
Actual result
sfdx returns a successful status code
Additional information
sfdx as a tooling utility is useful to run tests in an automated system. It's the behavior of all cli test tools to only return a successful code if all tests pass. sfdx is the only tool I'm aware of that does not follow this convention and discards the the test result when returning a status.
The text was updated successfully, but these errors were encountered:
Summary
If a test run (
deploy --checkonly
) takes longer than the timeout to complete, sfdx reports a successful status code.Steps To Reproduce:
Expected result
sfdx returns an error status code
Actual result
sfdx returns a successful status code
Additional information
sfdx as a tooling utility is useful to run tests in an automated system. It's the behavior of all cli test tools to only return a successful code if all tests pass. sfdx is the only tool I'm aware of that does not follow this convention and discards the the test result when returning a status.
The text was updated successfully, but these errors were encountered: