-
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
Updating migration guide #3902
Updating migration guide #3902
Conversation
23b654f
to
cceb536
Compare
small_tests_24 / small_tests / 23b654f small_tests_25 / small_tests / 23b654f ldap_mnesia_24 / ldap_mnesia / 23b654f dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 23b654f dynamic_domains_mysql_redis_25 / mysql_redis / 23b654f ldap_mnesia_25 / ldap_mnesia / 23b654f dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 23b654f pgsql_mnesia_24 / pgsql_mnesia / 23b654f dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / 23b654f internal_mnesia_25 / internal_mnesia / 23b654f elasticsearch_and_cassandra_25 / elasticsearch_and_cassandra_mnesia / 23b654f riak_mnesia_24 / riak_mnesia / 23b654f pgsql_mnesia_25 / pgsql_mnesia / 23b654f pep_SUITE:pep_tests:unsubscribe_after_presence_unsubscription{error,
{{badmatch,
[{xmlel,<<"message">>,
[{<<"from">>,
<<"alice_unsubscribe_after_presence_unsubscription_2759@localhost">>},
{<<"to">>,
<<"bob_unsubscribe_after_presence_unsubscription_2759@localhost/res1">>},
{<<"type">>,<<"headline">>}],
[{xmlel,<<"event">>,
[{<<"xmlns">>,
<<"http://jabber.org/protocol/pubsub#event">>}],
[{xmlel,<<"items">>,
[{<<"node">>,<<"vXW9DVVYg/Me9TbkeJE21w==">>}],
[{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}]}]}} mysql_redis_25 / mysql_redis / 23b654f mssql_mnesia_25 / odbc_mssql_mnesia / 23b654f |
small_tests_24 / small_tests / cceb536 small_tests_25 / small_tests / cceb536 ldap_mnesia_24 / ldap_mnesia / cceb536 dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / cceb536 dynamic_domains_mysql_redis_25 / mysql_redis / cceb536 dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / cceb536 ldap_mnesia_25 / ldap_mnesia / cceb536 pgsql_mnesia_24 / pgsql_mnesia / cceb536 pep_SUITE:pep_tests:unsubscribe_after_presence_unsubscription{error,
{{badmatch,
[{xmlel,<<"message">>,
[{<<"from">>,
<<"alice_unsubscribe_after_presence_unsubscription_2650@localhost">>},
{<<"to">>,
<<"bob_unsubscribe_after_presence_unsubscription_2650@localhost/res1">>},
{<<"type">>,<<"headline">>}],
[{xmlel,<<"event">>,
[{<<"xmlns">>,
<<"http://jabber.org/protocol/pubsub#event">>}],
[{xmlel,<<"items">>,
[{<<"node">>,<<"kLD76VynIgWCGczCZct67w==">>}],
[{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}]}]}} dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / cceb536 internal_mnesia_25 / internal_mnesia / cceb536 elasticsearch_and_cassandra_25 / elasticsearch_and_cassandra_mnesia / cceb536 riak_mnesia_24 / riak_mnesia / cceb536 pgsql_mnesia_25 / pgsql_mnesia / cceb536 mysql_redis_25 / mysql_redis / cceb536 mssql_mnesia_25 / odbc_mssql_mnesia / cceb536 |
Codecov ReportBase: 83.16% // Head: 83.18% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #3902 +/- ##
==========================================
+ Coverage 83.16% 83.18% +0.02%
==========================================
Files 535 535
Lines 34270 34270
==========================================
+ Hits 28501 28509 +8
+ Misses 5769 5761 -8
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. |
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 👍
Updating migration guide.