-
Notifications
You must be signed in to change notification settings - Fork 429
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 'mongooseimctl started' #3737
Conversation
2e5df9d
to
c7c33c9
Compare
This comment was marked as outdated.
This comment was marked as outdated.
Codecov Report
@@ Coverage Diff @@
## master #3737 +/- ##
=======================================
Coverage 82.59% 82.59%
=======================================
Files 529 529
Lines 33945 33945
=======================================
Hits 28037 28037
Misses 5908 5908 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
This comment was marked as outdated.
This comment was marked as outdated.
c7c33c9
to
2d29f38
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This way the 'ctl' function can be reused with different arguments.
Tests are minimal so far, testing stopped nodes would be more complicated, and it can be done separately.
2d29f38
to
423e34c
Compare
small_tests_24 / small_tests / 423e34c small_tests_25 / small_tests / 423e34c dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 423e34c ldap_mnesia_24 / ldap_mnesia / 423e34c dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 423e34c dynamic_domains_mysql_redis_25 / mysql_redis / 423e34c ldap_mnesia_25 / ldap_mnesia / 423e34c dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / 423e34c pgsql_mnesia_24 / pgsql_mnesia / 423e34c internal_mnesia_25 / internal_mnesia / 423e34c elasticsearch_and_cassandra_25 / elasticsearch_and_cassandra_mnesia / 423e34c pgsql_mnesia_25 / pgsql_mnesia / 423e34c mysql_redis_25 / mysql_redis / 423e34c pep_SUITE:pep_tests:unsubscribe_after_presence_unsubscription{error,
{{badmatch,
[{xmlel,<<"message">>,
[{<<"from">>,
<<"alice_unsubscribe_after_presence_unsubscription_2231@localhost">>},
{<<"to">>,
<<"bob_unsubscribe_after_presence_unsubscription_2231@localhost/res1">>},
{<<"type">>,<<"headline">>}],
[{xmlel,<<"event">>,
[{<<"xmlns">>,
<<"http://jabber.org/protocol/pubsub#event">>}],
[{xmlel,<<"items">>,
[{<<"node">>,<<"nJpyjoCYDwc5NtbicY4Lyw==">>}],
[{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}]}]}} riak_mnesia_24 / riak_mnesia / 423e34c mssql_mnesia_25 / odbc_mssql_mnesia / 423e34c |
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 good and fixed my issue with test-runner
ctl
andctlexec
to allow callingctl status
, which is needed bymongooseimctl started
andmongooseimctl stopped
.started
andstatus
.started
,status
andstopped
manually.