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

Update test deps #2765

Merged
merged 1 commit into from
May 29, 2020
Merged

Update test deps #2765

merged 1 commit into from
May 29, 2020

Conversation

michalwski
Copy link
Contributor

This PR updates test's deps.

@mongoose-im
Copy link
Collaborator

mongoose-im commented May 28, 2020

8325.1 / Erlang 22.0 / small_tests / 2513841
Reports root / small


8325.2 / Erlang 22.0 / internal_mnesia / 2513841
Reports root/ big
OK: 1479 / Failed: 1 / User-skipped: 157 / Auto-skipped: 0

sm_SUITE:parallel_manual_ack_freq_1:resume_session_state_send_message
{error,{thrown,{timeout,msg}}}

Report log


8325.3 / Erlang 22.0 / odbc_mssql_mnesia / 2513841
Reports root/ big
OK: 2738 / Failed: 2 / User-skipped: 228 / Auto-skipped: 5

mod_http_notification_SUITE:mod_http_notification_tests_with_prefix:simple_message_no_listener
{error,{thrown,{timeout,stream_end}}}

Report log

mod_http_notification_SUITE:mod_http_notification_tests_with_prefix:simple_message
{error,
  {{assertion_failed,assert_many,true,
     [is_presence,#Fun<mod_http_notification_SUITE.5.79339516>],
     [{xmlel,<<"message">>,
        [{<<"from">>,<<"alicE@localhost/res1">>},
         {<<"to">>,<<"bob@localhost">>},
         {<<"xml:lang">>,<<"en">>},
         {<<"type">>,<<"chat">>}],
        [{xmlel,<<"body">>,[],[{xmlcdata,<<"Hi, NoListener!">>}]},
         {xmlel,<<"delay">>,
           [{<<"xmlns">>,<<"urn:xmpp:delay">>},
          {<<"stamp">>,<<"2020-05-28T19:30:53.798708Z">>},
          {<<"from">>,<<"localhost">>}],
           [{xmlcdata,<<"Offline Storage">>}]}]},
      {xmlel,<<"message">>,
        [{<<"from">>,<<"alicE@localhost/res1">>},
         {<<"to">>,<<"bob@localhost">>},
         {<<"xml:lang">>,<<"en">>},
         {<<"type">>,<<"chat">>}],
        [{xmlel,<<"body">>,[],[{xmlcdata,<<"Hi, Simple!">>}]},
         {xmlel,<<"delay">>,
           [{<<"xmlns">>,<<"urn:xmpp:delay">>},
          {<<"stamp">>,<<"2020-05-28T19:30:53.916466Z">>},
          {<<"from">>,<<"localhost">>}],
           [{xmlcdata,<<"Offline Storage">>}]}]}],
     "   <message from='alicE@localhost/res1' to='bob@localhost' xml:lang='en' type='chat'><body>Hi, NoListener!</body><delay xmlns='urn:xmpp:delay' stamp='2020-05-28T19:30:53.798708Z' from='localhost'>Offline Storage</delay></message>   <message from='alicE@localhost/res1' to='bob@localhost' xml:lang='en' type='chat'><body>Hi, Simple!</body><delay xmlns='urn:xmpp:delay' stamp='2020-05-28T19:30:53.916466Z' from='localho...

Report log


8325.4 / Erlang 22.0 / mysql_redis / 2513841
Reports root/ big
OK: 2732 / Failed: 0 / User-skipped: 233 / Auto-skipped: 0


8325.7 / Erlang 22.0 / elasticsearch_and_cassandra_mnesia / 2513841
Reports root/ big
OK: 330 / Failed: 0 / User-skipped: 38 / Auto-skipped: 0


8325.5 / Erlang 22.0 / riak_mnesia / 2513841
Reports root/ big
OK: 1598 / Failed: 0 / User-skipped: 177 / Auto-skipped: 0


8325.6 / Erlang 22.0 / ldap_mnesia / 2513841
Reports root/ big
OK: 1380 / Failed: 0 / User-skipped: 249 / Auto-skipped: 0


8325.9 / Erlang 21.3 / pgsql_mnesia / 2513841
Reports root/ big / small
OK: 2750 / Failed: 0 / User-skipped: 215 / Auto-skipped: 0


8325.3 / Erlang 22.0 / odbc_mssql_mnesia / 2513841
Reports root/ big
OK: 2737 / Failed: 0 / User-skipped: 228 / Auto-skipped: 0

@codecov
Copy link

codecov bot commented May 28, 2020

Codecov Report

Merging #2765 into master will decrease coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2765      +/-   ##
==========================================
- Coverage   79.37%   79.32%   -0.06%     
==========================================
  Files         372      372              
  Lines       30556    30556              
==========================================
- Hits        24254    24238      -16     
- Misses       6302     6318      +16     
Impacted Files Coverage Δ
src/elasticsearch/mongoose_elasticsearch.erl 76.92% <0.00%> (-7.70%) ⬇️
...system_metrics/service_mongoose_system_metrics.erl 71.92% <0.00%> (-7.02%) ⬇️
src/event_pusher/mod_event_pusher_sns.erl 85.13% <0.00%> (-5.41%) ⬇️
src/gen_iq_handler.erl 59.09% <0.00%> (-4.55%) ⬇️
src/event_pusher/mod_event_pusher.erl 91.66% <0.00%> (-2.78%) ⬇️
...c/global_distrib/mod_global_distrib_server_mgr.erl 79.14% <0.00%> (-2.46%) ⬇️
...bal_distrib/mod_global_distrib_hosts_refresher.erl 75.51% <0.00%> (-2.05%) ⬇️
src/mam/mod_mam_elasticsearch_arch.erl 89.81% <0.00%> (-1.86%) ⬇️
src/cassandra/mongoose_cassandra_worker.erl 74.38% <0.00%> (-0.99%) ⬇️
src/mod_bosh_socket.erl 82.17% <0.00%> (-0.34%) ⬇️
... and 3 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 67ab3a0...c2e6ad4. Read the comment docs.

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.

Thanks a lot! 😄

@@ -27,6 +27,5 @@
{plugins,
[
{rebar_faster_deps, {git, "https://github.com/arcusfelis/rebar3-faster-deps-plugin.git",
{ref, "eb3cded5b050edd82cf8653f8c850c6c9890f732"}}},
{pc, {git, "https://github.com/blt/port_compiler.git", {ref, "c2f3fb1"}}}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nice catch, we don't need that a priori on big_tests!

@NelsonVides NelsonVides merged commit f8693db into master May 29, 2020
@NelsonVides NelsonVides deleted the test-deps-update branch May 29, 2020 09:58
@NelsonVides NelsonVides added this to the 3.7.1 milestone Jul 13, 2020
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