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

Fresh NSS Install - One-Time Failure #1794

Open
melvincarvalho opened this issue Sep 11, 2024 · 1 comment
Open

Fresh NSS Install - One-Time Failure #1794

melvincarvalho opened this issue Sep 11, 2024 · 1 comment

Comments

@melvincarvalho
Copy link
Contributor

Fresh NSS Install - One-Time Failure

Issue:

After a fresh installation of NSS, I encountered a test failure on the first run. However, running the test a second time resolved the issue without changes.

Steps to Reproduce:

  1. Install NSS (Node Solid Server).
  2. Run the tests immediately after installation.

Result (First Run):

1 failing

1) formats
     turtle
       should return turtle document if Accept is set to turtle:
   Error: Timeout of 2000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/melvin/solid/node-solid-server/test/integration/formats-test.js)
    at listOnTimeout (node:internal/timers:573:17)
    at process.processTimers (node:internal/timers:514:7)

Result (Second Run):

Tests passed successfully on the second attempt without any changes.

Additional Info:

This appears to be an intermittent issue. It might be related to test timeouts or async handling.

@CxRes
Copy link
Collaborator

CxRes commented Sep 11, 2024

I saw this error as well at random!

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

2 participants