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

chore: rename alias of promesa to be more verbose #19332

Merged
merged 7 commits into from
Mar 28, 2024
Merged

chore: rename alias of promesa to be more verbose #19332

merged 7 commits into from
Mar 28, 2024

Conversation

J-Son89
Copy link
Contributor

@J-Son89 J-Son89 commented Mar 19, 2024

This pr renames the alias of promesa from p to promesa. We can look to revisit this in the future but while it is quite new to the codebase it is good to leave it more verbose and apparent to devs of what the code is doing.

@J-Son89
Copy link
Contributor Author

J-Son89 commented Mar 19, 2024

Skipping manual QA here as this pr does not change any code, it only renames the importing of some dependencies.

@status-im-auto
Copy link
Member

status-im-auto commented Mar 19, 2024

Jenkins Builds

Click to see older builds (22)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 0eac973 #1 2024-03-19 17:28:14 ~6 min tests 📄log
✔️ 0eac973 #1 2024-03-19 17:29:02 ~7 min android-e2e 🤖apk 📲
✔️ 0eac973 #1 2024-03-19 17:29:51 ~7 min android 🤖apk 📲
✔️ 0eac973 #1 2024-03-19 17:31:32 ~9 min ios 📱ipa 📲
✔️ 11febc8 #2 2024-03-25 09:49:48 ~6 min android 🤖apk 📲
✔️ 11febc8 #2 2024-03-25 09:50:02 ~6 min android-e2e 🤖apk 📲
✔️ 11febc8 #2 2024-03-25 09:55:47 ~11 min ios 📱ipa 📲
✔️ 11febc8 #3 2024-03-25 11:14:16 ~6 min tests 📄log
✔️ 3541641 #3 2024-03-25 12:26:11 ~6 min android-e2e 🤖apk 📲
✔️ 3541641 #3 2024-03-25 12:26:47 ~6 min android 🤖apk 📲
✔️ 3541641 #3 2024-03-25 12:38:33 ~18 min ios 📱ipa 📲
✔️ e1eee76 #4 2024-03-26 01:03:25 ~6 min android 🤖apk 📲
✔️ e1eee76 #4 2024-03-26 01:03:47 ~6 min android-e2e 🤖apk 📲
✔️ e1eee76 #4 2024-03-26 01:05:45 ~8 min ios 📱ipa 📲
✔️ d5e80f2 #6 2024-03-27 14:20:48 ~4 min tests 📄log
✔️ d5e80f2 #5 2024-03-27 14:24:23 ~7 min android-e2e 🤖apk 📲
✔️ d5e80f2 #5 2024-03-27 14:24:44 ~8 min android 🤖apk 📲
✔️ d5e80f2 #5 2024-03-27 14:25:13 ~8 min ios 📱ipa 📲
✔️ 3da19e6 #7 2024-03-28 15:16:42 ~4 min tests 📄log
✔️ 3da19e6 #6 2024-03-28 15:19:31 ~7 min android-e2e 🤖apk 📲
✔️ 3da19e6 #6 2024-03-28 15:19:36 ~7 min android 🤖apk 📲
✔️ 3da19e6 #6 2024-03-28 15:21:07 ~8 min ios 📱ipa 📲
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 1fe6080 #8 2024-03-28 15:30:18 ~3 min tests 📄log
✔️ 1fe6080 #7 2024-03-28 15:33:28 ~7 min android-e2e 🤖apk 📲
✔️ 1fe6080 #7 2024-03-28 15:33:33 ~7 min android 🤖apk 📲
✔️ 1fe6080 #7 2024-03-28 15:37:11 ~10 min ios 📱ipa 📲
✔️ 2a97b97 #9 2024-03-28 16:21:10 ~3 min tests 📄log
✔️ 2a97b97 #8 2024-03-28 16:23:20 ~6 min android-e2e 🤖apk 📲
✔️ 2a97b97 #8 2024-03-28 16:24:15 ~7 min android 🤖apk 📲
✔️ 2a97b97 #8 2024-03-28 16:25:32 ~8 min ios 📱ipa 📲

@status-im-auto
Copy link
Member

94% of end-end tests have passed

Total executed tests: 48
Failed tests: 2
Expected to fail tests: 1
Passed tests: 45
IDs of failed tests: 702777,703202 
IDs of expected to fail tests: 703503 

Failed tests (2)

Click to expand
  • Rerun failed tests

  • Class TestActivityCenterContactRequestMultipleDevicePR:

    1. test_add_contact_field_validation, id: 702777

    Device 1: Find `Button` by `xpath`: `//*[@text="Paste"]`
    Device 1: Tap on found: Button

    activity_center/test_activity_center.py:226: in test_add_contact_field_validation
        self.errors.verify_no_errors()
    base_test_case.py:191: in verify_no_errors
        pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
     Error message is not shown for value "0x512543419b894307EA979C8d24219c279Be2315B"
    



    Device sessions

    Class TestGroupChatMultipleDeviceMergedNewUI:

    1. test_group_chat_reactions, id: 703202

    Device 3: Adding one more 'thumbs-up' reaction or removing an added one
    Device 3: Wait for element Button for max 30s and click when it is available

    critical/chats/test_group_chat.py:113: in test_group_chat_reactions
        self.chats[2].add_remove_same_reaction(message=message, emoji="thumbs-up")
    ../views/chat_view.py:1096: in add_remove_same_reaction
        element.wait_and_click()
    ../views/base_element.py:100: in wait_and_click
        self.wait_for_visibility_of_element(sec)
    ../views/base_element.py:147: in wait_for_visibility_of_element
        raise TimeoutException(
     Device 3: Button by accessibility id:`emoji-reaction-2` is not found on the screen after wait_for_visibility_of_element
    



    Device sessions

    Expected to fail tests (1)

    Click to expand

    Class TestCommunityOneDeviceMerged:

    1. test_community_discovery, id: 703503

    Test is not run, e2e blocker  
    

    [[reason: [NOTRUN] Curated communities not loading, https://github.com//issues/17852]]

    Passed tests (45)

    Click to expand

    Class TestActivityMultipleDevicePRTwo:

    1. test_activity_center_mentions, id: 702957
    Device sessions

    2. test_activity_center_admin_notification_accept_swipe, id: 702958
    Device sessions

    Class TestActivityMultipleDevicePR:

    1. test_navigation_jump_to, id: 702936
    Device sessions

    2. test_activity_center_reply_read_unread_delete_filter_swipe, id: 702947
    Device sessions

    Class TestDeepLinksOneDevice:

    1. test_links_open_universal_links_from_chat, id: 704613
    Device sessions

    2. test_links_deep_links, id: 702775
    Device sessions

    Class TestOneToOneChatMultipleSharedDevicesNewUi:

    1. test_1_1_chat_emoji_send_reply_and_open_link, id: 702782
    Device sessions

    2. test_1_1_chat_text_message_delete_push_disappear, id: 702733
    Device sessions

    3. test_1_1_chat_push_emoji, id: 702813
    Device sessions

    4. test_1_1_chat_non_latin_messages_stack_update_profile_photo, id: 702745
    Device sessions

    5. test_1_1_chat_edit_message, id: 702855
    Device sessions

    6. test_1_1_chat_send_image_save_and_share, id: 703391
    Device sessions

    7. test_1_1_chat_pin_messages, id: 702731
    Device sessions

    8. test_1_1_chat_message_reaction, id: 702730
    Device sessions

    Class TestActivityCenterContactRequestMultipleDevicePR:

    1. test_activity_center_contact_request_accept_swipe_mark_all_as_read, id: 702851
    Device sessions

    2. test_activity_center_contact_request_decline, id: 702850
    Device sessions

    Class TestCommunityMultipleDeviceMerged:

    1. test_community_several_images_send_reply, id: 703194
    Device sessions

    2. test_community_one_image_send_reply, id: 702859
    Device sessions

    3. test_community_emoji_send_copy_paste_reply, id: 702840
    Device sessions

    4. test_community_mark_all_messages_as_read, id: 703086
    Device sessions

    5. test_community_contact_block_unblock_offline, id: 702894
    Device sessions

    6. test_community_edit_delete_message_when_offline, id: 704615
    Device sessions

    7. test_community_message_delete, id: 702839
    Device sessions

    8. test_community_message_send_check_timestamps_sender_username, id: 702838
    Device sessions

    9. test_community_links_with_previews_github_youtube_twitter_gif_send_enable, id: 702844
    Device sessions

    10. test_community_message_edit, id: 702843
    Device sessions

    11. test_community_unread_messages_badge, id: 702841
    Device sessions

    Class TestCommunityOneDeviceMerged:

    1. test_restore_multiaccount_with_waku_backup_remove_switch, id: 703133
    Device sessions

    2. test_community_copy_and_paste_message_in_chat_input, id: 702742
    Device sessions

    3. test_community_undo_delete_message, id: 702869
    Device sessions

    4. test_community_navigate_to_channel_when_relaunch, id: 702846
    Device sessions

    5. test_community_mute_community_and_channel, id: 703382
    Device sessions

    Class TestGroupChatMultipleDeviceMergedNewUI:

    1. test_group_chat_pin_messages, id: 702732
    Device sessions

    2. test_group_chat_mute_chat, id: 703495
    Device sessions

    3. test_group_chat_send_image_save_and_share, id: 703297
    Device sessions

    4. test_group_chat_join_send_text_messages_push, id: 702807
    Device sessions

    5. test_group_chat_offline_pn, id: 702808
    Device sessions

    Class TestCommunityMultipleDeviceMergedTwo:

    1. test_community_markdown_support, id: 702809
    Device sessions

    2. test_community_hashtag_links_to_community_channels, id: 702948
    Device sessions

    3. test_community_mentions_push_notification, id: 702786
    Device sessions

    4. test_community_leave, id: 702845
    Device sessions

    5. test_community_join_when_node_owner_offline, id: 703629
    Device sessions

    Class TestOneToOneChatMultipleSharedDevicesNewUiTwo:

    1. test_1_1_chat_delete_via_long_press_relogin, id: 702784
    Device sessions

    2. test_1_1_chat_is_shown_message_sent_delivered_from_offline, id: 702783
    Device sessions

    3. test_1_1_chat_mute_chat, id: 703496
    Device sessions

    @J-Son89
    Copy link
    Contributor Author

    J-Son89 commented Mar 25, 2024

    @clauxx can you take a quick look when you get a chance? this pr is straightforward enough

    Copy link
    Member

    @clauxx clauxx left a comment

    Choose a reason for hiding this comment

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

    No issues from my side, but I still prefer p TBH :)

    @flexsurfer
    Copy link
    Member

    No issues from my side, but I still prefer p TBH :)

    we can change it later, when all devs will be familiar with it, same as we have rn or rf

    @J-Son89
    Copy link
    Contributor Author

    J-Son89 commented Mar 25, 2024

    No issues from my side, but I still prefer p TBH :)

    we can change it later, when all devs will be familiar with it, same as we have rn or rf

    yeah +1 on this, it's just temporary while devs are becoming familiar with promesa 👍

    @pavloburykh
    Copy link
    Contributor

    @J-Son89 hey! E2E are fine here.

    @J-Son89 J-Son89 merged commit 53874c8 into develop Mar 28, 2024
    6 checks passed
    @J-Son89 J-Son89 deleted the jc/promesa branch March 28, 2024 16:33
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Projects
    Archived in project
    Archived in project
    Development

    Successfully merging this pull request may close these issues.

    7 participants