-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat(monkeys): Interact with "external" users from the test [WPB-5129] #2219
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #2219 +/- ##
=============================================
- Coverage 57.90% 57.90% -0.01%
Complexity 21 21
=============================================
Files 1093 1093
Lines 41394 41394
Branches 3820 3820
=============================================
- Hits 23969 23968 -1
- Misses 15813 15814 +1
Partials 1612 1612 see 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Datadog ReportBranch report: ✅ |
d042c1c
to
acd2492
Compare
Datadog ReportBranch report: ✅ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
I just think that inMemoryStorage
can be used again now that it supports login and logout.
""" | ||
Hey there, | ||
|
||
I'm really in the mood for some bananas, and I was wondering if you could lend a hand. I'd truly appreciate it. Bananas have a | ||
special place in my heart, and your help would brighten my day. | ||
|
||
Thanks for thinking it over. | ||
""", | ||
""" | ||
Hey, | ||
|
||
I've got a hankering for some bananas. Any chance you could help me out? | ||
|
||
Appreciate it! | ||
""", | ||
""" | ||
Hello, | ||
|
||
I'm on the hunt for bananas, and I'm reaching out to see if you or your group could assist. Your help would mean a lot to me. | ||
|
||
Thanks in advance. | ||
""", | ||
""" | ||
Hey, | ||
|
||
I've got this banana craving that won't quit. Can you come to the rescue? | ||
|
||
Much appreciated! | ||
""", | ||
""" | ||
Hi there, | ||
|
||
I'm in need of some bananas, and I'm wondering if you or your group could lend a hand. Your support would make my day. | ||
|
||
Thanks a bunch! | ||
""", | ||
""" | ||
Hello, | ||
|
||
I'm really feeling the banana vibe right now. Could you or your group be the banana heroes I'm looking for? | ||
|
||
Thanks in advance. | ||
""", | ||
""" | ||
Hey, | ||
|
||
Bananas are calling my name. Any chance you can help satisfy my fruity desires? | ||
|
||
Thanks a bunch! | ||
""", | ||
""" | ||
Hi, | ||
|
||
I'm on a mission to find bananas, and I'm hoping you or your group can assist. Your kindness would be greatly appreciated. | ||
|
||
Thanks for considering. | ||
""", | ||
""" | ||
Hey there, | ||
|
||
I've got a strong craving for bananas. Could you lend a hand in satisfying it? | ||
|
||
Many thanks! | ||
""", | ||
""" | ||
Hello, | ||
|
||
I'm in the mood for some bananas. Can you or your group help me out? It would mean a lot. | ||
|
||
Thanks in advance! | ||
""", | ||
""" | ||
Hey, | ||
|
||
I've got this banana hankering that won't quit. Can you be the banana hero I need? | ||
|
||
Much appreciated! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LOL 🤣
Hey there, | ||
|
||
I hope you're doing well. I've got a bit of a craving for bananas, and I was wondering if you might be able to share a few with me? | ||
It would mean a lot. 😊 | ||
|
||
Thanks a bunch, | ||
A friendly monkey 🍌🐵 | ||
""".trimIndent(), """ | ||
Yo, | ||
|
||
I'm in need of some bananas, my friend. Can you hook me up? I'd appreciate it big time. | ||
|
||
Respect, | ||
A neutral monkey 🍌 | ||
""".trimIndent(), """ | ||
Listen up, | ||
|
||
I ain't messin' around. I want them bananas, and I want 'em now. You better deliver or there'll be consequences. | ||
|
||
No games, | ||
An evil monkey 🍌👿💀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is too good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All AI generated 🤣
developmentApiEnabled = true, | ||
encryptProteusStorage = true, | ||
isMLSSupportEnabled = true, | ||
wipeOnDeviceRemoval = true, | ||
), "Wire Infinite Monkeys" | ||
), userAgent = "Wire Infinite Monkeys", useInMemoryStorage = false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you can use inMemoryStorage = true
now. After
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll enable it again :) Forgot to push
429471c
to
8441425
Compare
Datadog ReportBranch report: ✅ |
8441425
to
f000285
Compare
// this is needed to create key packages for clients at least once | ||
poolById.values.map { | ||
async { | ||
it.login(core) {} | ||
it.logout {} | ||
} | ||
}.awaitAll() | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you have ticket for this bug? Let's add reference to it here
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
This adds 2 more actions to IM to accept and send connection request to users outside of the monkeys scope. Sending messages, adding to groups is already supported as long as monkeys and users are known to each other.
As discussed in #2172, unit tests are being removed in favour of e2e tests to be added later.
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764
.