Skip to content

chore_: add emit-time timestamp to signal event #6743

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

osmaczko
Copy link
Contributor

Required for DST chat protocol benchmarks. There might be delays between when a signal is emitted and when it is received by the test instance due to network conditions. Adding the timestamp at emit time addresses this.

@status-im-auto
Copy link
Member

status-im-auto commented Jul 10, 2025

Jenkins Builds

Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 56ac4eb #1 2025-07-10 10:24:27 ~2 min linux 📦zip
✔️ 56ac4eb #1 2025-07-10 10:25:00 ~3 min android 📦aar
✔️ 56ac4eb #1 2025-07-10 10:25:07 ~3 min macos 📦zip
✔️ 56ac4eb #1 2025-07-10 10:26:33 ~4 min ios 📦zip
✔️ 56ac4eb #1 2025-07-10 10:27:03 ~5 min windows 📦zip
✔️ 56ac4eb #1 2025-07-10 10:27:09 ~5 min macos 📦zip
✖️ 56ac4eb #1 2025-07-10 10:27:53 ~5 min tests-rpc 📄log
✔️ 56ac4eb #1 2025-07-10 10:32:02 ~10 min linux 📦zip
✔️ 56ac4eb #1 2025-07-10 10:46:47 ~24 min tests 📄log
✔️ c2667bb #2 2025-07-11 07:38:31 ~2 min linux 📦zip
✔️ c2667bb #2 2025-07-11 07:38:59 ~3 min macos 📦zip
✔️ c2667bb #2 2025-07-11 07:39:08 ~3 min android 📦aar
✔️ c2667bb #2 2025-07-11 07:40:07 ~4 min ios 📦zip
✔️ c2667bb #2 2025-07-11 07:40:43 ~4 min windows 📦zip
✔️ c2667bb #2 2025-07-11 07:41:04 ~5 min macos 📦zip
✔️ c2667bb #2 2025-07-11 07:41:13 ~5 min tests-rpc 📄log
✔️ c2667bb #2 2025-07-11 07:46:29 ~10 min linux 📦zip
✔️ c2667bb #2 2025-07-11 08:01:30 ~25 min tests 📄log

Copy link

codecov bot commented Jul 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.67%. Comparing base (e16dc91) to head (c2667bb).
Report is 2 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #6743      +/-   ##
===========================================
+ Coverage    59.60%   59.67%   +0.06%     
===========================================
  Files          818      818              
  Lines       100651   100652       +1     
===========================================
+ Hits         59997    60060      +63     
+ Misses       33092    33002      -90     
- Partials      7562     7590      +28     
Flag Coverage Δ
functional 28.46% <100.00%> (+<0.01%) ⬆️
unit 56.87% <100.00%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
signal/signals.go 59.52% <100.00%> (+0.98%) ⬆️

... and 43 files with indirect coverage changes

Required for DST chat protocol benchmarks. There might be delays between
when a signal is emitted and when it is received by the test instance
due to network conditions. Adding the timestamp at emit time addresses
this.
@osmaczko osmaczko force-pushed the chore/add-timestamp-to-events branch from 56ac4eb to c2667bb Compare July 11, 2025 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Code Review
Development

Successfully merging this pull request may close these issues.

4 participants