esl / MongooseIM

MongooseIM is Erlang Solutions' robust, scalable and efficient XMPP server, aimed at large installations. Specifically designed for enterprise purposes, it is fault-tolerant and can utilise the resources of multiple clustered machines.
Other
1.64k stars 421 forks source link

Fix sm_SUITE compilation #4164

Closed arcusfelis closed 6 months ago

arcusfelis commented 6 months ago

Fix:

build-tests:    ===> Compiling tests/sm_SUITE.erl failed
build-tests:    tests/sm_SUITE.erl:173:49: function required_modules/3 undefined

(happened because of merging two PRs changing the same file)

mongoose-im commented 6 months ago

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / fa72aa9fbd6f9284077b36e6f38132dee8571a9a Reports root/ big OK: 369 / Failed: 0 / User-skipped: 38 / Auto-skipped: 0


small_tests_25 / small_tests / fa72aa9fbd6f9284077b36e6f38132dee8571a9a Reports root / small


small_tests_26 / small_tests / fa72aa9fbd6f9284077b36e6f38132dee8571a9a Reports root / small


small_tests_26_arm64 / small_tests / fa72aa9fbd6f9284077b36e6f38132dee8571a9a Reports root / small


ldap_mnesia_25 / ldap_mnesia / fa72aa9fbd6f9284077b36e6f38132dee8571a9a Reports root/ big OK: 2310 / Failed: 0 / User-skipped: 865 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / fa72aa9fbd6f9284077b36e6f38132dee8571a9a Reports root/ big OK: 4275 / Failed: 0 / User-skipped: 112 / Auto-skipped: 0


ldap_mnesia_26 / ldap_mnesia / fa72aa9fbd6f9284077b36e6f38132dee8571a9a Reports root/ big OK: 2310 / Failed: 0 / User-skipped: 865 / Auto-skipped: 0


dynamic_domains_mysql_redis_26 / mysql_redis / fa72aa9fbd6f9284077b36e6f38132dee8571a9a Reports root/ big OK: 4243 / Failed: 0 / User-skipped: 144 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / fa72aa9fbd6f9284077b36e6f38132dee8571a9a Reports root/ big OK: 4275 / Failed: 0 / User-skipped: 112 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / fa72aa9fbd6f9284077b36e6f38132dee8571a9a Reports root/ big OK: 4272 / Failed: 0 / User-skipped: 115 / Auto-skipped: 0


internal_mnesia_26 / internal_mnesia / fa72aa9fbd6f9284077b36e6f38132dee8571a9a Reports root/ big OK: 2460 / Failed: 0 / User-skipped: 715 / Auto-skipped: 0


pgsql_cets_26 / pgsql_cets / fa72aa9fbd6f9284077b36e6f38132dee8571a9a Reports root/ big OK: 4662 / Failed: 0 / User-skipped: 121 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / fa72aa9fbd6f9284077b36e6f38132dee8571a9a Reports root/ big OK: 4664 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


mysql_redis_26 / mysql_redis / fa72aa9fbd6f9284077b36e6f38132dee8571a9a Reports root/ big OK: 4644 / Failed: 0 / User-skipped: 139 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / fa72aa9fbd6f9284077b36e6f38132dee8571a9a Reports root/ big OK: 4664 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / fa72aa9fbd6f9284077b36e6f38132dee8571a9a Reports root/ big OK: 4661 / Failed: 0 / User-skipped: 122 / Auto-skipped: 0

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (e0f3cd4) 84.04% compared to head (fa72aa9) 84.06%. Report is 3 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #4164 +/- ## ========================================== + Coverage 84.04% 84.06% +0.01% ========================================== Files 564 564 Lines 34067 34067 ========================================== + Hits 28633 28639 +6 + Misses 5434 5428 -6 ``` [see 7 files with indirect coverage changes](https://app.codecov.io/gh/esl/MongooseIM/pull/4164/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=esl)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.