-
Notifications
You must be signed in to change notification settings - Fork 265
Status go codex integration lib #7056
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
base: status-go-codex-integraion-arnaud
Are you sure you want to change the base?
Status go codex integration lib #7056
Conversation
…oining the community
Jenkins BuildsClick to see older builds (270)
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## status-go-codex-integraion-arnaud #7056 +/- ##
=====================================================================
+ Coverage 49.92% 50.61% +0.68%
=====================================================================
Files 810 810
Lines 115612 116357 +745
=====================================================================
+ Hits 57725 58899 +1174
+ Misses 51946 51371 -575
- Partials 5941 6087 +146
Flags with carried forward coverage won't be shown. Click here to find out more.
|
d8d05ab to
5761ad4
Compare
|
Thank you for opening this pull request! We require pull request titles and commits to follow the Conventional Commits specification and it looks like your PR needs to be adjusted. Details:
Available types:
|
Changes RPC call wakuext_UpdateMessageArchiveInterval to accept seconds instead of nanoseconds.
…AndSeedHistoryArchive
…king for chat id filters
| assert member_msgs_resp.get("messages")[0].get("text") == text | ||
|
|
||
| # Just make sure that archive are generated | ||
| time.sleep(10) |
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.
Might be a good idea to pull this out into a variable, so that a change in the
profile message_archive_interval=10 setting does not cause the test to fail in
an odd way. It also self-describes the reason for sleeping here.
| assert member_msgs_resp.get("messages") is None, "Another member should not have messages before archive is dispatched" | ||
|
|
||
| # Ensure that the another member received the archive dispatch message | ||
| time.sleep(5) |
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.
Same here. This would be a self-describing sleep if there was a global variable for import_initial_delay.
…mall improvements
Final touches to the status-go codex integration with libcodex.