-
Notifications
You must be signed in to change notification settings - Fork 42
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
chore: split 100 topics tests in old and new behaviour #1803
Conversation
size-limit report 📦
|
@@ -220,11 +220,14 @@ describe("Waku Filter V2: Subscribe", function () { | |||
}); | |||
}); | |||
|
|||
it("Subscribe to 100 topics at once and receives messages", async function () { | |||
let topicCount = 30; | |||
it("Subscribe to 100 topics (new limit) at once and receives messages", async function () { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we make a todo to remove old tests?
Are there any other tests that might need to be changed/removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added TODO
No, only those tests are affected afaik
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you for follow up
Split the Subscribe to 100 topics into tests for old and new functionality and run only relevant tests (based on comment)