-
Notifications
You must be signed in to change notification settings - Fork 4
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 Cases Running Indefinitely on macOS #349
Comments
I've included the console log output from running |
Soorya and I have been trying to get this resolved. The first thing we tried was to try and use So, I got him to run the relevant commands from the devshell manually. He got Node v20 LTS using
We tried a couple of things like We should fix the darwin development shell, as people could be using any development environment @CMCDragonkai @brynblack. |
We only support Linux for flake based development shells. In macos or otherwise you have to use alternative systems like installing node/npm through some some package manager. |
Macos is not considered a supported development system. We don't have resources to support it |
Bug Description
When running
npm run test
inside Polykey on macOS, the test process runs indefinitely and never completes.Steps to Reproduce
Polykey-CLI
repository to macOS.Polykey-CLI
folder usingcd
.npm install
.npm run test
.Expected Behavior
The test cases should complete in a reasonable amount of time, providing a clear summary of the test results.
Screenshot
Platform Details
Additional Context
This issue prevents test execution, making it difficult to validate changes.
Notify Maintainers
@aryanjassal
@tegefaulkes
The text was updated successfully, but these errors were encountered: