Skip to content
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

Sm/windows per nut fix #1122

Merged
merged 9 commits into from
Oct 3, 2023
Merged

Sm/windows per nut fix #1122

merged 9 commits into from
Oct 3, 2023

Conversation

mshanemc
Copy link
Contributor

What does this PR do?

run each scale/perf NUT as a separate mocha execution for isolation. In the failure linked below, you'll see multiple tests trying to use the same TestSession file path on windows.

It's like testkit's clean() wasn't getting the cwd mocks restored for the next test, whose before invocation of project:generate would try to log to the last test's sessionDir.

What issues does this PR fix or reference?

windows-scale/perf nuts were not working correctly. ex: https://github.com/forcedotcom/source-deploy-retrieve/actions/runs/6353805710

@mshanemc mshanemc requested a review from a team as a code owner September 29, 2023 19:26
@mshanemc mshanemc merged commit becea57 into main Oct 3, 2023
62 of 63 checks passed
@mshanemc mshanemc deleted the sm/windows-per-nut-fix branch October 3, 2023 16:46
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