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

[auto] fix node problem with browser unit tests #93

Open
toth-istvan-zoltan opened this issue Jan 1, 2025 · 0 comments
Open

[auto] fix node problem with browser unit tests #93

toth-istvan-zoltan opened this issue Jan 1, 2025 · 0 comments

Comments

@toth-istvan-zoltan
Copy link
Contributor

Browser unit tests are disabled in auto in build.gradle.kts because of the mysterious error below.

Tests on JVM are successful, but the the call to node fails:

Disconnected (0 times) reconnect failed before timeout of 2000ms (ping timeout)
java.lang.IllegalStateException: command '/Users/tiz/.gradle/nodejs/node-v22.0.0-darwin-x64/bin/node' exited with errors (exit code: 1)
  • I've tried to read up on this and add Karma config with other timeouts but it did not work.
  • I've also tried to remove all but one test and it produced the same error, I don't think this is a timeout issue actually, that one test runs in 0.2 seconds in JVM.
  • Actually, I do now know if the code works in browser or not. It did before, I'll have to check it again
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

No branches or pull requests

1 participant