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_: create/restore account error signal #6174

Merged
merged 2 commits into from
Dec 6, 2024

Conversation

igor-sirotin
Copy link
Collaborator

@igor-sirotin igor-sirotin commented Dec 5, 2024

Description

  1. CreateAccountAndLogin and RestoreAccountAndLogin weren't publishing node.login signal on error.
    Fixed it.

  2. Replaced waiting for node.ready to wait for node.login instead. And automatically check for error.
    This signal is published in a about the same time, but has advantages:

  • it reports an error
  • it contains some useful information like the logged in account
  1. Enabled API logging during functional tests

  2. Switched log level to DEBUG

closes #6307

@igor-sirotin igor-sirotin changed the title Fix/create restore account error fix_: create/restore account error signal Dec 5, 2024
@status-im-auto
Copy link
Member

status-im-auto commented Dec 5, 2024

Jenkins Builds

Click to see older builds (17)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ face655 #1 2024-12-05 17:44:51 ~4 min macos 📦zip
✔️ face655 #1 2024-12-05 17:44:56 ~4 min ios 📦zip
✔️ face655 #1 2024-12-05 17:45:18 ~5 min linux 📦zip
✔️ face655 #1 2024-12-05 17:45:27 ~5 min android 📦aar
✔️ face655 #1 2024-12-05 17:46:22 ~6 min windows 📦zip
✖️ face655 #1 2024-12-05 17:47:04 ~6 min tests-rpc 📄log
✔️ face655 #1 2024-12-05 17:48:54 ~8 min macos 📦zip
✔️ face655 #1 2024-12-05 18:11:15 ~31 min tests 📄log
✔️ c0bdb9b #2 2024-12-05 18:38:53 ~3 min ios 📦zip
✔️ c0bdb9b #2 2024-12-05 18:39:05 ~3 min windows 📦zip
✔️ c0bdb9b #2 2024-12-05 18:40:19 ~5 min linux 📦zip
✔️ c0bdb9b #2 2024-12-05 18:40:32 ~5 min android 📦aar
✔️ c0bdb9b #2 2024-12-05 18:40:39 ~5 min macos 📦zip
✖️ c0bdb9b #2 2024-12-05 18:41:58 ~6 min tests-rpc 📄log
✔️ c0bdb9b #2 2024-12-05 18:42:42 ~7 min macos 📦zip
✖️ c0bdb9b #2 2024-12-05 19:06:10 ~31 min tests 📄log
✔️ c0bdb9b #3 2024-12-05 20:04:58 ~30 min tests 📄log
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ f6e0f38 #3 2024-12-05 19:40:52 ~3 min windows 📦zip
✔️ f6e0f38 #3 2024-12-05 19:40:53 ~4 min ios 📦zip
✔️ f6e0f38 #3 2024-12-05 19:42:05 ~5 min linux 📦zip
✔️ f6e0f38 #3 2024-12-05 19:42:43 ~5 min android 📦aar
✖️ f6e0f38 #3 2024-12-05 19:43:39 ~6 min tests-rpc 📄log
✔️ f6e0f38 #3 2024-12-05 19:44:18 ~7 min macos 📦zip
✔️ f6e0f38 #3 2024-12-05 19:44:26 ~7 min macos 📦zip
✔️ f6e0f38 #4 2024-12-05 20:33:04 ~27 min tests 📄log
✖️ f6e0f38 #4 2024-12-06 13:02:11 ~6 min tests-rpc 📄log
✔️ f6001f5 #4 2024-12-06 20:11:14 ~3 min windows 📦zip
✔️ f6001f5 #4 2024-12-06 20:12:13 ~4 min macos 📦zip
✔️ f6001f5 #4 2024-12-06 20:12:33 ~4 min linux 📦zip
✔️ f6001f5 #4 2024-12-06 20:12:37 ~5 min ios 📦zip
✔️ f6001f5 #4 2024-12-06 20:12:47 ~5 min android 📦aar
✔️ f6001f5 #5 2024-12-06 20:13:42 ~6 min tests-rpc 📄log
✔️ f6001f5 #4 2024-12-06 20:16:44 ~9 min macos 📦zip
✔️ f6001f5 #5 2024-12-06 20:37:20 ~29 min tests 📄log

Copy link

codecov bot commented Dec 5, 2024

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 60.91%. Comparing base (50933aa) to head (f6001f5).
Report is 7 commits behind head on develop.

Files with missing lines Patch % Lines
mobile/status.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##           develop    #6174       +/-   ##
============================================
+ Coverage    13.90%   60.91%   +47.00%     
============================================
  Files          817      832       +15     
  Lines       108265   109836     +1571     
============================================
+ Hits         15054    66906    +51852     
+ Misses       91290    35079    -56211     
- Partials      1921     7851     +5930     
Flag Coverage Δ
functional 13.89% <0.00%> (-0.01%) ⬇️
unit 60.03% <0.00%> (?)

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

Files with missing lines Coverage Δ
mobile/status.go 4.00% <0.00%> (+4.00%) ⬆️

... and 651 files with indirect coverage changes

@igor-sirotin igor-sirotin force-pushed the fix/create-restore-account-error branch from face655 to c0bdb9b Compare December 5, 2024 18:34
@igor-sirotin igor-sirotin force-pushed the fix/create-restore-account-error branch from c0bdb9b to f6e0f38 Compare December 5, 2024 19:36
@igor-sirotin igor-sirotin force-pushed the fix/create-restore-account-error branch from f6e0f38 to f6001f5 Compare December 6, 2024 20:07
@igor-sirotin igor-sirotin merged commit 3a00802 into develop Dec 6, 2024
17 of 18 checks passed
@igor-sirotin igor-sirotin deleted the fix/create-restore-account-error branch December 6, 2024 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

create/restore account error signal
4 participants