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

align changes to RequestAllHistoricMessagesWithRetries #16244

Merged
merged 1 commit into from
Jun 12, 2023

Conversation

qfrank
Copy link
Contributor

@qfrank qfrank commented Jun 12, 2023

relate PR for status-go

status: ready

@qfrank qfrank self-assigned this Jun 12, 2023
@status-im-auto
Copy link
Member

status-im-auto commented Jun 12, 2023

Jenkins Builds

Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ a7899f5 #1 2023-06-12 04:46:59 ~5 min android-e2e 🤖apk 📲
✔️ a7899f5 #1 2023-06-12 04:49:46 ~8 min ios 📱ipa 📲
✔️ a7899f5 #1 2023-06-12 04:50:55 ~9 min tests 📄log
✔️ a7899f5 #1 2023-06-12 04:51:44 ~10 min android 🤖apk 📲

@status-im-auto
Copy link
Member

61% of end-end tests have passed

Total executed tests: 33
Failed tests: 13
Passed tests: 20
IDs of failed tests: 702733,702958,703194,702859,702732,702782,702894,702783,702845,702957,702731,703086,702838 

Failed tests (13)

Click to expand
  • Rerun failed tests

  • Class TestGroupChatMultipleDeviceMergedNewUI:

    1. test_group_chat_pin_messages, id: 702732
    Test is not run, e2e blocker  
    

    [[reason: [NOTRUN] Pin feature is in development]]

    Class TestOneToOneChatMultipleSharedDevicesNewUi:

    1. test_1_1_chat_text_message_delete_push_disappear, id: 702733

    Device 2: Find Button by accessibility id: jump-to

    critical/chats/test_1_1_public_chats.py:1151: in test_1_1_chat_text_message_delete_push_disappear
        self.chat_2.jump_to_card_by_text(self.username_1)
    ../views/base_view.py:609: in jump_to_card_by_text
        self.jump_to_button.click()
    ../views/base_element.py:91: in click
        self.find_element().click()
    ../views/base_element.py:80: in find_element
        raise NoSuchElementException(
     Device 2: Button by accessibility id: `jump-to` is not found on the screen
    



    Device sessions

    2. test_1_1_chat_emoji_send_reply_and_open_link, id: 702782

    Device 1: Find SendMessageButton by accessibility id: send-message-button
    Device 1: Tap on found: SendMessageButton

    critical/chats/test_1_1_public_chats.py:938: in test_1_1_chat_emoji_send_reply_and_open_link
        self.errors.verify_no_errors()
    base_test_case.py:182: in verify_no_errors
        pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
     Message with URL was not received
    



    Device sessions

    3. test_1_1_chat_is_shown_message_sent_delivered_from_offline, id: 702783

    Device 2: Find Button by accessibility id: jump-to

    critical/chats/test_1_1_public_chats.py:1212: in test_1_1_chat_is_shown_message_sent_delivered_from_offline
        self.chat_2.jump_to_card_by_text(self.username_1)
    ../views/base_view.py:609: in jump_to_card_by_text
        self.jump_to_button.click()
    ../views/base_element.py:91: in click
        self.find_element().click()
    ../views/base_element.py:80: in find_element
        raise NoSuchElementException(
     Device 2: Button by accessibility id: `jump-to` is not found on the screen 
    

    [[Issue with messages not being sent for a long time]]

    Device sessions

    4. test_1_1_chat_pin_messages, id: 702731

    Test is not run, e2e blocker  
    

    [[reason: [NOTRUN] Pin feature is in development]]

    Class TestCommunityMultipleDeviceMerged:

    1. test_community_several_images_send_reply, id: 703194

    # STEP: Check gallery on second device
    Device 2: Find Button by accessibility id: jump-to

    critical/test_public_chat_browsing.py:557: in test_community_several_images_send_reply
        self.channel_2.jump_to_communities_home()
    ../views/base_view.py:605: in jump_to_communities_home
        self.jump_to_button.click()
    ../views/base_element.py:91: in click
        self.find_element().click()
    ../views/base_element.py:80: in find_element
        raise NoSuchElementException(
     Device 2: Button by accessibility id: `jump-to` is not found on the screen
    



    Device sessions

    2. test_community_one_image_send_reply, id: 702859

    Device 1: Find RepliedMessageText by xpath: //*[starts-with(@text,'reply to image')]/preceding::android.widget.TextView[@content-desc='quoted-message']
    Device 1: RepliedMessageText is description

    critical/test_public_chat_browsing.py:548: in test_community_one_image_send_reply
        self.errors.verify_no_errors()
    base_test_case.py:182: in verify_no_errors
        pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
     Reply message was not received by the sender
    



    Device sessions

    3. test_community_contact_block_unblock_offline, id: 702894

    Device 1: Tap on found: Button
    Device 2: Find Button by accessibility id: jump-to

    critical/test_public_chat_browsing.py:686: in test_community_contact_block_unblock_offline
        [home.jump_to_card_by_text('# %s' % self.channel_name) for home in self.homes]
    critical/test_public_chat_browsing.py:686: in <listcomp>
        [home.jump_to_card_by_text('# %s' % self.channel_name) for home in self.homes]
    ../views/base_view.py:609: in jump_to_card_by_text
        self.jump_to_button.click()
    ../views/base_element.py:91: in click
        self.find_element().click()
    ../views/base_element.py:80: in find_element
        raise NoSuchElementException(
     Device 2: Button by accessibility id: `jump-to` is not found on the screen
    



    Device sessions

    4. test_community_leave, id: 702845

    Device 2: Find Button by accessibility id: jump-to

    critical/test_public_chat_browsing.py:854: in test_community_leave
        self.home_2.jump_to_communities_home()
    ../views/base_view.py:605: in jump_to_communities_home
        self.jump_to_button.click()
    ../views/base_element.py:91: in click
        self.find_element().click()
    ../views/base_element.py:80: in find_element
        raise NoSuchElementException(
     Device 2: Button by accessibility id: `jump-to` is not found on the screen
    



    Device sessions

    5. test_community_mark_all_messages_as_read, id: 703086

    Device 1: Find CommunitiesTab by accessibility id: communities-stack-tab
    Device 2: Find Button by accessibility id: jump-to

    critical/test_public_chat_browsing.py:764: in test_community_mark_all_messages_as_read
        self.home_2.jump_to_card_by_text('# %s' % self.channel_name)
    ../views/base_view.py:609: in jump_to_card_by_text
        self.jump_to_button.click()
    ../views/base_element.py:91: in click
        self.find_element().click()
    ../views/base_element.py:80: in find_element
        raise NoSuchElementException(
     Device 2: Button by accessibility id: `jump-to` is not found on the screen
    



    Device sessions

    6. test_community_message_send_check_timestamps_sender_username, id: 702838

    Device 2: Verifying that 'new message' is under today
    Device 2: Looking for a message by text: new message

    critical/test_public_chat_browsing.py:458: in test_community_message_send_check_timestamps_sender_username
        self.channel_2.verify_message_is_under_today_text(new_message, self.errors, 60)
    ../views/chat_view.py:948: in verify_message_is_under_today_text
        message_element.wait_for_visibility_of_element(timeout)
    ../views/base_element.py:135: in wait_for_visibility_of_element
        raise TimeoutException(
     Device 2: ChatElementByText by xpath:`//*[starts-with(@text,'new message')]/ancestor::android.view.ViewGroup[@content-desc='chat-item']` is not found on the screen after wait_for_visibility_of_element
    



    Device sessions

    Class TestActivityMultipleDevicePR:

    1. test_activity_center_admin_notification_accept_swipe, id: 702958

    # STEP: Clearing history
    Device 2: Find Button by accessibility id: jump-to

    medium/test_activity_center.py:289: in test_activity_center_admin_notification_accept_swipe
        self.home_2.jump_to_messages_home()
    ../views/base_view.py:601: in jump_to_messages_home
        self.jump_to_button.click()
    ../views/base_element.py:91: in click
        self.find_element().click()
    ../views/base_element.py:80: in find_element
        raise NoSuchElementException(
     Device 2: Button by accessibility id: `jump-to` is not found on the screen
    



    Device sessions

    2. test_activity_center_mentions, id: 702957

    Device 1: Find CommunitiesTab by accessibility id: communities-stack-tab
    Device 2: Find Button by accessibility id: jump-to

    medium/test_activity_center.py:255: in test_activity_center_mentions
        self.home_2.jump_to_card_by_text('# %s' % self.channel_name)
    ../views/base_view.py:609: in jump_to_card_by_text
        self.jump_to_button.click()
    ../views/base_element.py:91: in click
        self.find_element().click()
    ../views/base_element.py:80: in find_element
        raise NoSuchElementException(
     Device 2: Button by accessibility id: `jump-to` is not found on the screen
    



    Device sessions

    Passed tests (20)

    Click to expand

    Class TestGroupChatMultipleDeviceMergedNewUI:

    1. test_group_chat_join_send_text_messages_push, id: 702807
    Device sessions

    2. test_group_chat_offline_pn, id: 702808
    Device sessions

    Class TestActivityCenterContactRequestMultipleDevicePR:

    1. test_activity_center_contact_request_decline, id: 702850
    Device sessions

    2. test_activity_center_contact_request_accept_swipe_mark_all_as_read, id: 702851
    Device sessions

    Class TestCommunityMultipleDeviceMerged:

    1. test_community_emoji_send_copy_paste_reply, id: 702840
    Device sessions

    2. test_community_links_with_previews_github_youtube_twitter_gif_send_enable, id: 702844
    Device sessions

    3. test_community_mentions_push_notification, id: 702786
    Device sessions

    4. test_community_unread_messages_badge, id: 702841
    Device sessions

    5. test_community_message_delete, id: 702839
    Device sessions

    6. test_community_message_edit, id: 702843
    Device sessions

    Class TestOneToOneChatMultipleSharedDevicesNewUi:

    1. test_1_1_chat_edit_message, id: 702855
    Device sessions

    2. test_1_1_chat_non_latin_messages_stack_update_profile_photo, id: 702745
    Device sessions

    3. test_1_1_chat_message_reaction, id: 702730
    Device sessions

    4. test_1_1_chat_push_emoji, id: 702813
    Device sessions

    5. test_1_1_chat_delete_via_long_press_relogin, id: 702784
    Device sessions

    Class TestCommunityOneDeviceMerged:

    1. test_community_navigate_to_channel_when_relaunch, id: 702846
    Device sessions

    2. test_restore_multiaccount_with_waku_backup_remove_switch, id: 703133
    Device sessions

    3. test_community_copy_and_paste_message_in_chat_input, id: 702742
    Device sessions

    Class TestActivityMultipleDevicePR:

    1. test_activity_center_reply_read_unread_delete_filter_swipe, id: 702947
    Device sessions

    2. test_navigation_jump_to, id: 702936
    Device sessions

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    None yet
    Projects
    No open projects
    Archived in project
    Development

    Successfully merging this pull request may close these issues.

    4 participants