-
Notifications
You must be signed in to change notification settings - Fork 428
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
Put mod_inbox in a map with defaults #3547
Conversation
fa018ed
to
07a4297
Compare
This comment was marked as outdated.
This comment was marked as outdated.
Codecov Report
@@ Coverage Diff @@
## master #3547 +/- ##
=======================================
Coverage 81.08% 81.08%
=======================================
Files 420 419 -1
Lines 32296 32287 -9
=======================================
- Hits 26187 26180 -7
+ Misses 6109 6107 -2
Continue to review full report at Codecov.
|
111bc35
to
aeeff77
Compare
This comment was marked as outdated.
This comment was marked as outdated.
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.
Looks good in general, I have a few minor comments. A mistake in tests allowed me to find a small bug in test helpers.
This comment was marked as outdated.
This comment was marked as outdated.
2e89a8a
to
077fbe2
Compare
This comment was marked as outdated.
This comment was marked as outdated.
077fbe2
to
b7547c7
Compare
This comment was marked as outdated.
This comment was marked as outdated.
b7547c7
to
c639ee1
Compare
The test would succeed instead of failing.
c639ee1
to
6469901
Compare
small_tests_24 / small_tests / 6469901 small_tests_23 / small_tests / 6469901 dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / 6469901 dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 6469901 dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / 6469901 ldap_mnesia_24 / ldap_mnesia / 6469901 dynamic_domains_mysql_redis_24 / mysql_redis / 6469901 rest_SUITE:admin:session_can_be_kicked{error,{test_case_failed,[70,97,105,108,58,32,
[60,60,
"\"alice_session_can_be_kicked_1744@domain.example.com/res1\"",
62,62],
32,105,110,32,
[91,
[[60,60,
"\"alice_session_can_be_kicked_1744@domain.example.com/res1\"",
62,62],
44,10,
[32,
[[[32,[" ",32,32]," ",32,32],
32,
[" ",32,32],
" ",32,32],
[32,[" ",32,32]," ",32,32],
32,
[" ",32,32],
" ",32,32],
[[32,[" ",32,32]," ",32,32],
32,
[" ",32,32],
" ",32,32],
[32,[" ",32,32]," ",32,32],
32,
[" ",32,32],
" ",32,32],
[60,60,
"\"alice_messages_error_handling_1745@domain.example.com/res1\"",
62,62],
44,10,
[32,
[[[32,[" ",32,32]," ",32,32],
32,
[" ",32,32],
" ",32,32],
[32,[" ",32,32]," ",32,32],
32,
[" ",32,32],
" ",32,32],
[[32,[" ",32,32]," ",32,32],
32,
[" ",32,32],
" ",32,32],
[32,[" ",32,32]," ",32,32],
32,
... ldap_mnesia_23 / ldap_mnesia / 6469901 internal_mnesia_24 / internal_mnesia / 6469901 pgsql_mnesia_24 / pgsql_mnesia / 6469901 mysql_redis_24 / mysql_redis / 6469901 mssql_mnesia_24 / odbc_mssql_mnesia / 6469901 elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / 6469901 riak_mnesia_24 / riak_mnesia / 6469901 pgsql_mnesia_23 / pgsql_mnesia / 6469901 dynamic_domains_mysql_redis_24 / mysql_redis / 6469901 |
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.
Looks good!
Wanted to come back to the topic of async workers for inbox but it would be good to have this one already, less conflicts later 🙂