Skip to content
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: E2EI required: grace period in seconds (WPB-5771) #2313

Merged
merged 2 commits into from
Dec 15, 2023

Conversation

borichellow
Copy link
Contributor

What's new in this PR?

Issues

in E2EIConfig API response we were expecting that field verificationExpiration is timestamp of the end of the grace period in nano-seconds. In fact it's amount of seconds that left till the end of grace period (stating from the moment when we receive that info). So needed to update E2EIConfigHandler

Causes (Optional)

It wasn't documented well.

Solutions

Update E2EIConfigHandler and tests.

@@ -458,7 +458,7 @@ class UserConfigStorageImpl(
E2EI_NOTIFICATION_TIME,
timeStamp
).also {
e2EIFlow.tryEmit(Unit)
e2EINotificationFlow.tryEmit(Unit)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this doesn't relate to the original task, i just found some copy-past mistake (which causes unknown yet issue) and fixed it :)

Copy link
Contributor

github-actions bot commented Dec 15, 2023

Test Results

2 747 tests  ±0   2 643 ✔️ ±0   2m 34s ⏱️ -1s
   485 suites ±0      104 💤 ±0 
   485 files   ±0          0 ±0 

Results for commit 260604f. ± Comparison against base commit 99c66b3.

♻️ This comment has been updated with latest results.

@datadog-wireapp
Copy link

datadog-wireapp bot commented Dec 15, 2023

Datadog Report

All test runs 6e9f134 🔗

2 Total Test Services: 0 Failed, 0 with New Flaky, 2 Passed

Test Services
Service Name Failed Known Flaky New Flaky Passed Skipped Wall Time Branch View
kalium-ios 0 0 0 2475 78 5m 32.09s Link
kalium-jvm 0 0 0 2643 104 8m 6.08s Link

@borichellow borichellow added this pull request to the merge queue Dec 15, 2023
Merged via the queue into develop with commit 6d90c85 Dec 15, 2023
17 checks passed
@borichellow borichellow deleted the fix/e2ei_required_grace_period_in_seconds branch December 15, 2023 10:43
@echoes-hq echoes-hq bot added the echoes: unplanned Any work item that isn’t part of the product or technical roadmap. label Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
echoes: unplanned Any work item that isn’t part of the product or technical roadmap. 🚨 Potential breaking changes 👕 size: S type: bug / fix 🐞
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants