-
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
Do not use gen_mod:set_module_opt(s) in big tests #3398
Conversation
This comment has been minimized.
This comment has been minimized.
Codecov Report
@@ Coverage Diff @@
## master #3398 +/- ##
==========================================
- Coverage 80.90% 80.67% -0.24%
==========================================
Files 414 397 -17
Lines 32437 32199 -238
==========================================
- Hits 26244 25976 -268
- Misses 6193 6223 +30
Continue to review full report at Codecov.
|
This comment has been minimized.
This comment has been minimized.
44ef957
to
770b749
Compare
This comment has been minimized.
This comment has been minimized.
770b749
to
c6183d1
Compare
This comment has been minimized.
This comment has been minimized.
What about the very functions |
c6183d1
to
baf08cd
Compare
small_tests_24 / small_tests / baf08cd internal_mnesia_24 / internal_mnesia / baf08cd small_tests_24 / small_tests / baf08cd internal_mnesia_24 / internal_mnesia / baf08cd small_tests_23 / small_tests / baf08cd dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / baf08cd dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / baf08cd service_domain_db_SUITE:db:db_keeps_syncing_after_cluster_join{error,{test_case_failed,{[<<"example1.com">>,<<"example2.com">>,
<<"example3.com">>],
[<<"example1.com">>,<<"example2.com">>,
<<"example3.com">>,<<"example4.com">>]}}} ldap_mnesia_24 / ldap_mnesia / baf08cd dynamic_domains_mysql_redis_24 / mysql_redis / baf08cd dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / baf08cd ldap_mnesia_23 / ldap_mnesia / baf08cd pgsql_mnesia_24 / pgsql_mnesia / baf08cd elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / baf08cd pgsql_mnesia_23 / pgsql_mnesia / baf08cd mssql_mnesia_24 / odbc_mssql_mnesia / baf08cd mysql_redis_24 / mysql_redis / baf08cd riak_mnesia_24 / riak_mnesia / baf08cd dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / baf08cd |
Just checked, and if I'm not mistaken, these functions are indeed not used anymore in all of the repo, so why not removing them finally? 😄 |
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! I checked it and there are no calls to set_module_opt(s)
in the tests anymore.
I agree, but maybe let's do it in a separate PR? Another follow-up would be to remove the usage of |
This PR addresses MIM-1547 and removes usage of gen_mod:set_module_opt(s) in modules: