Skip to content
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

Use erlexec in 'mongooseimctl debug' #3723

Merged
merged 1 commit into from
Aug 5, 2022
Merged

Use erlexec in 'mongooseimctl debug' #3723

merged 1 commit into from
Aug 5, 2022

Conversation

chrzaszcz
Copy link
Member

@chrzaszcz chrzaszcz commented Aug 5, 2022

The custom erl script was removed (because it got outdated in OTP 25), and erlexec should be used directly now.

_build/mim1/rel/mongooseim/bin/mongooseimctl debug fails before the change and succeeds after the change.

The custom 'erl' script was removed, and erlexec should be used
directly now.
@mongoose-im
Copy link
Collaborator

mongoose-im commented Aug 5, 2022

small_tests_24 / small_tests / 76df971
Reports root / small


small_tests_25 / small_tests / 76df971
Reports root / small


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 76df971
Reports root/ big
OK: 3340 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


ldap_mnesia_24 / ldap_mnesia / 76df971
Reports root/ big
OK: 1897 / Failed: 0 / User-skipped: 513 / Auto-skipped: 0


dynamic_domains_mysql_redis_25 / mysql_redis / 76df971
Reports root/ big
OK: 3323 / Failed: 0 / User-skipped: 105 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 76df971
Reports root/ big
OK: 3340 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


ldap_mnesia_25 / ldap_mnesia / 76df971
Reports root/ big
OK: 1897 / Failed: 0 / User-skipped: 513 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / 76df971
Reports root/ big
OK: 3340 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


internal_mnesia_25 / internal_mnesia / 76df971
Reports root/ big
OK: 2018 / Failed: 0 / User-skipped: 392 / Auto-skipped: 0


elasticsearch_and_cassandra_25 / elasticsearch_and_cassandra_mnesia / 76df971
Reports root/ big
OK: 2314 / Failed: 0 / User-skipped: 387 / Auto-skipped: 0


pgsql_mnesia_24 / pgsql_mnesia / 76df971
Reports root/ big
OK: 3714 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / 76df971
Reports root/ big
OK: 3714 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


mysql_redis_25 / mysql_redis / 76df971
Reports root/ big
OK: 3709 / Failed: 0 / User-skipped: 102 / Auto-skipped: 0


mssql_mnesia_25 / odbc_mssql_mnesia / 76df971
Reports root/ big
OK: 3714 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


riak_mnesia_24 / riak_mnesia / 76df971
Reports root/ big
OK: 2175 / Failed: 0 / User-skipped: 380 / Auto-skipped: 0

@codecov
Copy link

codecov bot commented Aug 5, 2022

Codecov Report

Merging #3723 (76df971) into master (491e5c3) will decrease coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #3723      +/-   ##
==========================================
- Coverage   82.23%   82.21%   -0.02%     
==========================================
  Files         523      523              
  Lines       33801    33801              
==========================================
- Hits        27795    27791       -4     
- Misses       6006     6010       +4     
Impacted Files Coverage Δ
...bal_distrib/mod_global_distrib_hosts_refresher.erl 66.66% <0.00%> (-2.23%) ⬇️
src/pubsub/node_pep.erl 77.77% <0.00%> (-1.86%) ⬇️
src/mod_roster_riak.erl 96.92% <0.00%> (-1.54%) ⬇️
src/mod_roster.erl 78.46% <0.00%> (-1.20%) ⬇️
src/muc_light/mod_muc_light_db_mnesia.erl 91.57% <0.00%> (-1.06%) ⬇️
src/ejabberd_c2s.erl 88.93% <0.00%> (-0.30%) ⬇️
src/mod_muc_log.erl 62.82% <0.00%> (ø)
src/mod_muc_room.erl 78.39% <0.00%> (+0.05%) ⬆️
src/pubsub/mod_pubsub.erl 73.42% <0.00%> (+0.06%) ⬆️
src/pubsub/mod_pubsub_db_rdbms.erl 95.60% <0.00%> (+0.25%) ⬆️
... and 5 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@chrzaszcz chrzaszcz marked this pull request as ready for review August 5, 2022 10:08
Copy link
Collaborator

@NelsonVides NelsonVides left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect 👌🏽

@NelsonVides NelsonVides merged commit 3b4b32e into master Aug 5, 2022
@NelsonVides NelsonVides deleted the use-erlexec branch August 5, 2022 11:08
@chrzaszcz chrzaszcz added this to the 6.0.0 milestone Dec 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants