-
Notifications
You must be signed in to change notification settings - Fork 988
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
Users don't automatically join auto-accept request communities when the owner of the community and requester go online #17678
Comments
@VolodLytvynenko if |
@churik The issue is no longer reproducible on mobile or desktop when 'User A' is offline. It seems that the last time it happened, there was a delivery issue. However, it's strange because it reproduced very easily earlier in every try even when message delivery worked perfectly for me. |
this issue is not reproducible if |
I have faced the issue with mobile admin node. Will check if the bug happens when admin node is Desktop. |
The same happens to me with admin on desktop (0.15 RC3 ) After admin goes back online, the request is Pending and the state is not changing until desktop re-logins |
FYI, i don't have such issue with local waku node, thought i can reproduce it with local waku node so i can go in deep 😅 |
Comment from closed duplicate issue #18087 (comment) As reported by @yevh-berdnyk ProblemSteps:
Actual result: Expected result: Related to PR : #17773 |
Andrea's comment from closed duplicate issue #18087 (comment)
|
@VolodLytvynenko @pavloburykh can you check if this issue is still reproducible ? |
@siddarthkay we have recently faced failed e2e because of this bug. So I believe it is still there. @VolodLytvynenko will provide more info on manual reproduction. |
Awesome! Thanks for confirming |
@pavloburykh @siddarthkay I can't reproduce this issue manually anymore. Previously, it was easy to do so, especially when users returned from offline, as described here: #17678 (comment) |
Thank you @VolodLytvynenko! @siddarthkay let's keep this issue open anyway. Once we have some update we will post it here. |
closing as issue is not reproducible anymore |
Description:
Users aren't automatically joining auto-accept request communities when both the community owner and the requester go online. The problem still occurs even without users going offline - online, although it happens less frequently in such cases. The steps below replicate this issue more consistently.
Steps:
User A
is an owner of an auto-accept request communityUser A
shares community toUser B
User A
goes offline using Airplane modeUser B
sends a request to join the communityUser B
goes offlineUser A
goes onlineUser B
goes onlineUser B
checks community statusActual result:
User B
is not joined to community. Community is still shown in the pending statusMy.Movie.10.mp4
Expected result:
As soon as the community owner goes online all users requested to join the community automatically join the current community if current community is with auto-accept request
reference to feature related to this issue here
ENV:
Additional info:
In my case, this issue is reproducible only when the community owner uses a real device (Pixel 7a, Android 13). But also it occurs during e2e tests running (here an example https://ethstatus.testrail.net/index.php?/tests/view/3261326)
Logs from physical devices:
Community owner (
User A
) logs:Status-debug-logs.zip
Community requester (
User B
) logs:logs.zip
Logs from e2e failed run:
Community owner (
Device 1
) logs:logcat (1).log
Community requester (
Device 2
) logs:logcat.log
The text was updated successfully, but these errors were encountered: