Skip to content

Conversation

@WillieRuemmele
Copy link
Contributor

@WillieRuemmele WillieRuemmele commented Dec 18, 2025

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@

@WillieRuemmele WillieRuemmele marked this pull request as ready for review December 19, 2025 18:51
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 });
Copy link
Contributor

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?

Copy link
Contributor Author

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

@EstebanRomero84 EstebanRomero84 merged commit 0873613 into main Dec 19, 2025
16 checks passed
@EstebanRomero84 EstebanRomero84 deleted the wr/nutsII branch December 19, 2025 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants