-
Notifications
You must be signed in to change notification settings - Fork 53
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
test(waku-filter): Subscribe tests batch (1/4) #2034
Conversation
You can find the image built from this PR at
Built from d7b3827 |
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.
LGTM! I've added a few comments/questions :)
b54e77a
to
e7bca65
Compare
4f0326a
to
6605abf
Compare
6605abf
to
798c7f6
Compare
dc47a6f
to
76be3d1
Compare
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.
Overall LGTM! Amazed about such a heavy use case testing.
await allFutures(wakuFilter.stop(), wakuFilterClient.stop(), | ||
serverSwitch.stop(), clientSwitch.stop()) | ||
discard | ||
# asyncTest "simple subscribe and unsubscribe request": |
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.
I see prev comment from Ivan and the answer but am I missed something or why not simple remove it fully... let git remember if something is needed later/parallel?
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.
This was a mistake I made, it's removed in one of the following PRs.
76be3d1
to
c0f218b
Compare
* Implement waku filter client subscribe tests. * Remove legacy filter tests. * Fix constant for max criteria per subscription limit.
Description
Implement first batch of subscribe tests for waku filter.
I commented the tests in
test_waku_filter.nim
when I should've deleted them. The deletion has been added to the following PR.Changes