-
Notifications
You must be signed in to change notification settings - Fork 1
Wr/nutsII @W-20489476@ #295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
4b2aa97 to
f8292f3
Compare
f8292f3 to
e241efc
Compare
| console.log(`Error activating agent due to ${errMsg}. \nWaiting ${waitMin} minutes and trying again...`); | ||
| await sleep(waitMin * 60 * 1000); | ||
| console.log(`${waitMin} minutes is up, retrying now.`); | ||
| execCmd(`agent activate --api-name ${botApiName} --target-org ${username} --json`, { ensureExitCode: 0 }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this second execution also fails, can the unhandled exception stop the execution of the next tests in the queue?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, if the second one fails, it will throw an error and stop tests
What does this PR do?
adds more NUTs , ran against USA1000
publishing NUTs skipped for now due to error when deploying metadata last step
creating agent NUT skipped on windows, I was getting an "invalid api name" returned from the org, passes on unix
What issues does this PR fix or reference?
@W-20489476@