node-solid-server icon indicating copy to clipboard operation
node-solid-server copied to clipboard

Fresh NSS Install - One-Time Failure

Open melvincarvalho opened this issue 1 year ago • 1 comments

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.

melvincarvalho avatar Sep 11 '24 18:09 melvincarvalho

I saw this error as well at random!

CxRes avatar Sep 11 '24 20:09 CxRes