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

Fix a typo #3621

Merged
merged 1 commit into from
Apr 1, 2022
Merged

Fix a typo #3621

merged 1 commit into from
Apr 1, 2022

Conversation

gustawlippa
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Apr 1, 2022

Codecov Report

Merging #3621 (97d55e6) into master (237ecb2) will increase coverage by 2.60%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #3621      +/-   ##
==========================================
+ Coverage   78.34%   80.94%   +2.60%     
==========================================
  Files         424      424              
  Lines       32062    32062              
==========================================
+ Hits        25118    25954     +836     
+ Misses       6944     6108     -836     
Impacted Files Coverage Δ
src/ejabberd_listener.erl 61.70% <ø> (ø)
src/domain/mongoose_domain_loader.erl 89.28% <0.00%> (-0.90%) ⬇️
src/pubsub/mod_pubsub.erl 73.01% <0.00%> (+0.06%) ⬆️
src/mod_muc_rdbms.erl 95.93% <0.00%> (+0.81%) ⬆️
src/mod_muc.erl 75.34% <0.00%> (+0.92%) ⬆️
src/mam/mod_mam_utils.erl 85.94% <0.00%> (+0.95%) ⬆️
src/logger/mongoose_log_filter.erl 79.45% <0.00%> (+1.36%) ⬆️
src/inbox/mod_inbox_rdbms_async.erl 67.79% <0.00%> (+3.38%) ⬆️
src/wpool/mongoose_wpool.erl 83.17% <0.00%> (+3.73%) ⬆️
src/mam/mod_mam_meta.erl 97.40% <0.00%> (+5.19%) ⬆️
... and 11 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 237ecb2...97d55e6. Read the comment docs.

@mongoose-im
Copy link
Collaborator

mongoose-im commented Apr 1, 2022

small_tests_24 / small_tests / 97d55e6
Reports root / small


small_tests_23 / small_tests / 97d55e6
Reports root / small


dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / 97d55e6
Reports root/ big
OK: 2851 / Failed: 0 / User-skipped: 133 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 97d55e6
Reports root/ big
OK: 2851 / Failed: 0 / User-skipped: 133 / Auto-skipped: 0


dynamic_domains_mysql_redis_24 / mysql_redis / 97d55e6
Reports root/ big
OK: 2834 / Failed: 0 / User-skipped: 150 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / 97d55e6
Reports root/ big
OK: 2851 / Failed: 0 / User-skipped: 133 / Auto-skipped: 0


ldap_mnesia_24 / ldap_mnesia / 97d55e6
Reports root/ big
OK: 1506 / Failed: 0 / User-skipped: 401 / Auto-skipped: 0


ldap_mnesia_23 / ldap_mnesia / 97d55e6
Reports root/ big
OK: 1506 / Failed: 0 / User-skipped: 401 / Auto-skipped: 0


internal_mnesia_24 / internal_mnesia / 97d55e6
Reports root/ big
OK: 1547 / Failed: 0 / User-skipped: 360 / Auto-skipped: 0


pgsql_mnesia_24 / pgsql_mnesia / 97d55e6
Reports root/ big
OK: 3225 / Failed: 0 / User-skipped: 142 / Auto-skipped: 0


elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / 97d55e6
Reports root/ big
OK: 1854 / Failed: 0 / User-skipped: 368 / Auto-skipped: 0


mysql_redis_24 / mysql_redis / 97d55e6
Reports root/ big
OK: 3220 / Failed: 0 / User-skipped: 147 / Auto-skipped: 0


mssql_mnesia_24 / odbc_mssql_mnesia / 97d55e6
Reports root/ big
OK: 3230 / Failed: 1 / User-skipped: 142 / Auto-skipped: 0

muc_SUITE:register:user_unregisters_nick
{error,
  {{assertion_failed,assert,is_iq_result,
     [{xmlel,<<"iq">>,
        [{<<"type">>,<<"set">>},
         {<<"id">>,<<"006228c68871068dc44f7b6cc793e278">>},
         {<<"to">>,<<"muc.localhost">>}],
        [{xmlel,<<"query">>,
           [{<<"xmlns">>,<<"jabber:iq:register">>}],
           [{xmlel,<<"x">>,
            [{<<"xmlns">>,<<"jabber:x:data">>},
             {<<"type">>,<<"submit">>}],
            [{xmlel,<<"field">>,
               [{<<"type">>,<<"hidden">>},
                {<<"var">>,<<"FORM_TYPE">>}],
               [{xmlel,<<"value">>,[],
                  [{xmlcdata,<<"jabber:iq:register">>}]}]},
             {xmlel,<<"field">>,
               [{<<"type">>,<<"text-single">>},
                {<<"var">>,<<"nick">>}],
               [{xmlel,<<"value">>,[],
                  [{xmlcdata,
                     <<"thirdwitch1room-92c0366e0e">>}]}]}]}]}]}],
     {xmlel,<<"iq">>,
       [{<<"from">>,<<"muc.localhost">>},
        {<<"to">>,<<"alicE_user_unregisters_nick_1824@localhost/res1">>},
        {<<"type">>,<<"error">>},
        {<<"xml:lang">>,<<"en">>},
        {<<"id">>,<<"006228c68871068dc44f7b6cc793e278">>}],
       [{xmlel,<<"query">>,
          [{<<"xmlns">>,<<"jabber:iq:register">>}],
          [{xmlel,<<"x">>,
             [{<<"xmlns">>,<<"jabber:x:data">>},
            {<<"type">>,<<"submit">>}],
             [{xmlel,<<"field">>,
              [{<<"type">>,<<"hidden">>},
               {<<"var">>,<<"FORM_TYPE">>}],
              [{xmlel,<<"value...

Report log


pgsql_mnesia_23 / pgsql_mnesia / 97d55e6
Reports root/ big
OK: 3225 / Failed: 0 / User-skipped: 142 / Auto-skipped: 0


riak_mnesia_24 / riak_mnesia / 97d55e6
Reports root/ big
OK: 1697 / Failed: 0 / User-skipped: 367 / Auto-skipped: 0


small_tests_23 / small_tests / 97d55e6
Reports root / small

Copy link
Member

@chrzaszcz chrzaszcz left a comment

Choose a reason for hiding this comment

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

Looks good 👍

@chrzaszcz chrzaszcz merged commit d5d115b into master Apr 1, 2022
@chrzaszcz chrzaszcz deleted the listener_typo branch April 1, 2022 12:48
@Premwoik Premwoik added this to the 5.1.0 milestone May 25, 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.

4 participants