You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The express project has been unable to update to latest supertest for a while now. I don't believe anyone has had a chance to look into the cause of the failures (I know I have not, but will link this issue to the rest of the team after I open it), but the test start failing in ways that look like concurrency in the tests is the problem. In all cases if I run one test at a time it behaves correctly.
Here is the test runs from today, hopefully you can see this before the GHA history is gone:
Sorry I cannot be more help at the moment, but since it came up again just now I wanted to at least file the issue in case others could spend more time looking into it.
I have searched through GitHub issues for similar issues.
I have completely read through the README and documentation.
I have tested my code with the latest version of Node.js and this package and confirmed it is still not working.
The text was updated successfully, but these errors were encountered:
Describe the bug
Node.js version: all versions
OS version: Linux, osx and windwos
Description:
The
express
project has been unable to update to latestsupertest
for a while now. I don't believe anyone has had a chance to look into the cause of the failures (I know I have not, but will link this issue to the rest of the team after I open it), but the test start failing in ways that look like concurrency in the tests is the problem. In all cases if I run one test at a time it behaves correctly.Here is the test runs from today, hopefully you can see this before the GHA history is gone:
expressjs/express#6112
https://github.com/expressjs/express/actions/runs/13312249710
Sorry I cannot be more help at the moment, but since it came up again just now I wanted to at least file the issue in case others could spend more time looking into it.
The text was updated successfully, but these errors were encountered: