-
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
MIM-2392 Use system certificates if CA certs are not provided in a file #4493
base: feature/listeners
Are you sure you want to change the base?
Conversation
elasticsearch_and_cassandra_27 / elasticsearch_and_cassandra_mnesia / 430a8a2 small_tests_26 / small_tests / 430a8a2 small_tests_27 / small_tests / 430a8a2 small_tests_27_arm64 / small_tests / 430a8a2 ldap_mnesia_26 / ldap_mnesia / 430a8a2 dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 430a8a2 dynamic_domains_mysql_redis_27 / mysql_redis / 430a8a2 ldap_mnesia_27 / ldap_mnesia / 430a8a2 internal_mnesia_27 / internal_mnesia / 430a8a2 dynamic_domains_pgsql_mnesia_27 / pgsql_mnesia / 430a8a2 dynamic_domains_mssql_mnesia_27 / odbc_mssql_mnesia / 430a8a2 mysql_redis_27 / mysql_redis / 430a8a2 pgsql_cets_27 / pgsql_cets / 430a8a2 cockroachdb_cets_27 / cockroachdb_cets / 430a8a2 pgsql_mnesia_27 / pgsql_mnesia / 430a8a2 pgsql_mnesia_26 / pgsql_mnesia / 430a8a2 mssql_mnesia_27 / odbc_mssql_mnesia / 430a8a2 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feature/listeners #4493 +/- ##
=====================================================
- Coverage 85.78% 85.62% -0.17%
=====================================================
Files 558 558
Lines 33770 33771 +1
=====================================================
- Hits 28971 28915 -56
- Misses 4799 4856 +57 ☔ View full report in Codecov by Sentry. |
elasticsearch_and_cassandra_27 / elasticsearch_and_cassandra_mnesia / 50bf758 small_tests_26 / small_tests / 50bf758 small_tests_27 / small_tests / 50bf758 small_tests_27_arm64 / small_tests / 50bf758 ldap_mnesia_26 / ldap_mnesia / 50bf758 ldap_mnesia_27 / ldap_mnesia / 50bf758 dynamic_domains_mysql_redis_27 / mysql_redis / 50bf758 internal_mnesia_27 / internal_mnesia / 50bf758 pubsub_SUITE:tree+basic:subscribe_unsubscribe_test{error,{{badmatch,false},
[{pubsub_tools,check_response,2,
[{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"},
{line,445}]},
{pubsub_tools,receive_response,3,
[{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"},
{line,435}]},
{pubsub_tools,receive_and_check_response,4,
[{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"},
{line,425}]},
{pubsub_SUITE,'-subscribe_unsubscribe_test/1-fun-0-',2,
[{file,"/home/circleci/project/big_tests/tests/pubsub_SUITE.erl"},
{line,367}]},
{escalus_story,story,4,
[{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
{line,75}]},
{test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1303}]},
{test_server,run_test_case_eval,9,
[{file,"test_server.erl"},{line,1235}]}]}} dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 50bf758 pgsql_cets_27 / pgsql_cets / 50bf758 dynamic_domains_pgsql_mnesia_27 / pgsql_mnesia / 50bf758 dynamic_domains_mssql_mnesia_27 / odbc_mssql_mnesia / 50bf758 mysql_redis_27 / mysql_redis / 50bf758 pgsql_mnesia_26 / pgsql_mnesia / 50bf758 pgsql_mnesia_27 / pgsql_mnesia / 50bf758 cockroachdb_cets_27 / cockroachdb_cets / 50bf758 pubsub_SUITE:dag+basic:subscribe_options_separate_request_test{error,
{timeout_when_waiting_for_stanza,
[{escalus_client,wait_for_stanza,
[{client,
<<"alice_subscribe_options_separate_request_test_3483@localhost/res1">>,
escalus_tcp,<0.111842.0>,
[{event_manager,<0.111691.0>},
{server,<<"localhost">>},
{username,
<<"alicE_subscribe_options_separate_request_test_3483">>},
{resource,<<"res1">>}],
[{event_client,
[{event_manager,<0.111691.0>},
{server,<<"localhost">>},
{username,
<<"alicE_subscribe_options_separate_request_test_3483">>},
{resource,<<"res1">>}]},
{resource,<<"res1">>},
{username,
<<"alice_subscribe_options_separate_request_test_3483">>},
{server,<<"localhost">>},
{host,<<"localhost">>},
{port,5222},
{auth,fun escalus_auth:auth_plain/2},
{wspath,undefined},
{username,
<<"alicE_subscribe_options_separate_request_test_3483">>},
{server,<<"localhost">>},
{password,<<"matygrysa">>},
{stream_id,<<"bd2fa91f8d98325a">>}]},
5000],
[{file,
"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
{line,136}]},
{pubsub_tools,receive_response,3,
[{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"},
{line,434}]},
{pubsub_tools,receive_... mssql_mnesia_27 / odbc_mssql_mnesia / 50bf758 internal_mnesia_27 / internal_mnesia / 50bf758 |
Use system certificates if CA certs are not provided in a file.