-
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
Replace 'egrep' with 'grep -E' #3897
Conversation
small_tests_24 / small_tests / 9e9caef small_tests_25 / small_tests / 9e9caef dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 9e9caef ldap_mnesia_24 / ldap_mnesia / 9e9caef dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 9e9caef ldap_mnesia_25 / ldap_mnesia / 9e9caef dynamic_domains_mysql_redis_25 / mysql_redis / 9e9caef elasticsearch_and_cassandra_25 / elasticsearch_and_cassandra_mnesia / 9e9caef riak_mnesia_24 / riak_mnesia / 9e9caef pgsql_mnesia_24 / pgsql_mnesia / 9e9caef dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / 9e9caef internal_mnesia_25 / internal_mnesia / 9e9caef mysql_redis_25 / mysql_redis / 9e9caef pgsql_mnesia_25 / pgsql_mnesia / 9e9caef pep_SUITE:pep_tests:unsubscribe_after_presence_unsubscription{error,
{{badmatch,
[{xmlel,<<"message">>,
[{<<"from">>,
<<"alice_unsubscribe_after_presence_unsubscription_2676@localhost">>},
{<<"to">>,
<<"bob_unsubscribe_after_presence_unsubscription_2676@localhost/res1">>},
{<<"type">>,<<"headline">>}],
[{xmlel,<<"event">>,
[{<<"xmlns">>,
<<"http://jabber.org/protocol/pubsub#event">>}],
[{xmlel,<<"items">>,
[{<<"node">>,<<"d4uq3azTWrTMq/l4oAsbwA==">>}],
[{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}]}]}} mssql_mnesia_25 / odbc_mssql_mnesia / 9e9caef |
Codecov ReportBase: 83.21% // Head: 83.21% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## update-npm-for-docs #3897 +/- ##
====================================================
Coverage 83.21% 83.21%
====================================================
Files 535 535
Lines 34269 34269
====================================================
Hits 28516 28516
Misses 5753 5753
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. |
The latest version of 'egrep' prints the following warning: egrep: warning: egrep is obsolescent; using grep -E Also: don't use the '-e' option when not necessary.
9e9caef
to
2afb39b
Compare
small_tests_24 / small_tests / 2afb39b small_tests_25 / small_tests / 2afb39b dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 2afb39b ldap_mnesia_24 / ldap_mnesia / 2afb39b ldap_mnesia_25 / ldap_mnesia / 2afb39b dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 2afb39b dynamic_domains_mysql_redis_25 / mysql_redis / 2afb39b dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / 2afb39b internal_mnesia_25 / internal_mnesia / 2afb39b pgsql_mnesia_24 / pgsql_mnesia / 2afb39b elasticsearch_and_cassandra_25 / elasticsearch_and_cassandra_mnesia / 2afb39b pgsql_mnesia_25 / pgsql_mnesia / 2afb39b riak_mnesia_24 / riak_mnesia / 2afb39b mysql_redis_25 / mysql_redis / 2afb39b mssql_mnesia_25 / odbc_mssql_mnesia / 2afb39b smart_markers_SUITE:regular:one2one:marker_after_timestamp_for_threadid_can_be_fetched{error,
{{fetch_marker,ok,
[{times,50,
{error,
{badmatch,[]},
[{smart_markers_SUITE,'-verify_marker_fetch/4-fun-6-',3,
[{file,
"/home/circleci/project/big_tests/tests/smart_markers_SUITE.erl"},
{line,405}]},
{mongoose_helper,do_wait_until,2,
[{file,
"/home/circleci/project/big_tests/tests/mongoose_helper.erl"},
{line,374}]},
{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}]}]}}]},
[{mongoose_helper,do_wait_until,2,
[{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"},
{line,371}]},
{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}]}]}} mssql_mnesia_25 / odbc_mssql_mnesia / 2afb39b |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks fine to me
Still draft? |
It was because the target was a branch that got merged. Now it is ready. |
GNU grep 3.8 prints the following warning when you call
egrep
:That warning would be visible every time you use
mongooseimctl
- checked on a Linux machine