-
Notifications
You must be signed in to change notification settings - Fork 59
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
CI tests are failing #73
Comments
I have noticed the same , some days ago , when a realized how old version of webtorrent we have here.. ( Maybe this is another issue , to upgrade all dependencies on latest ) I have two points in order to improve this project:
|
I've set up the automated tests to run now. You can see the results at the link above. Browser tests can be created with Playwright in future. |
For now if you can get |
I ll try to find out from which commit and after , those tests are failling to understand what really going on.. |
Upgrading deps also makes sense. 👍 |
Cool thanks. If you know/learn Note because versions are generally specified as "greater than X" it might be a change in an external package, not the repo. |
You could try pinning package versions. |
Seems you are correct , |
There are a lot of changes in that commit. I wonder what happens if you roll back the changes but keep the upgraded version of WebTorrent? |
Νο i mean in that commit is in working state , all tests are passing fine. It broke after one or two commits , in that one with the webtorrent upgrade , after that upgrade tests are failing.. |
I should have set the CI tests up earlier so that would have been caught. Oh well. |
No worries we can fix it anyway :) |
At some point several of the CI tests started failing. This is likely due to changes in upstream packages. If somebody who uses this library wants to investigate and fix them I'll merge your PR.
You can find the tests here: https://github.com/chr15m/bugout/blob/master/test.js
You can see the log of failing tests here: https://github.com/chr15m/bugout/actions/runs/8998943468/job/24720079227
Several tests fail and then there is a timeout after the last test "RPC server response check async pong". It's probably hanging in the .onFinish call and needs fixing to error out if there are any failed tests.
The text was updated successfully, but these errors were encountered: