No details shown when a deployment against production fails due to test failures

Issue #743 resolved
Scott Wells repo owner created an issue

This morning a user reported a situation where a metadata API deployment to production was being reported as failed with no details about the failure. A detailed debug log showed that the deployment failure occurred because tests automatically executed as part of the production deployment had failed.

IC needs to clearly show these test failures as part of the deployment failure details. When runTestsEnabled=true, it should report numberTest* values and show the contents of runTestsResult, hyperlinking failed unit tests.

Comments (4)

  1. Scott Wells reporter

    Note that this story has a close relationship with other stories about running tests during deployment.

  2. Log in to comment