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 cassandra auth parameters parsing #3872

Merged
merged 1 commit into from
Nov 30, 2022
Merged

Conversation

arcusfelis
Copy link
Contributor

This PR addresses:

12:57:11.359 [error] Supervisor {<0.559.0>,cqerl_client_sup} had child {cqerl_client,
    {{"cassandra.default.svc.cluster.local",9042},
     [{cassandra_clusters,
          [{default,
               {[{"cassandra.default.svc.cluster.local",9042}],
                [{keyspace,mongooseim},
                 {cqerl_auth_plain_handler,
                     [{<<"admin">>,<<"SECRET">>}]},
                 {tcp_opts,[{keepalive,true}]}]}}]},
      {cqerl_auth_plain_handler,[{<<"admin">>,<<"SECRET">>}]},
      {keyspace,mongooseim},
      {maps,true},
      {num_clients,5},
      {tcp_opts,[{keepalive,true}]}]},
    2} started with cqerl_client:start_link({"cassandra.default.svc.cluster.local",9042}, [{ssl,false},{keyspace,mongooseim}], #Fun<cqerl.3.76336564>, {{"cassandra.default.svc.cluster.local",9042},[{cassandra_clusters,[{default,{[{"cassandra....",...}],...}}]},...]}) at <0.573.0> exit with reason {auth_client_closed,no_credentials_provided} in context shutdown_error

Proposed changes include:

  • fix

@mongoose-im
Copy link
Collaborator

mongoose-im commented Nov 23, 2022

riak_mnesia_24 / riak_mnesia / 9b1ab92
Reports root


small_tests_24 / small_tests / 9b1ab92
Reports root / small


small_tests_25 / small_tests / 9b1ab92
Reports root / small


ldap_mnesia_24 / ldap_mnesia / 9b1ab92
Reports root/ big
OK: 2155 / Failed: 0 / User-skipped: 812 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 9b1ab92
Reports root/ big
OK: 4098 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 9b1ab92
Reports root/ big
OK: 4098 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


ldap_mnesia_25 / ldap_mnesia / 9b1ab92
Reports root/ big
OK: 2155 / Failed: 0 / User-skipped: 812 / Auto-skipped: 0


dynamic_domains_mysql_redis_25 / mysql_redis / 9b1ab92
Reports root/ big
OK: 4072 / Failed: 0 / User-skipped: 114 / Auto-skipped: 0


pgsql_mnesia_24 / pgsql_mnesia / 9b1ab92
Reports root/ big
OK: 4472 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


internal_mnesia_25 / internal_mnesia / 9b1ab92
Reports root/ big
OK: 2297 / Failed: 0 / User-skipped: 670 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / 9b1ab92
Reports root/ big
OK: 4097 / Failed: 1 / User-skipped: 88 / Auto-skipped: 0

muc_SUITE:hibernation:hibernated_room_can_be_queried_for_archive
{error,{{assertion_failed,assert,is_groupchat_message,
              [<<"Restorable message">>],
              undefined,"undefined"},
    [{escalus_new_assert,assert_true,2,
               [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
                {line,84}]},
     {muc_SUITE,wait_for_mam_result,3,
          [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"},
           {line,4394}]},
     {muc_SUITE,'-hibernated_room_can_be_queried_for_archive/1-fun-0-',3,
          [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"},
           {line,4130}]},
     {escalus_story,story,4,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,72}]},
     {muc_SUITE,hibernated_room_can_be_queried_for_archive,1,
          [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"},
           {line,4126}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log


elasticsearch_and_cassandra_25 / elasticsearch_and_cassandra_mnesia / 9b1ab92
Reports root/ big
OK: 2643 / Failed: 0 / User-skipped: 663 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / 9b1ab92
Reports root/ big
OK: 4472 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


mysql_redis_25 / mysql_redis / 9b1ab92
Reports root/ big
OK: 4458 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


mssql_mnesia_25 / odbc_mssql_mnesia / 9b1ab92
Reports root/ big
OK: 4472 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / 9b1ab92
Reports root/ big
OK: 4098 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


riak_mnesia_24 / riak_mnesia / 9b1ab92
Reports root/ big
OK: 2487 / Failed: 0 / User-skipped: 649 / Auto-skipped: 0

@codecov
Copy link

codecov bot commented Nov 23, 2022

Codecov Report

Base: 83.09% // Head: 83.15% // Increases project coverage by +0.05% 🎉

Coverage data is based on head (efa2c8e) compared to base (d5abdd6).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3872      +/-   ##
==========================================
+ Coverage   83.09%   83.15%   +0.05%     
==========================================
  Files         535      535              
  Lines       34168    34168              
==========================================
+ Hits        28393    28411      +18     
+ Misses       5775     5757      -18     
Impacted Files Coverage Δ
src/wpool/mongoose_wpool_cassandra.erl 93.10% <100.00%> (+3.44%) ⬆️
src/mam/mod_mam_muc_rdbms_arch_async.erl 82.85% <0.00%> (-2.86%) ⬇️
src/mod_muc_log.erl 62.82% <0.00%> (ø)
src/pubsub/mod_pubsub_db_rdbms.erl 95.34% <0.00%> (+0.25%) ⬆️
src/mod_muc_room.erl 78.68% <0.00%> (+0.28%) ⬆️
src/ejabberd_service.erl 67.53% <0.00%> (+0.64%) ⬆️
src/ejabberd_s2s_out.erl 63.27% <0.00%> (+0.74%) ⬆️
src/domain/mongoose_domain_loader.erl 90.17% <0.00%> (+0.89%) ⬆️
src/rdbms/mongoose_rdbms.erl 67.01% <0.00%> (+1.75%) ⬆️
...bal_distrib/mod_global_distrib_hosts_refresher.erl 71.11% <0.00%> (+4.44%) ⬆️

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

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@mongoose-im
Copy link
Collaborator

mongoose-im commented Nov 28, 2022

small_tests_24 / small_tests / a7195e3
Reports root / small


small_tests_25 / small_tests / a7195e3
Reports root / small


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / a7195e3
Reports root/ big
OK: 4098 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


ldap_mnesia_24 / ldap_mnesia / a7195e3
Reports root/ big
OK: 2155 / Failed: 0 / User-skipped: 812 / Auto-skipped: 0


ldap_mnesia_25 / ldap_mnesia / a7195e3
Reports root/ big
OK: 2155 / Failed: 0 / User-skipped: 812 / Auto-skipped: 0


dynamic_domains_mysql_redis_25 / mysql_redis / a7195e3
Reports root/ big
OK: 4072 / Failed: 0 / User-skipped: 114 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / a7195e3
Reports root/ big
OK: 4098 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / a7195e3
Reports root/ big
OK: 4098 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


pgsql_mnesia_24 / pgsql_mnesia / a7195e3
Reports root/ big
OK: 4483 / Failed: 1 / User-skipped: 97 / Auto-skipped: 0

pep_SUITE:pep_tests:unsubscribe_after_presence_unsubscription
{error,
  {{badmatch,
     [{xmlel,<<"message">>,
        [{<<"from">>,
        <<"alice_unsubscribe_after_presence_unsubscription_2662@localhost">>},
         {<<"to">>,
        <<"bob_unsubscribe_after_presence_unsubscription_2662@localhost/res1">>},
         {<<"type">>,<<"headline">>}],
        [{xmlel,<<"event">>,
           [{<<"xmlns">>,
           <<"http://jabber.org/protocol/pubsub#event">>}],
           [{xmlel,<<"items">>,
            [{<<"node">>,<<"ZVIea2BWG30LfIvwh4f2+g==">>}],
            [{xmlel,<<"item">>,
               [{<<"id">>,<<"salmon">>}],
               [{xmlel,<<"entry">>,
                  [{<<"xmlns">>,
                  <<"http://www.w3.org/2005/Atom">>}],
                  []}]}]}]},
         {xmlel,<<"headers">>,
           [{<<"xmlns">>,<<"http://jabber.org/protocol/shim">>}],
           []}]}]},
   [{pep_SUITE,'-unsubscribe_after_presence_unsubscription/1-fun-0-',2,
      [{file,"/home/circleci/project/big_tests/tests/pep_SUITE.erl"},
       {line,384}]},
    {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,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1224}]}]}}

Report log


elasticsearch_and_cassandra_25 / elasticsearch_and_cassandra_mnesia / a7195e3
Reports root/ big
OK: 2643 / Failed: 0 / User-skipped: 663 / Auto-skipped: 0


riak_mnesia_24 / riak_mnesia / a7195e3
Reports root/ big
OK: 2487 / Failed: 0 / User-skipped: 649 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / a7195e3
Reports root/ big
OK: 4472 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


mysql_redis_25 / mysql_redis / a7195e3
Reports root/ big
OK: 4458 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


mssql_mnesia_25 / odbc_mssql_mnesia / a7195e3
Reports root/ big
OK: 4466 / Failed: 6 / User-skipped: 97 / Auto-skipped: 0

inbox_extensions_SUITE:regular:one_to_one:pagination:pagination_overrides_form
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"bob_pagination_overrides_form_1537@localhost/res1">>,
          escalus_tcp,<0.8719.1>,
          [{event_manager,<0.8702.1>},
           {server,<<"localhost">>},
           {username,<<"bOb_pagination_overrides_form_1537">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.8702.1>},
            {server,<<"localhost">>},
            {username,<<"bOb_pagination_overrides_form_1537">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,<<"bob_pagination_overrides_form_1537">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,<<"bOb_pagination_overrides_form_1537">>},
           {server,<<"localhost">>},
           {password,<<"makrolika">>},
           {stream_id,<<"f44897b715161fbc">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {inbox_helper,'-given_conversations_between/2-fun-1-',4,
       [{file,"/home/circleci/project/big_tests/tests/inbox_helper.erl"},
        {line,543}]},
     {lists,foldl,3,[{file,"lists.erl"},{line,1350}]},
     {inbox_extensions_SUITE,'-pagination_overrides_form/1-fun-0-',4,
       [{file,
          "...

Report log

inbox_extensions_SUITE:regular:one_to_one:pagination:can_paginate_forwards
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,<<"kate_can_paginate_forwards_1535@localhost/res1">>,
          escalus_tcp,<0.8718.1>,
          [{event_manager,<0.8688.1>},
           {server,<<"localhost">>},
           {username,<<"kate_can_paginate_forwards_1535">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.8688.1>},
            {server,<<"localhost">>},
            {username,<<"kate_can_paginate_forwards_1535">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,<<"kate_can_paginate_forwards_1535">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,<<"kate_can_paginate_forwards_1535">>},
           {server,<<"localhost">>},
           {password,<<"makrowe;p">>},
           {stream_id,<<"be5ca61963432c33">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {inbox_helper,'-given_conversations_between/2-fun-1-',4,
       [{file,"/home/circleci/project/big_tests/tests/inbox_helper.erl"},
        {line,543}]},
     {lists,foldl_1,3,[{file,"lists.erl"},{line,1355}]},
     {inbox_extensions_SUITE,'-can_paginate_forwards/1-fun-0-',4,
       [{file,
          "/home/circleci/project/big_t...

Report log

inbox_extensions_SUITE:regular:one_to_one:pagination:max_queries_can_fetch_ahead
{error,{{badmatch,0},
    [{escalus_story,drop_presences,2,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,191}]},
     {escalus_story,'-start_ready_clients/2-fun-0-',3,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,135}]},
     {lists,foldl,3,[{file,"lists.erl"},{line,1350}]},
     {escalus_story,start_ready_clients,2,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,128}]},
     {lists,flatmap_1,2,[{file,"lists.erl"},{line,1335}]},
     {lists,flatmap_1,2,[{file,"lists.erl"},{line,1335}]},
     {escalus_story,story,4,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,69}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]}]}}

Report log

inbox_extensions_SUITE:regular:one_to_one:pagination:max_queries_can_be_limited
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"kate_max_queries_can_be_limited_1536@localhost/res1">>,
          escalus_tcp,<0.8726.1>,
          [{event_manager,<0.8695.1>},
           {server,<<"localhost">>},
           {username,<<"kate_max_queries_can_be_limited_1536">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.8695.1>},
            {server,<<"localhost">>},
            {username,<<"kate_max_queries_can_be_limited_1536">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,<<"kate_max_queries_can_be_limited_1536">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,<<"kate_max_queries_can_be_limited_1536">>},
           {server,<<"localhost">>},
           {password,<<"makrowe;p">>},
           {stream_id,<<"48d07f0ce6647f8a">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {inbox_helper,'-given_conversations_between/2-fun-1-',4,
       [{file,"/home/circleci/project/big_tests/tests/inbox_helper.erl"},
        {line,543}]},
     {lists,foldl_1,3,[{file,"lists.erl"},{line,1355}]},
     {inbox_extensions_SUITE,'-max_queries_can_be_limited/1-fun-0-',4,
       [{file...

Report log

inbox_extensions_SUITE:regular:one_to_one:pagination:can_paginate_backwards
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,<<"kate_can_paginate_backwards_1534@localhost/res1">>,
          escalus_tcp,<0.8721.1>,
          [{event_manager,<0.8681.1>},
           {server,<<"localhost">>},
           {username,<<"kate_can_paginate_backwards_1534">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.8681.1>},
            {server,<<"localhost">>},
            {username,<<"kate_can_paginate_backwards_1534">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,<<"kate_can_paginate_backwards_1534">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,<<"kate_can_paginate_backwards_1534">>},
           {server,<<"localhost">>},
           {password,<<"makrowe;p">>},
           {stream_id,<<"033af6e35b3a921b">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {inbox_helper,'-given_conversations_between/2-fun-1-',4,
       [{file,"/home/circleci/project/big_tests/tests/inbox_helper.erl"},
        {line,543}]},
     {lists,foldl_1,3,[{file,"lists.erl"},{line,1355}]},
     {inbox_extensions_SUITE,'-can_paginate_backwards/1-fun-0-',4,
       [{file,
          "/home/circleci/project...

Report log

rest_client_SUITE:roster:add_and_remove_some_contacts_properly
{error,{{badmatch,{{<<"500">>,<<"Internal Server Error">>},<<>>}},
    [{rest_client_SUITE,add_contact_check_roster_push,2,
              [{file,"/home/circleci/project/big_tests/tests/rest_client_SUITE.erl"},
               {line,1391}]},
     {lists,foreach_1,2,[{file,"lists.erl"},{line,1442}]},
     {rest_client_SUITE,'-add_and_remove_some_contacts_properly/1-fun-1-',
              4,
              [{file,"/home/circleci/project/big_tests/tests/rest_client_SUITE.erl"},
               {line,1328}]},
     {escalus_story,story,4,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,72}]},
     {rest_client_SUITE,add_and_remove_some_contacts_properly,1,
              [{file,"/home/circleci/project/big_tests/tests/rest_client_SUITE.erl"},
               {line,1323}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log


mssql_mnesia_25 / odbc_mssql_mnesia / a7195e3
Reports root/ big
OK: 4465 / Failed: 7 / User-skipped: 97 / Auto-skipped: 0

inbox_SUITE:async_pools:muclight_config:system_message_is_correctly_avoided
{error,
  {{inbox_size,1,
     [{times,50,
        {error,
          #{check_params => #{},error => function_clause,
          expected_items =>
            [#{content => <<"How are you?">>,
               from =>
                 <<"system_message_is_correctly_avoided@muclight.localhost/bob@localhost">>,
               to => <<"alice@localhost">>,unread => 1,
               verify => #Fun<inbox_SUITE.84.91825257>}],
          inbox_items => [],query_params => #{},
          reason => inbox_mismatch,
          stacktrace =>
            [{lists,zip,
               [[],
                [{conv,1,
                   <<"system_message_is_correctly_avoided@muclight.localhost/bob@localhost">>,
                   <<"alice@localhost">>,<<"How are you?">>,
                   #Fun<inbox_SUITE.84.91825257>,undefined}]],
               [{file,"lists.erl"},{line,419}]},
             {inbox_helper,check_inbox_result,5,
               [{file,
                  "/home/circleci/project/big_tests/tests/inbox_helper.erl"},
                {line,221}]},
             {inbox_helper,do_check_inbox,5,
               [{file,
                  "/home/circleci/project/big_tests/tests/inbox_helper.erl"},
                {line,208}]},
             {inbox_helper,'-check_inbox/4-fun-0-',5,
               [{file,
                  "/home/circleci/project/big_tests/tests/inbox_helper.erl"},
                {line,201}]},
             {mongoose_helper,do_wait_until,2,
               [{file,
                  "/...

Report log

inbox_extensions_SUITE:regular:one_to_one:pagination:max_queries_can_fetch_ahead
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"bob_max_queries_can_fetch_ahead_1528@localhost/res1">>,
          escalus_tcp,<0.8652.1>,
          [{event_manager,<0.8642.1>},
           {server,<<"localhost">>},
           {username,<<"bOb_max_queries_can_fetch_ahead_1528">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.8642.1>},
            {server,<<"localhost">>},
            {username,<<"bOb_max_queries_can_fetch_ahead_1528">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,<<"bob_max_queries_can_fetch_ahead_1528">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,<<"bOb_max_queries_can_fetch_ahead_1528">>},
           {server,<<"localhost">>},
           {password,<<"makrolika">>},
           {stream_id,<<"2a7c1b40f6d1fff0">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {inbox_helper,'-given_conversations_between/2-fun-1-',4,
       [{file,"/home/circleci/project/big_tests/tests/inbox_helper.erl"},
        {line,543}]},
     {lists,foldl,3,[{file,"lists.erl"},{line,1350}]},
     {inbox_extensions_SUITE,'-max_queries_can_fetch_ahead/1-fun-0-',4,
       [{file,...

Report log

inbox_extensions_SUITE:regular:one_to_one:pagination:can_paginate_forwards
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,<<"bob_can_paginate_forwards_1527@localhost/res1">>,
          escalus_tcp,<0.8651.1>,
          [{event_manager,<0.8635.1>},
           {server,<<"localhost">>},
           {username,<<"bOb_can_paginate_forwards_1527">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.8635.1>},
            {server,<<"localhost">>},
            {username,<<"bOb_can_paginate_forwards_1527">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,<<"bob_can_paginate_forwards_1527">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,<<"bOb_can_paginate_forwards_1527">>},
           {server,<<"localhost">>},
           {password,<<"makrolika">>},
           {stream_id,<<"5b05a7cedddb90f8">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {inbox_helper,'-given_conversations_between/2-fun-1-',4,
       [{file,"/home/circleci/project/big_tests/tests/inbox_helper.erl"},
        {line,543}]},
     {lists,foldl,3,[{file,"lists.erl"},{line,1350}]},
     {inbox_extensions_SUITE,'-can_paginate_forwards/1-fun-0-',4,
       [{file,
          "/home/circleci/project/big_tests/te...

Report log

inbox_extensions_SUITE:regular:one_to_one:pagination:can_paginate_backwards
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,<<"bob_can_paginate_backwards_1525@localhost/res1">>,
          escalus_tcp,<0.8650.1>,
          [{event_manager,<0.8621.1>},
           {server,<<"localhost">>},
           {username,<<"bOb_can_paginate_backwards_1525">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.8621.1>},
            {server,<<"localhost">>},
            {username,<<"bOb_can_paginate_backwards_1525">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,<<"bob_can_paginate_backwards_1525">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,<<"bOb_can_paginate_backwards_1525">>},
           {server,<<"localhost">>},
           {password,<<"makrolika">>},
           {stream_id,<<"64414fdff19454e4">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {inbox_helper,'-given_conversations_between/2-fun-1-',4,
       [{file,"/home/circleci/project/big_tests/tests/inbox_helper.erl"},
        {line,543}]},
     {lists,foldl,3,[{file,"lists.erl"},{line,1350}]},
     {inbox_extensions_SUITE,'-can_paginate_backwards/1-fun-0-',4,
       [{file,
          "/home/circleci/project/big_te...

Report log

inbox_extensions_SUITE:regular:one_to_one:pagination:max_queries_can_be_limited
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"bob_max_queries_can_be_limited_1526@localhost/res1">>,
          escalus_tcp,<0.8653.1>,
          [{event_manager,<0.8628.1>},
           {server,<<"localhost">>},
           {username,<<"bOb_max_queries_can_be_limited_1526">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.8628.1>},
            {server,<<"localhost">>},
            {username,<<"bOb_max_queries_can_be_limited_1526">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,<<"bob_max_queries_can_be_limited_1526">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,<<"bOb_max_queries_can_be_limited_1526">>},
           {server,<<"localhost">>},
           {password,<<"makrolika">>},
           {stream_id,<<"1c055198a83bc287">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {inbox_helper,'-given_conversations_between/2-fun-1-',4,
       [{file,"/home/circleci/project/big_tests/tests/inbox_helper.erl"},
        {line,543}]},
     {lists,foldl,3,[{file,"lists.erl"},{line,1350}]},
     {inbox_extensions_SUITE,'-max_queries_can_be_limited/1-fun-0-',4,
       [{file,
     ...

Report log

inbox_extensions_SUITE:regular:one_to_one:pagination:pagination_overrides_form
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"kate_pagination_overrides_form_1523@localhost/res1">>,
          escalus_tcp,<0.8654.1>,
          [{event_manager,<0.8607.1>},
           {server,<<"localhost">>},
           {username,<<"kate_pagination_overrides_form_1523">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.8607.1>},
            {server,<<"localhost">>},
            {username,<<"kate_pagination_overrides_form_1523">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,<<"kate_pagination_overrides_form_1523">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,<<"kate_pagination_overrides_form_1523">>},
           {server,<<"localhost">>},
           {password,<<"makrowe;p">>},
           {stream_id,<<"ce505d4f32f3a59d">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {inbox_helper,'-given_conversations_between/2-fun-1-',4,
       [{file,"/home/circleci/project/big_tests/tests/inbox_helper.erl"},
        {line,543}]},
     {lists,foldl_1,3,[{file,"lists.erl"},{line,1355}]},
     {inbox_extensions_SUITE,'-pagination_overrides_form/1-fun-0-',4,
       [{file,
    ...

Report log

inbox_extensions_SUITE:async_pools:one_to_one:mute_muted_entry_gets_unmuted
{error,
  {{assert,
     [{module,inbox_extensions_SUITE},
      {line,882},
      {expression,"escalus_pred : is_message ( Message )"},
      {expected,true},
      {value,false}]},
   [{inbox_extensions_SUITE,check_message_with_properties,4,
      [{file,
         "/home/circleci/project/big_tests/tests/inbox_extensions_SUITE.erl"},
       {line,882}]},
    {inbox_extensions_SUITE,set_inbox_properties,4,
      [{file,
         "/home/circleci/project/big_tests/tests/inbox_extensions_SUITE.erl"},
       {line,876}]},
    {inbox_extensions_SUITE,'-mute_muted_entry_gets_unmuted/1-fun-2-',2,
      [{file,
         "/home/circleci/project/big_tests/tests/inbox_extensions_SUITE.erl"},
       {line,575}]},
    {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,1782}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1291}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1223}]}]}}

Report log

Copy link

@kamilwaz kamilwaz 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 👍. I would just fix the formatting.

Comment on lines 1059 to 1061
?assertEqual([{auth, {cqerl_auth_plain_handler, [{<<"user">>, <<"password">>}]}},
{tcp_opts,[{keepalive,true}]}],
mongoose_wpool_cassandra:prepare_cqerl_opts(AuthCfg)).

Choose a reason for hiding this comment

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

Suggested change
?assertEqual([{auth, {cqerl_auth_plain_handler, [{<<"user">>, <<"password">>}]}},
{tcp_opts,[{keepalive,true}]}],
mongoose_wpool_cassandra:prepare_cqerl_opts(AuthCfg)).
?assertEqual([{auth, {cqerl_auth_plain_handler, [{<<"user">>, <<"password">>}]}},
{tcp_opts, [{keepalive, true}]}],
mongoose_wpool_cassandra:prepare_cqerl_opts(AuthCfg)).

@arcusfelis arcusfelis force-pushed the mu-fix-cassandra-auth-cfg branch from a7195e3 to efa2c8e Compare November 29, 2022 10:13
@mongoose-im
Copy link
Collaborator

mongoose-im commented Nov 29, 2022

small_tests_24 / small_tests / efa2c8e
Reports root / small


small_tests_25 / small_tests / efa2c8e
Reports root / small


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / efa2c8e
Reports root/ big
OK: 4098 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


ldap_mnesia_24 / ldap_mnesia / efa2c8e
Reports root/ big
OK: 2155 / Failed: 0 / User-skipped: 812 / Auto-skipped: 0


dynamic_domains_mysql_redis_25 / mysql_redis / efa2c8e
Reports root/ big
OK: 4072 / Failed: 0 / User-skipped: 114 / Auto-skipped: 0


ldap_mnesia_25 / ldap_mnesia / efa2c8e
Reports root/ big
OK: 2155 / Failed: 0 / User-skipped: 812 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / efa2c8e
Reports root/ big
OK: 4098 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / efa2c8e
Reports root/ big
OK: 4093 / Failed: 5 / User-skipped: 88 / Auto-skipped: 0

inbox_extensions_SUITE:regular:one_to_one:pagination:can_paginate_backwards
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"bob_can_paginate_backwards_1512@domain.example.com/res1">>,
          escalus_tcp,<0.8392.1>,
          [{event_manager,<0.8362.1>},
           {server,<<"domain.example.com">>},
           {username,<<"bOb_can_paginate_backwards_1512">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.8362.1>},
            {server,<<"domain.example.com">>},
            {username,<<"bOb_can_paginate_backwards_1512">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,<<"bob_can_paginate_backwards_1512">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,<<"bOb_can_paginate_backwards_1512">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {password,<<"makrolika">>},
           {stream_id,<<"b1b722cc5c25acec">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {inbox_helper,'-given_conversations_between/2-fun-1-',4,
       [{file,"/home/circleci/project/big_tests/tests/inbox_helper.erl"},
        {line,543}]},
     {lists,foldl,3,[{file,"lists.erl"},{line,1350}]},
     {inbox_extensions_SUITE,'-...

Report log

inbox_extensions_SUITE:regular:one_to_one:pagination:can_paginate_forwards
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"kate_can_paginate_forwards_1511@domain.example.com/res1">>,
          escalus_tcp,<0.8396.1>,
          [{event_manager,<0.8355.1>},
           {server,<<"domain.example.com">>},
           {username,<<"kate_can_paginate_forwards_1511">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.8355.1>},
            {server,<<"domain.example.com">>},
            {username,<<"kate_can_paginate_forwards_1511">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,<<"kate_can_paginate_forwards_1511">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,<<"kate_can_paginate_forwards_1511">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {password,<<"makrowe;p">>},
           {stream_id,<<"2dd0f52d521e6f55">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {inbox_helper,'-given_conversations_between/2-fun-1-',4,
       [{file,"/home/circleci/project/big_tests/tests/inbox_helper.erl"},
        {line,543}]},
     {lists,foldl_1,3,[{file,"lists.erl"},{line,1355}]},
     {inbox_extensions_SUITE,...

Report log

inbox_extensions_SUITE:regular:one_to_one:pagination:max_queries_can_be_limited
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"kate_max_queries_can_be_limited_1514@domain.example.com/res1">>,
          escalus_tcp,<0.8395.1>,
          [{event_manager,<0.8376.1>},
           {server,<<"domain.example.com">>},
           {username,<<"kate_max_queries_can_be_limited_1514">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.8376.1>},
            {server,<<"domain.example.com">>},
            {username,<<"kate_max_queries_can_be_limited_1514">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,<<"kate_max_queries_can_be_limited_1514">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,<<"kate_max_queries_can_be_limited_1514">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {password,<<"makrowe;p">>},
           {stream_id,<<"8b76c571b184259f">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {inbox_helper,'-given_conversations_between/2-fun-1-',4,
       [{file,"/home/circleci/project/big_tests/tests/inbox_helper.erl"},
        {line,543}]},
     {lists,foldl_1,3,[{file,"lists.erl"},{line,1355}]},
    ...

Report log

inbox_extensions_SUITE:regular:one_to_one:pagination:pagination_overrides_form
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"kate_pagination_overrides_form_1513@domain.example.com/res1">>,
          escalus_tcp,<0.8398.1>,
          [{event_manager,<0.8369.1>},
           {server,<<"domain.example.com">>},
           {username,<<"kate_pagination_overrides_form_1513">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.8369.1>},
            {server,<<"domain.example.com">>},
            {username,<<"kate_pagination_overrides_form_1513">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,<<"kate_pagination_overrides_form_1513">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,<<"kate_pagination_overrides_form_1513">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {password,<<"makrowe;p">>},
           {stream_id,<<"4236a54a4bd09ecd">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {inbox_helper,'-given_conversations_between/2-fun-1-',4,
       [{file,"/home/circleci/project/big_tests/tests/inbox_helper.erl"},
        {line,543}]},
     {lists,foldl_1,3,[{file,"lists.erl"},{line,1355}]},
     {inb...

Report log

inbox_extensions_SUITE:regular:one_to_one:pagination:max_queries_can_fetch_ahead
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"kate_max_queries_can_fetch_ahead_1515@domain.example.com/res1">>,
          escalus_tcp,<0.8399.1>,
          [{event_manager,<0.8383.1>},
           {server,<<"domain.example.com">>},
           {username,<<"kate_max_queries_can_fetch_ahead_1515">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.8383.1>},
            {server,<<"domain.example.com">>},
            {username,<<"kate_max_queries_can_fetch_ahead_1515">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,<<"kate_max_queries_can_fetch_ahead_1515">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,<<"kate_max_queries_can_fetch_ahead_1515">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {password,<<"makrowe;p">>},
           {stream_id,<<"0ce3e4f67444b667">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {inbox_helper,'-given_conversations_between/2-fun-1-',4,
       [{file,"/home/circleci/project/big_tests/tests/inbox_helper.erl"},
        {line,543}]},
     {lists,foldl_1,3,[{file,"lists.erl"},{line,1355}]},...

Report log


pgsql_mnesia_24 / pgsql_mnesia / efa2c8e
Reports root/ big
OK: 4472 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


internal_mnesia_25 / internal_mnesia / efa2c8e
Reports root/ big
OK: 2297 / Failed: 0 / User-skipped: 670 / Auto-skipped: 0


elasticsearch_and_cassandra_25 / elasticsearch_and_cassandra_mnesia / efa2c8e
Reports root/ big
OK: 2643 / Failed: 0 / User-skipped: 663 / Auto-skipped: 0


riak_mnesia_24 / riak_mnesia / efa2c8e
Reports root/ big
OK: 2487 / Failed: 0 / User-skipped: 649 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / efa2c8e
Reports root/ big
OK: 4472 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


mysql_redis_25 / mysql_redis / efa2c8e
Reports root/ big
OK: 4458 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


mssql_mnesia_25 / odbc_mssql_mnesia / efa2c8e
Reports root/ big
OK: 4478 / Failed: 6 / User-skipped: 97 / Auto-skipped: 0

inbox_extensions_SUITE:regular:one_to_one:pagination:can_paginate_backwards
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,<<"bob_can_paginate_backwards_1514@localhost/res1">>,
          escalus_tcp,<0.8623.1>,
          [{event_manager,<0.8600.1>},
           {server,<<"localhost">>},
           {username,<<"bOb_can_paginate_backwards_1514">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.8600.1>},
            {server,<<"localhost">>},
            {username,<<"bOb_can_paginate_backwards_1514">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,<<"bob_can_paginate_backwards_1514">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,<<"bOb_can_paginate_backwards_1514">>},
           {server,<<"localhost">>},
           {password,<<"makrolika">>},
           {stream_id,<<"9f3a21e2c6f48775">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {inbox_helper,'-given_conversations_between/2-fun-1-',4,
       [{file,"/home/circleci/project/big_tests/tests/inbox_helper.erl"},
        {line,543}]},
     {lists,foldl,3,[{file,"lists.erl"},{line,1350}]},
     {inbox_extensions_SUITE,'-can_paginate_backwards/1-fun-0-',4,
       [{file,
          "/home/circleci/project/big_te...

Report log

inbox_extensions_SUITE:regular:one_to_one:pagination:can_paginate_forwards
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,<<"bob_can_paginate_forwards_1511@localhost/res1">>,
          escalus_tcp,<0.8622.1>,
          [{event_manager,<0.8579.1>},
           {server,<<"localhost">>},
           {username,<<"bOb_can_paginate_forwards_1511">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.8579.1>},
            {server,<<"localhost">>},
            {username,<<"bOb_can_paginate_forwards_1511">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,<<"bob_can_paginate_forwards_1511">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,<<"bOb_can_paginate_forwards_1511">>},
           {server,<<"localhost">>},
           {password,<<"makrolika">>},
           {stream_id,<<"06977796cf442a2e">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {inbox_helper,'-given_conversations_between/2-fun-1-',4,
       [{file,"/home/circleci/project/big_tests/tests/inbox_helper.erl"},
        {line,543}]},
     {lists,foldl,3,[{file,"lists.erl"},{line,1350}]},
     {inbox_extensions_SUITE,'-can_paginate_forwards/1-fun-0-',4,
       [{file,
          "/home/circleci/project/big_tests/te...

Report log

inbox_extensions_SUITE:regular:one_to_one:pagination:max_queries_can_fetch_ahead
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"bob_max_queries_can_fetch_ahead_1516@localhost/res1">>,
          escalus_tcp,<0.8625.1>,
          [{event_manager,<0.8614.1>},
           {server,<<"localhost">>},
           {username,<<"bOb_max_queries_can_fetch_ahead_1516">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.8614.1>},
            {server,<<"localhost">>},
            {username,<<"bOb_max_queries_can_fetch_ahead_1516">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,<<"bob_max_queries_can_fetch_ahead_1516">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,<<"bOb_max_queries_can_fetch_ahead_1516">>},
           {server,<<"localhost">>},
           {password,<<"makrolika">>},
           {stream_id,<<"6a97a69744612d5c">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {inbox_helper,'-given_conversations_between/2-fun-1-',4,
       [{file,"/home/circleci/project/big_tests/tests/inbox_helper.erl"},
        {line,543}]},
     {lists,foldl,3,[{file,"lists.erl"},{line,1350}]},
     {inbox_extensions_SUITE,'-max_queries_can_fetch_ahead/1-fun-0-',4,
       [{file,...

Report log

inbox_extensions_SUITE:regular:one_to_one:pagination:pagination_overrides_form
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"bob_pagination_overrides_form_1513@localhost/res1">>,
          escalus_tcp,<0.8624.1>,
          [{event_manager,<0.8593.1>},
           {server,<<"localhost">>},
           {username,<<"bOb_pagination_overrides_form_1513">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.8593.1>},
            {server,<<"localhost">>},
            {username,<<"bOb_pagination_overrides_form_1513">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,<<"bob_pagination_overrides_form_1513">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,<<"bOb_pagination_overrides_form_1513">>},
           {server,<<"localhost">>},
           {password,<<"makrolika">>},
           {stream_id,<<"83a1a9eadde92a07">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {inbox_helper,'-given_conversations_between/2-fun-1-',4,
       [{file,"/home/circleci/project/big_tests/tests/inbox_helper.erl"},
        {line,543}]},
     {lists,foldl,3,[{file,"lists.erl"},{line,1350}]},
     {inbox_extensions_SUITE,'-pagination_overrides_form/1-fun-0-',4,
       [{file,
          "...

Report log

inbox_extensions_SUITE:regular:one_to_one:pagination:max_queries_can_be_limited
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"kate_max_queries_can_be_limited_1515@localhost/res1">>,
          escalus_tcp,<0.8626.1>,
          [{event_manager,<0.8607.1>},
           {server,<<"localhost">>},
           {username,<<"kate_max_queries_can_be_limited_1515">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.8607.1>},
            {server,<<"localhost">>},
            {username,<<"kate_max_queries_can_be_limited_1515">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,<<"kate_max_queries_can_be_limited_1515">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,<<"kate_max_queries_can_be_limited_1515">>},
           {server,<<"localhost">>},
           {password,<<"makrowe;p">>},
           {stream_id,<<"09c19e9be1e2713a">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {inbox_helper,'-given_conversations_between/2-fun-1-',4,
       [{file,"/home/circleci/project/big_tests/tests/inbox_helper.erl"},
        {line,543}]},
     {lists,foldl_1,3,[{file,"lists.erl"},{line,1355}]},
     {inbox_extensions_SUITE,'-max_queries_can_be_limited/1-fun-0-',4,
       [{file...

Report log

pep_SUITE:pep_tests:unsubscribe_after_presence_unsubscription
{error,
  {{badmatch,
     [{xmlel,<<"message">>,
        [{<<"from">>,
        <<"alice_unsubscribe_after_presence_unsubscription_2655@localhost">>},
         {<<"to">>,
        <<"bob_unsubscribe_after_presence_unsubscription_2655@localhost/res1">>},
         {<<"type">>,<<"headline">>}],
        [{xmlel,<<"event">>,
           [{<<"xmlns">>,
           <<"http://jabber.org/protocol/pubsub#event">>}],
           [{xmlel,<<"items">>,
            [{<<"node">>,<<"gwQEqxDX/lUcT/ImvxpLBQ==">>}],
            [{xmlel,<<"item">>,
               [{<<"id">>,<<"salmon">>}],
               [{xmlel,<<"entry">>,
                  [{<<"xmlns">>,
                  <<"http://www.w3.org/2005/Atom">>}],
                  []}]}]}]},
         {xmlel,<<"headers">>,
           [{<<"xmlns">>,<<"http://jabber.org/protocol/shim">>}],
           []}]}]},
   [{pep_SUITE,'-unsubscribe_after_presence_unsubscription/1-fun-0-',2,
      [{file,"/home/circleci/project/big_tests/tests/pep_SUITE.erl"},
       {line,384}]},
    {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,1782}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1291}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1223}]}]}}

Report log


dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / efa2c8e
Reports root/ big
OK: 4098 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


mssql_mnesia_25 / odbc_mssql_mnesia / efa2c8e
Reports root/ big
OK: 4472 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0

@kamilwaz kamilwaz merged commit 65be9ea into master Nov 30, 2022
@kamilwaz kamilwaz deleted the mu-fix-cassandra-auth-cfg branch November 30, 2022 12:19
@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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants