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

Rename components as components instead of the old services #4451

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

NelsonVides
Copy link
Collaborator

Services in the context of MongooseIM means something else. Avoid the confusion and call them all "components" as XMPP does (https://xmpp.org/extensions/xep-0114.html).

@mongoose-im

This comment was marked as outdated.

Copy link

codecov bot commented Jan 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.38%. Comparing base (9afc32c) to head (00a4c4b).
Report is 4 commits behind head on feature/listeners.

Additional details and impacted files
@@                  Coverage Diff                  @@
##           feature/listeners    #4451      +/-   ##
=====================================================
- Coverage              85.41%   85.38%   -0.03%     
=====================================================
  Files                    553      553              
  Lines                  33948    33947       -1     
=====================================================
- Hits                   28996    28986      -10     
- Misses                  4952     4961       +9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@NelsonVides NelsonVides force-pushed the components/rename_from_services branch from abd9d2f to 7cad52c Compare January 2, 2025 07:04
@mongoose-im
Copy link
Collaborator

mongoose-im commented Jan 2, 2025

elasticsearch_and_cassandra_27 / elasticsearch_and_cassandra_mnesia / 7cad52c
Reports root/ big
OK: 472 / Failed: 0 / User-skipped: 49 / Auto-skipped: 0


small_tests_27 / small_tests / 7cad52c
Reports root / small


small_tests_26 / small_tests / 7cad52c
Reports root / small


small_tests_27_arm64 / small_tests / 7cad52c
Reports root / small


ldap_mnesia_26 / ldap_mnesia / 7cad52c
Reports root/ big
OK: 2350 / Failed: 0 / User-skipped: 912 / Auto-skipped: 0


ldap_mnesia_27 / ldap_mnesia / 7cad52c
Reports root/ big
OK: 2350 / Failed: 0 / User-skipped: 912 / Auto-skipped: 0


dynamic_domains_mysql_redis_27 / mysql_redis / 7cad52c
Reports root/ big
OK: 4736 / Failed: 0 / User-skipped: 154 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 7cad52c
Reports root/ big
OK: 4771 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


internal_mnesia_27 / internal_mnesia / 7cad52c
Reports root/ big
OK: 2492 / Failed: 0 / User-skipped: 770 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_27 / pgsql_mnesia / 7cad52c
Reports root/ big
OK: 4771 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_27 / odbc_mssql_mnesia / 7cad52c
Reports root/ big
OK: 4766 / Failed: 0 / User-skipped: 124 / Auto-skipped: 0


pgsql_cets_27 / pgsql_cets / 7cad52c
Reports root/ big
OK: 4846 / Failed: 1 / User-skipped: 188 / Auto-skipped: 0

accounts_SUITE:registration_watchers:admin_notify
{error,
  {{assertion_failed,assert_many,false,
     [#Fun<accounts_SUITE.6.113095676>,#Fun<accounts_SUITE.6.113095676>],
     [{xmlel,<<"message">>,
        [{<<"from">>,<<"localhost">>},
         {<<"to">>,<<"admin@localhost">>},
         {<<"type">>,<<"chat">>}],
        [{xmlel,<<"body">>,[],
           [{xmlcdata,
            <<"[2025-01-02 07:08:30] The account alice@localhost was registered from IP address 127.0.0.1 on node mongooseim@localhost using mod_register.">>}]}]}],
     "   <message from='localhost' to='admin@localhost' type='chat'><body>[2025-01-02 07:08:30] The account alice@localhost was registered from IP address 127.0.0.1 on node mongooseim@localhost using mod_register.</body></message>"},
   [{escalus_new_assert,assert_true,2,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
       {line,84}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1303}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1235}]}]}}

Report log


mysql_redis_27 / mysql_redis / 7cad52c
Reports root/ big
OK: 5127 / Failed: 0 / User-skipped: 149 / Auto-skipped: 0


pgsql_mnesia_27 / pgsql_mnesia / 7cad52c
Reports root/ big
OK: 5148 / Failed: 0 / User-skipped: 128 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / 7cad52c
Reports root/ big
OK: 5148 / Failed: 0 / User-skipped: 128 / Auto-skipped: 0


cockroachdb_cets_27 / cockroachdb_cets / 7cad52c
Reports root/ big
OK: 4847 / Failed: 0 / User-skipped: 188 / Auto-skipped: 0


mssql_mnesia_27 / odbc_mssql_mnesia / 7cad52c
Reports root/ big
OK: 5143 / Failed: 0 / User-skipped: 133 / Auto-skipped: 0


pgsql_cets_27 / pgsql_cets / 7cad52c
Reports root/ big
OK: 20 / Failed: 0 / User-skipped: 0 / Auto-skipped: 0

Base automatically changed from components/dynamic_domains to feature/listeners January 2, 2025 15:58
@NelsonVides NelsonVides marked this pull request as ready for review January 2, 2025 16:57
Services in the context of MongooseIM means something else.
@NelsonVides NelsonVides force-pushed the components/rename_from_services branch from 7cad52c to 00a4c4b Compare January 2, 2025 18:59
@mongoose-im
Copy link
Collaborator

mongoose-im commented Jan 2, 2025

elasticsearch_and_cassandra_27 / elasticsearch_and_cassandra_mnesia / 00a4c4b
Reports root/ big
OK: 472 / Failed: 0 / User-skipped: 49 / Auto-skipped: 0


small_tests_26 / small_tests / 00a4c4b
Reports root / small


small_tests_27 / small_tests / 00a4c4b
Reports root / small


small_tests_27_arm64 / small_tests / 00a4c4b
Reports root / small


ldap_mnesia_26 / ldap_mnesia / 00a4c4b
Reports root/ big
OK: 2350 / Failed: 0 / User-skipped: 912 / Auto-skipped: 0


dynamic_domains_mysql_redis_27 / mysql_redis / 00a4c4b
Reports root/ big
OK: 4736 / Failed: 0 / User-skipped: 154 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 00a4c4b
Reports root/ big
OK: 4771 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


ldap_mnesia_27 / ldap_mnesia / 00a4c4b
Reports root/ big
OK: 2350 / Failed: 0 / User-skipped: 912 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_27 / pgsql_mnesia / 00a4c4b
Reports root/ big
OK: 4771 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


internal_mnesia_27 / internal_mnesia / 00a4c4b
Reports root/ big
OK: 2492 / Failed: 0 / User-skipped: 770 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_27 / odbc_mssql_mnesia / 00a4c4b
Reports root/ big
OK: 4766 / Failed: 0 / User-skipped: 124 / Auto-skipped: 0


pgsql_cets_27 / pgsql_cets / 00a4c4b
Reports root/ big
OK: 4847 / Failed: 0 / User-skipped: 188 / Auto-skipped: 0


mysql_redis_27 / mysql_redis / 00a4c4b
Reports root/ big
OK: 5126 / Failed: 1 / User-skipped: 149 / Auto-skipped: 0

tcp_listener_SUITE:s2s_inet_sockname_returns_error
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{persistent_term,get,
            [tcp_listener_helper_result],
            [{error_info,#{module => erl_erts_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       persistent_term,get,
       [tcp_listener_helper_result]],
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,140}]},
    {tcp_listener_SUITE,inet_sockname_returns_error,1,
      [{file,
         "/home/circleci/project/big_tests/tests/tcp_listener_SUITE.erl"},
       {line,81}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1303}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1235}]}]}}

Report log


mssql_mnesia_27 / odbc_mssql_mnesia / 00a4c4b
Reports root/ big
OK: 5143 / Failed: 0 / User-skipped: 133 / Auto-skipped: 0


cockroachdb_cets_27 / cockroachdb_cets / 00a4c4b
Reports root/ big
OK: 4847 / Failed: 0 / User-skipped: 188 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / 00a4c4b
Reports root/ big
OK: 5148 / Failed: 0 / User-skipped: 128 / Auto-skipped: 0


pgsql_mnesia_27 / pgsql_mnesia / 00a4c4b
Reports root/ big
OK: 5148 / Failed: 0 / User-skipped: 128 / Auto-skipped: 0


mysql_redis_27 / mysql_redis / 00a4c4b
Reports root/ big
OK: 1 / Failed: 0 / User-skipped: 0 / Auto-skipped: 0

@telezynski telezynski merged commit 71d0ce3 into feature/listeners Jan 3, 2025
4 checks passed
@telezynski telezynski deleted the components/rename_from_services branch January 3, 2025 14:35
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