-
Notifications
You must be signed in to change notification settings - Fork 428
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 error handling in silent_exec when VERBOSE=1 #2398
Conversation
tee was always returning 0
6960.1 / Erlang 22.0 / small_tests / 2b41446 6960.2 / Erlang 22.0 / internal_mnesia / 2b41446 6960.4 / Erlang 22.0 / ldap_mnesia / 2b41446 mod_global_distrib_SUITE:mod_global_distrib:test_pm_with_graceful_reconnection_to_different_server{error,
{timeout_when_waiting_for_stanza,
[{escalus_client,wait_for_stanza,
[{client,<<"eve90.72166@localhost/res1">>,escalus_tcp,
<0.20150.1>,
[{event_manager,<0.20143.1>},
{server,<<"localhost">>},
{username,<<"eve90.72166">>},
{resource,<<"res1">>}],
[{event_client,
[{event_manager,<0.20143.1>},
{server,<<"localhost">>},
{username,<<"eve90.72166">>},
{resource,<<"res1">>}]},
{resource,<<"res1">>},
{username,<<"eve90.72166">>},
{server,<<"localhost">>},
{host,<<"localhost">>},
{port,5222},
{auth,{escalus_auth,auth_plain}},
{wspath,undefined},
{port,5222},
{username,<<"eve90.72166">>},
{server,<<"localhost">>},
{password,<<"password">>},
{port,5252},
{stream_id,<<"B4E61B0EB1114AFE">>}]},
5000],
[{file,
"/home/travis/build/esl/MongooseIM/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
{line,136}]},
{mod_global_distrib_SUITE,
'-test_pm_with_graceful_reconnection_to_different_server/1-fun-0-',
3,
[{file,"mod_global_distrib_SUITE.erl"},{line,573}]},
{escalus_story,story,4,
[{file,
"/home/travis/build/esl/MongooseIM/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
{line,72}]},
{mod_global_distrib_... 6960.3 / Erlang 22.0 / odbc_mssql_mnesia / 2b41446 6960.5 / Erlang 22.0 / elasticsearch_and_cassandra_mnesia / 2b41446 6960.8 / Erlang 21.3 / mysql_redis / 2b41446 mod_global_distrib_SUITE:mod_global_distrib:test_pm_with_graceful_reconnection_to_different_server{error,
{timeout_when_waiting_for_stanza,
[{escalus_client,wait_for_stanza,
[{client,<<"eve77.214254@localhost/res1">>,escalus_tcp,
<0.28825.3>,
[{event_manager,<0.28818.3>},
{server,<<"localhost">>},
{username,<<"eve77.214254">>},
{resource,<<"res1">>}],
[{event_client,
[{event_manager,<0.28818.3>},
{server,<<"localhost">>},
{username,<<"eve77.214254">>},
{resource,<<"res1">>}]},
{resource,<<"res1">>},
{username,<<"eve77.214254">>},
{server,<<"localhost">>},
{host,<<"localhost">>},
{port,5222},
{auth,{escalus_auth,auth_plain}},
{wspath,undefined},
{port,5222},
{username,<<"eve77.214254">>},
{server,<<"localhost">>},
{password,<<"password">>},
{port,5252},
{stream_id,<<"182B43A243AE1A3A">>}]},
5000],
[{file,
"/home/travis/build/esl/MongooseIM/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
{line,136}]},
{mod_global_distrib_SUITE,
'-test_pm_with_graceful_reconnection_to_different_server/1-fun-0-',
3,
[{file,"mod_global_distrib_SUITE.erl"},{line,573}]},
{escalus_story,story,4,
[{file,
"/home/travis/build/esl/MongooseIM/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
{line,72}]},
{mod_global_dis... 6960.7 / Erlang 21.3 / pgsql_mnesia / 2b41446 6960.9 / Erlang 21.3 / riak_mnesia / 2b41446 |
Codecov Report
@@ Coverage Diff @@
## master #2398 +/- ##
==========================================
+ Coverage 75.21% 77.03% +1.82%
==========================================
Files 338 338
Lines 29374 29374
==========================================
+ Hits 22094 22629 +535
+ Misses 7280 6745 -535
Continue to review full report at Codecov.
|
tee was always returning 0
This PR addresses:
Before:
After: