-
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
Make mod_version multitenancy ready #3256
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3256 +/- ##
==========================================
- Coverage 80.33% 80.33% -0.01%
==========================================
Files 398 398
Lines 32566 32567 +1
==========================================
Hits 26163 26163
- Misses 6403 6404 +1
Continue to review full report at Codecov.
|
small_tests_24 / small_tests / b63ea3c internal_mnesia_24 / internal_mnesia / b63ea3c small_tests_22 / small_tests / b63ea3c dynamic_domains_24 / pgsql_mnesia / b63ea3c dynamic_domains_23 / pgsql_mnesia / b63ea3c small_tests_23 / small_tests / b63ea3c ldap_mnesia_24 / ldap_mnesia / b63ea3c ldap_mnesia_23 / ldap_mnesia / b63ea3c ldap_mnesia_22 / ldap_mnesia / b63ea3c pgsql_mnesia_22 / pgsql_mnesia / b63ea3c pgsql_mnesia_24 / pgsql_mnesia / b63ea3c pgsql_mnesia_23 / pgsql_mnesia / b63ea3c elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / b63ea3c mysql_redis_24 / mysql_redis / b63ea3c mssql_mnesia_24 / odbc_mssql_mnesia / b63ea3c riak_mnesia_24 / riak_mnesia / b63ea3c |
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.
The code looks good in general, I have one comment.
b63ea3c
to
d5a2bcc
Compare
small_tests_24 / small_tests / d5a2bcc internal_mnesia_24 / internal_mnesia / d5a2bcc small_tests_22 / small_tests / d5a2bcc dynamic_domains_24 / pgsql_mnesia / d5a2bcc dynamic_domains_23 / pgsql_mnesia / d5a2bcc small_tests_23 / small_tests / d5a2bcc ldap_mnesia_22 / ldap_mnesia / d5a2bcc ldap_mnesia_24 / ldap_mnesia / d5a2bcc ldap_mnesia_23 / ldap_mnesia / d5a2bcc jingle_SUITE:all:resp_4xx_from_sip_proxy_results_in_session_terminate{error,
{{assertion_failed,assert,is_iq_result,
{xmlel,<<"iq">>,
[{<<"from">>,<<"error.480@localhost">>},
{<<"to">>,
<<"alice_resp_4xx_from_sip_proxy_results_in_session_terminate_81.980686@localhost/res1">>},
{<<"id">>,<<"e2d34e45-85b1-43e3-82e3-ec706894f81f">>},
{<<"type">>,<<"set">>}],
[{xmlel,<<"jingle">>,
[{<<"xmlns">>,<<"urn:xmpp:jingle:1">>},
{<<"action">>,<<"session-terminate">>},
{<<"sid">>,<<"faeedd2e-f049-4df2-8a13-8f6ecc3359ba">>}],
[{xmlel,<<"reason">>,[],
[{xmlel,<<"general-error">>,[],[]},
{xmlel,<<"sip-error">>,
[{<<"code">>,<<"480">>}],
[{xmlcdata,<<"Temporarily Unavailable">>}]}]}]}]},
"<iq from='error.480@localhost' to='alice_resp_4xx_from_sip_proxy_results_in_session_terminate_81.980686@localhost/res1' id='e2d34e45-85b1-43e3-82e3-ec706894f81f' type='set'><jingle xmlns='urn:xmpp:jingle:1' action='session-terminate' sid='faeedd2e-f049-4df2-8a13-8f6ecc3359ba'><reason><general-error/><sip-error code='480'>Temporarily Unavailable</sip-error></reason></jingle></iq>"},
[{escalus_new_assert,assert_true,2,
[{file,
"/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
{line,84}]},
{jingle_SUITE,send_initiate_and_wait_for_first_iq_set,2,
[{file,"/home/circleci/app/big_tests/tests/jingle_SUITE.erl"},
{line,393}]},
{jingle_SUITE,
'-res... pgsql_mnesia_23 / pgsql_mnesia / d5a2bcc pgsql_mnesia_24 / pgsql_mnesia / d5a2bcc pgsql_mnesia_22 / pgsql_mnesia / d5a2bcc elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / d5a2bcc mysql_redis_24 / mysql_redis / d5a2bcc mssql_mnesia_24 / odbc_mssql_mnesia / d5a2bcc riak_mnesia_24 / riak_mnesia / d5a2bcc |
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.
Good!
As in the title