-
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
Remove pull-db.sh #3207
Remove pull-db.sh #3207
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3207 +/- ##
==========================================
- Coverage 80.29% 80.25% -0.05%
==========================================
Files 397 397
Lines 32473 32473
==========================================
- Hits 26073 26060 -13
- Misses 6400 6413 +13
Continue to review full report at Codecov.
|
small_tests_24 / small_tests / f57f01a internal_mnesia_24 / internal_mnesia / f57f01a small_tests_22 / small_tests / f57f01a dynamic_domains_24 / pgsql_mnesia / f57f01a dynamic_domains_23 / pgsql_mnesia / f57f01a small_tests_23 / small_tests / f57f01a ldap_mnesia_24 / ldap_mnesia / f57f01a ldap_mnesia_22 / ldap_mnesia / f57f01a elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / f57f01a pgsql_mnesia_24 / pgsql_mnesia / f57f01a ldap_mnesia_23 / ldap_mnesia / f57f01a mysql_redis_24 / mysql_redis / f57f01a pgsql_mnesia_22 / pgsql_mnesia / f57f01a pgsql_mnesia_23 / pgsql_mnesia / f57f01a mssql_mnesia_24 / odbc_mssql_mnesia / f57f01a riak_mnesia_24 / riak_mnesia / f57f01a |
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.
👌🏽
Actually I just have a question, where is this used? A quick git grep doesn't show me any result 🤔 |
@NelsonVides in travis, lol. |
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.
Riiiiiight... 😆
small_tests_24 / small_tests / 91f42c8 internal_mnesia_24 / internal_mnesia / 91f42c8 riak_mnesia_24 / riak_mnesia / 91f42c8 small_tests_22 / small_tests / 91f42c8 dynamic_domains_24 / pgsql_mnesia / 91f42c8 dynamic_domains_23 / pgsql_mnesia / 91f42c8 pgsql_mnesia_22 / pgsql_mnesia / 91f42c8 small_tests_23 / small_tests / 91f42c8 ldap_mnesia_22 / ldap_mnesia / 91f42c8 ldap_mnesia_24 / ldap_mnesia / 91f42c8 ldap_mnesia_23 / ldap_mnesia / 91f42c8 elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / 91f42c8 pgsql_mnesia_24 / pgsql_mnesia / 91f42c8 mysql_redis_24 / mysql_redis / 91f42c8 mssql_mnesia_24 / odbc_mssql_mnesia / 91f42c8 pgsql_mnesia_23 / pgsql_mnesia / 91f42c8 riak_mnesia_24 / riak_mnesia / 91f42c8 dynamic_domains_SUITE:with_mod_dynamic_domains_test:iq_handling_for_subdomain{error,
{{assertion_failed,assert,is_iq_result,
[{xmlel,<<"iq">>,
[{<<"to">>,<<"subdomain2.example.test">>},
{<<"type">>,<<"get">>},
{<<"id">>,<<"03d9d8050dc3da6b590a9453e72f46e4">>}],
[{xmlel,<<"query">>,[{<<"xmlns">>,<<"dummy.namespace">>}],[]}]}],
{xmlel,<<"iq">>,
[{<<"from">>,<<"subdomain2.example.test">>},
{<<"to">>,<<"alice@example.com/res1">>},
{<<"type">>,<<"error">>},
{<<"xml:lang">>,<<"en">>},
{<<"id">>,<<"03d9d8050dc3da6b590a9453e72f46e4">>}],
[{xmlel,<<"query">>,[{<<"xmlns">>,<<"dummy.namespace">>}],[]},
{xmlel,<<"error">>,
[{<<"code">>,<<"404">>},{<<"type">>,<<"cancel">>}],
[{xmlel,<<"remote-server-not-found">>,
[{<<"xmlns">>,
<<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
[]},
{xmlel,<<"text">>,
[{<<"xmlns">>,
<<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
[{xmlcdata,<<"From s2s (waiting)">>}]}]}]},
"<iq from='subdomain2.example.test' to='alice@example.com/res1' type='error' xml:lang='en' id='03d9d8050dc3da6b590a9453e72f46e4'><query xmlns='dummy.namespace'/><error code='404' type='cancel'><remote-server-not-found xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/><text xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'>From s2s (waiting)</text></error></iq>"},
[{escalus_new_assert,assert_true,2,
[{file,
"/home/circleci/app/big_tests/_build/default/lib... riak_mnesia_24 / riak_mnesia / 91f42c8 |
This PR addresses #
Proposed changes include: