-
Notifications
You must be signed in to change notification settings - Fork 6
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: incorrect sender & receiver ID on generated events [WPB-11075] #3005
Conversation
cf66dff
to
549f4e5
Compare
|
Report | Fri, September 13, 2024 at 09:15:44 UTC |
Project | kalium |
Branch | fix/sender-receiver-id |
Testbed | ubuntu-latest |
⚠️ WARNING: The following Measure does not have a Threshold. Without a Threshold, no Alerts will ever be generated!
- Latency (latency)
Click here to create a new Threshold
For more information, see the Threshold documentation.
To only post results if a Threshold exists, set the--ci-only-thresholds
CLI flag.
Click to view all benchmark results
Benchmark | Latency | Latency Results nanoseconds (ns) |
---|---|---|
com.wire.kalium.benchmarks.logic.CoreLogicBenchmark.createObjectInFiles | ➖ (view plot) | 695,663.95 |
com.wire.kalium.benchmarks.logic.CoreLogicBenchmark.createObjectInMemory | ➖ (view plot) | 602,117,795.31 |
com.wire.kalium.benchmarks.persistence.MessagesNoPragmaTuneBenchmark.messageInsertionBenchmark | ➖ (view plot) | 923,655,525.13 |
com.wire.kalium.benchmarks.persistence.MessagesNoPragmaTuneBenchmark.queryMessagesBenchmark | ➖ (view plot) | 21,763,751.27 |
Bencher - Continuous Benchmarking
View Public Perf Page
Docs | Repo | Chat | Help
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3005 +/- ##
===========================================
- Coverage 52.52% 52.51% -0.02%
===========================================
Files 1299 1299
Lines 49953 49958 +5
Branches 4655 4655
===========================================
- Hits 26238 26233 -5
- Misses 21835 21845 +10
Partials 1880 1880
... and 3 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Datadog ReportBranch report: ✅ 0 Failed, 3092 Passed, 105 Skipped, 11.64s Total Time |
cli/src/commonMain/kotlin/com/wire/kalium/cli/commands/GenerateEventsCommand.kt
Outdated
Show resolved
Hide resolved
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, only formatting nitpick
6af222e
to
29632eb
Compare
|
…3005) * fix: incorrect sender & receiver ID on generated events * chore: formatting
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
Issues
conversation.new-otr-message
event.The IOS client discards event because of this.
PR Post Submission Checklist for internal contributors (Optional)
PR Post Merge Checklist for internal contributors
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764
.