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
{{ message }}
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
i am currently using the code sfpowerscripts apextests:trigger -l RunApexTestSuite to run apextestsuite parallely
but it keeps on automatically throwing errors and killing the process in uncertain manner. sometimes it is success and sometime not ,and not rerunning after the failure again .
the errors throws are :
Error: Cannot read properties of undefined (reading 'Status')
No test report files were found. Configuration error?
another error :
System.DmlException: Insert failed. First exception on row 0; first error: UNKNOWN_EXCEPTION, common.udd.object.DmlOperationException: []
The text was updated successfully, but these errors were encountered:
@azlam-abdulsalam it solved the previous issue , but now the error we are facing is ...
/usr/local/lib/node_modules/@dxatscale/sfpowerscripts/node_modules/jsforce/lib/http-api.js:252
return new HttpApiError(error.message, error.errorCode);
^
ERROR_HTTP_503: upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
is it sf issue or sf powerscripts ?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
i am currently using the code sfpowerscripts apextests:trigger -l RunApexTestSuite to run apextestsuite parallely
but it keeps on automatically throwing errors and killing the process in uncertain manner. sometimes it is success and sometime not ,and not rerunning after the failure again .
the errors throws are :
Error: Cannot read properties of undefined (reading 'Status')
No test report files were found. Configuration error?
another error :
System.DmlException: Insert failed. First exception on row 0; first error: UNKNOWN_EXCEPTION, common.udd.object.DmlOperationException: []
The text was updated successfully, but these errors were encountered: