Conversation
|
CircleCI results for d25d2bc elasticsearch_and_cassandra_latest / elasticsearch_and_cassandra_mnesia / 4405113 small_tests_legacy / small_tests / 4405113 small_tests_latest / small_tests / 4405113 small_tests_latest_arm64 / small_tests / 4405113 ldap_mnesia_legacy / ldap_mnesia / 4405113 ldap_mnesia_latest / ldap_mnesia / 4405113 dynamic_domains_mysql_redis_latest / mysql_redis / 4405113 dynamic_domains_pgsql_mnesia_legacy / pgsql_mnesia / 4405113 dynamic_domains_pgsql_mnesia_latest / pgsql_mnesia / 4405113 internal_mnesia_latest / internal_mnesia / 4405113 pgsql_cets_latest / pgsql_cets / 4405113 cockroachdb_cets_latest / cockroachdb_cets / 4405113 pgsql_mnesia_latest / pgsql_mnesia / 4405113 pgsql_mnesia_legacy / pgsql_mnesia / 4405113 mysql_redis_latest / mysql_redis / 4405113 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #4647 +/- ##
==========================================
- Coverage 86.07% 86.04% -0.03%
==========================================
Files 569 569
Lines 34145 34145
==========================================
- Hits 29390 29380 -10
- Misses 4755 4765 +10 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
e40c36e to
19db632
Compare
The certificates used for MIM were broken by #4631. Erlang verifies `serverAuth` against `keyUsage`, which causes the `ssl_certificate:verify_extkeyusage/2` function to fail. The issue wasn't noticed immediately because the certificates are cached using a key generated by `tools/make-certs-cache-key.sh`
Some SIP tests were failing due to an invalid configuration left behind by `cets_disco_SUITE`.
The certificates used for MIM were broken by #4631. Erlang verifies that
keyUsesincludes the required usage for the specific role (server/client), and this causes thessl_certificate:verify_extkeyusage/2function to fail.The issue wasn't noticed immediately because the certificates are cached using a key generated by
tools/make-certs-cache-key.shAdditionally, some SIP tests were failing on master due to an invalid configuration left behind by
cets_disco_SUITE. This PR makes sure the configuration is restored at the end.⚓︎ MIM-2618