-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Fix flaky tests #131
Fix flaky tests #131
Conversation
...seems to be working alright... @daun, I can't make sense of the test that was failing: preload-plugin/tests/unit/queue.test.ts Lines 59 to 77 in 84b4418
Would you like to explain what exactly it is testing? Alternatively, some code comments could help our future selfs. |
What‘s the error you‘re getting locally? The particular test tries to confirm that the priority queue can have a custom length (i.e. preload max 5 links at once). |
Alright, so we‘ll need to add some slack around the number checks I guess? |
Yes! I think increasing the |
Looking good now :) |
👌 |
Description
Something is wrong with the CI:
allows for custom queue size
I'm creating this PR just to test what's wrong.
Checks
master
branch