-
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
Add CETS backend for mod_keystore #4140
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #4140 +/- ##
=======================================
Coverage 84.07% 84.07%
=======================================
Files 559 560 +1
Lines 34038 34057 +19
=======================================
+ Hits 28617 28635 +18
- Misses 5421 5422 +1
☔ View full report in Codecov by Sentry. |
This comment was marked as outdated.
This comment was marked as outdated.
0346659
to
37d7c46
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Remove CETS table for mod_keystore, once testing is done Trying to solve this command failing: ./tools/test-runner.sh --skip-small-tests --db redis pgsql --preset pgsql_cets --skip-cover --skip-stop-nodes oauth graphql_cets
Use cets:insert_new_or_lookup/2
77ef883
to
a0d3e22
Compare
This comment was marked as outdated.
This comment was marked as outdated.
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 👍
Only minor comments from me.
Fix indention
small_tests_26_arm64 / small_tests / e2d18e1 elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / e2d18e1 small_tests_25 / small_tests / e2d18e1 small_tests_26 / small_tests / e2d18e1 ldap_mnesia_25 / ldap_mnesia / e2d18e1 dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / e2d18e1 ldap_mnesia_26 / ldap_mnesia / e2d18e1 dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / e2d18e1 pgsql_mnesia_25 / pgsql_mnesia / e2d18e1 dynamic_domains_mysql_redis_26 / mysql_redis / e2d18e1 internal_mnesia_26 / internal_mnesia / e2d18e1 pgsql_cets_26 / pgsql_cets / e2d18e1 dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / e2d18e1 pgsql_mnesia_26 / pgsql_mnesia / e2d18e1 mysql_redis_26 / mysql_redis / e2d18e1 mssql_mnesia_26 / odbc_mssql_mnesia / e2d18e1 |
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.
👍
This PR addresses "MIM-2051 mod_keystore needs CETS backend"
Proposed changes include:
cets:insert_new_or_lookup/2
(Please, review Add insert_new_or_lookup/2 function cets#36)