-
Notifications
You must be signed in to change notification settings - Fork 984
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
☝️Point Go to 5807 #21281
☝️Point Go to 5807 #21281
Conversation
Jenkins Builds
|
Hey @shivekkhurana, thank you for the PR. The e2e and android builds have failed #21281 (comment). Could you take a look please |
It was probably because of not having the correct commit hash (I used PR number for Go). I have pushed a change, please try again and lmk if it works this time. |
53% of end-end tests have passed
Failed tests (24)Click to expandClass TestGroupChatMultipleDeviceMergedNewUI:
Class TestActivityCenterContactRequestMultipleDevicePR:
Class TestCommunityOneDeviceMerged:
Class TestCommunityMultipleDeviceMergedTwo:
Class TestDeepLinksOneDevice:
Class TestCommunityMultipleDeviceMerged:
Passed tests (27)Click to expandClass TestWalletMultipleDevice:
Class TestWalletOneDevice:
Class TestActivityMultipleDevicePRTwo:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestCommunityOneDeviceMerged:
Class TestOneToOneChatMultipleSharedDevicesNewUiTwo:
Class TestCommunityMultipleDeviceMergedTwo:
Class TestDeepLinksOneDevice:
Class TestActivityMultipleDevicePR:
|
From what I've seen swaps shouldn't been affected as deprecated methods are still available, but I'll spend some time today to test this locally |
82% of end-end tests have passed
Failed tests (9)Click to expandClass TestGroupChatMultipleDeviceMergedNewUI:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestWalletMultipleDevice:
Passed tests (42)Click to expandClass TestActivityMultipleDevicePR:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestCommunityOneDeviceMerged:
Class TestDeepLinksOneDevice:
Class TestActivityMultipleDevicePRTwo:
Class TestActivityCenterContactRequestMultipleDevicePR:
Class TestOneToOneChatMultipleSharedDevicesNewUiTwo:
Class TestWalletOneDevice:
Class TestCommunityMultipleDeviceMerged:
Class TestCommunityMultipleDeviceMergedTwo:
|
hi @shivekkhurana The issue is not fixed in current PR. Still reproducible |
Issue with error "eq() not a number: <0.01" is still reproducible as well |
The issue related to closing the keyboard is also reproducible |
67% of end-end tests have passed
Failed tests (3)Click to expandClass TestWalletMultipleDevice:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Passed tests (6)Click to expandClass TestGroupChatMultipleDeviceMergedNewUI:
|
Hi @shivekkhurana, thank you for the PR. No other issues from my side. I didn’t notice any visual improvements - existing issues still remain, and I didn't find any new ones either. If this is the expected result, then the PR can be merged |
33% of end-end tests have passed
Failed tests (2)Click to expandClass TestWalletMultipleDevice:
Passed tests (1)Click to expandClass TestOneToOneChatMultipleSharedDevicesNewUi:
|
I'll close this PR then, as we do not require bump of version, thank you |
Description
This PR is a placeholder to test changes made to Status Go in this PR -> status-im/status-go#5807
Testing notes
There are notes on changes about the fix on Desktop client, we need to check the paths outlined there
status-im/status-desktop#16330
Known issues
There were 6 regressions introduced in the last PR that improved the router. We are not sure if it was Status Go changes or client issues, but they issues still exist, and might be reflected while testing this PR.
If you face one of the 6 issues referred in this PR, just refer to the existing issue. If there are new issues, we can follow the process as usual and ask Desktop to fix the problems in that PR itself.
Time sensitivity
Since this is a cross team issue, it's important to be mindful of time. The last time, the router cleanup issues were dragged for sometime (which is my fault as I couldn't pick up and delegate them). Let's try better this time.