-
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
Pgsql fix #3316
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3316 +/- ##
==========================================
+ Coverage 80.65% 80.72% +0.06%
==========================================
Files 397 397
Lines 32439 32439
==========================================
+ Hits 26163 26185 +22
+ Misses 6276 6254 -22
Continue to review full report at Codecov.
|
small_tests_24 / small_tests / 40f1728 internal_mnesia_24 / internal_mnesia / 40f1728 small_tests_23 / small_tests / 40f1728 ldap_mnesia_24 / ldap_mnesia / 40f1728 ldap_mnesia_23 / ldap_mnesia / 40f1728 dynamic_domains_24 / pgsql_mnesia / 40f1728 elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / 40f1728 dynamic_domains_23 / pgsql_mnesia / 40f1728 pgsql_mnesia_24 / pgsql_mnesia / 40f1728 pgsql_mnesia_23 / pgsql_mnesia / 40f1728 mysql_redis_24 / mysql_redis / 40f1728 mam_SUITE:rdbms_simple_prefs_cases:messages_filtered_when_prefs_default_policy_is_never{error,{test_case_failed,"ASSERT EQUAL\n\tExpected []\n\tValue [ok]\n"}} mam_SUITE:rdbms_cache_prefs_cases:messages_filtered_when_prefs_default_policy_is_roster{error,{test_case_failed,"ASSERT EQUAL\n\tExpected []\n\tValue [ok]\n"}} mssql_mnesia_24 / odbc_mssql_mnesia / 40f1728 riak_mnesia_24 / riak_mnesia / 40f1728 mod_ping_SUITE:server_ping:server_ping_pong{error,{{badmatch,[{[<<"localhost">>,mod_ping,ping_response],
{expected_diff,5},
{before_story,0},
{after_story,4}}]},
[{escalus_mongooseim,post_story_check_metrics,1,
[{file,"/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_mongooseim.erl"},
{line,74}]},
{escalus_mongooseim,maybe_check_metrics_post_story,1,
[{file,"/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_mongooseim.erl"},
{line,51}]},
{escalus_story,story,4,
[{file,"/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
{line,75}]},
{test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1292}]},
{test_server,run_test_case_eval,9,
[{file,"test_server.erl"},{line,1224}]}]}} |
As discussed internally, update postgres dep to fix the hmac undef, and fix the postgres container version for CI.
See https://www.postgresql.org/about/news/postgresql-14-released-2318/ "Security Enhancements" section for SCRAbeing required in the newer postgres.
See epgsql/epgsql#255 for the fix to that.