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 420 forks source link

After a restart, wait until other nodes finish the cleanup #4252

Closed chrzaszcz closed 1 month ago

chrzaszcz commented 1 month ago

WIP

mongoose-im commented 1 month ago

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / 6367926856f0e422d4a4d3f573d6f6e846255171 Reports root/ big OK: 437 / Failed: 0 / User-skipped: 43 / Auto-skipped: 0


small_tests_25 / small_tests / 6367926856f0e422d4a4d3f573d6f6e846255171 Reports root / small


small_tests_26 / small_tests / 6367926856f0e422d4a4d3f573d6f6e846255171 Reports root / small


small_tests_26_arm64 / small_tests / 6367926856f0e422d4a4d3f573d6f6e846255171 Reports root / small


ldap_mnesia_25 / ldap_mnesia / 6367926856f0e422d4a4d3f573d6f6e846255171 Reports root/ big OK: 2284 / Failed: 0 / User-skipped: 895 / Auto-skipped: 0


dynamic_domains_mysql_redis_26 / mysql_redis / 6367926856f0e422d4a4d3f573d6f6e846255171 Reports root/ big OK: 4506 / Failed: 0 / User-skipped: 144 / Auto-skipped: 0


ldap_mnesia_26 / ldap_mnesia / 6367926856f0e422d4a4d3f573d6f6e846255171 Reports root/ big OK: 2284 / Failed: 0 / User-skipped: 895 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 6367926856f0e422d4a4d3f573d6f6e846255171 Reports root/ big OK: 4539 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 6367926856f0e422d4a4d3f573d6f6e846255171 Reports root/ big OK: 4539 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


internal_mnesia_26 / internal_mnesia / 6367926856f0e422d4a4d3f573d6f6e846255171 Reports root/ big OK: 2424 / Failed: 0 / User-skipped: 755 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / 6367926856f0e422d4a4d3f573d6f6e846255171 Reports root/ big OK: 4536 / Failed: 0 / User-skipped: 114 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / 6367926856f0e422d4a4d3f573d6f6e846255171 Reports root/ big OK: 4928 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


pgsql_cets_26 / pgsql_cets / 6367926856f0e422d4a4d3f573d6f6e846255171 Reports root/ big OK: 4454 / Failed: 0 / User-skipped: 178 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / 6367926856f0e422d4a4d3f573d6f6e846255171 Reports root/ big OK: 4927 / Failed: 1 / User-skipped: 118 / Auto-skipped: 0

sm_SUITE:ping_timeout ```erlang {error,{noproc,{gen_server,call,[<0.96293.0>,get_sm_h]}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4252/213565/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%403f7108eb121d.2024-03-27_08.45.19/big_tests.tests.sm_SUITE.logs/run.2024-03-27_09.03.16/sm_suite.ping_timeout.html)

mysql_redis_26 / mysql_redis / 6367926856f0e422d4a4d3f573d6f6e846255171 Reports root/ big OK: 4907 / Failed: 0 / User-skipped: 139 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / 6367926856f0e422d4a4d3f573d6f6e846255171 Reports root/ big OK: 4925 / Failed: 0 / User-skipped: 121 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / 6367926856f0e422d4a4d3f573d6f6e846255171 Reports root/ big OK: 4928 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 80.00000% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 84.42%. Comparing base (509759e) to head (6367926).

Files Patch % Lines
src/mongoose_cleaner.erl 80.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## cets/revert-dist-blocker #4252 +/- ## ============================================================ - Coverage 84.43% 84.42% -0.01% ============================================================ Files 552 552 Lines 33546 33548 +2 ============================================================ - Hits 28324 28323 -1 - Misses 5222 5225 +3 ```

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

chrzaszcz commented 1 month ago

I am closing this PR, because I couldn't reproduce the issue it's supposed to fix.