-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
test-os-process-priority
failing on my Windows machine
#22799
Comments
The test also fails in upstream node on my machine, mark it flaky on Windows rather than skipping it. Refs: nodejs/node#22799
Two new contributors saw this in the last week. |
That's my guess as well, the documentation doesn't call it out, but I suspect that the request for real-time priority is being downgraded transparently. I'm on Windows Insiders builds, so it's possible there's something with that as well. |
The test also fails in upstream node on my machine, mark it flaky on Windows rather than skipping it. Refs: nodejs/node#22799
The test also fails in upstream node on my machine, mark it flaky on Windows rather than skipping it. Refs: nodejs/node#22799 PR-URL: nodejs#594 Reviewed-By: Seth Brenith <sethb@microsoft.com>
The test also fails in upstream node on my machine, mark it flaky on Windows rather than skipping it. Refs: nodejs/node#22799 PR-URL: nodejs#594 Reviewed-By: Seth Brenith <sethb@microsoft.com>
The test fails for normal user and succeeds for elevated one. |
Fix in #22817 |
Is this related to the |
When I run the test suite I get the following failure:
I verified manually that setting the highest priority on my machine ends up setting high priority without any errors:
It seems like although I'm asking for the highest priority Windows is pushing me down a level.
The text was updated successfully, but these errors were encountered: