-
Notifications
You must be signed in to change notification settings - Fork 429
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
Inbox refactor tests #3452
Inbox refactor tests #3452
Conversation
The same code was added to the equivalent in small_tests here: 1da8bee
This will be necessary if inbox inputs are made async, as then the following operation, to set an inbox property, will found an inbox entry not yet created.
Codecov Report
@@ Coverage Diff @@
## master #3452 +/- ##
==========================================
- Coverage 80.85% 80.82% -0.03%
==========================================
Files 415 415
Lines 32312 32312
==========================================
- Hits 26125 26116 -9
- Misses 6187 6196 +9
Continue to review full report at Codecov.
|
small_tests_24 / small_tests / ce0a8f3 small_tests_23 / small_tests / ce0a8f3 dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / ce0a8f3 dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / ce0a8f3 dynamic_domains_mysql_redis_24 / mysql_redis / ce0a8f3 dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / ce0a8f3 ldap_mnesia_23 / ldap_mnesia / ce0a8f3 ldap_mnesia_24 / ldap_mnesia / ce0a8f3 internal_mnesia_24 / internal_mnesia / ce0a8f3 mysql_redis_24 / mysql_redis / ce0a8f3 elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / ce0a8f3 pgsql_mnesia_24 / pgsql_mnesia / ce0a8f3 pgsql_mnesia_23 / pgsql_mnesia / ce0a8f3 mssql_mnesia_24 / odbc_mssql_mnesia / ce0a8f3 riak_mnesia_24 / riak_mnesia / ce0a8f3 dynamic_domains_mysql_redis_24 / mysql_redis / ce0a8f3 |
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 to me :)
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.
ok
Just cleaning up inbox tests to reuse code between inbox_SUITE and inbox_extensions_SUITE