esl / MongooseIM

MongooseIM is Erlang Solutions' robust, scalable and efficient XMPP server, aimed at large installations. Specifically designed for enterprise purposes, it is fault-tolerant and can utilise the resources of multiple clustered machines.
Other
1.64k stars 420 forks source link

Require pgsql_cets_26 for successful build #4257

Closed chrzaszcz closed 3 weeks ago

chrzaszcz commented 3 weeks ago

pgsql_cets_26 was missing from the list of required jobs for successful build of the Docker container.

mongoose-im commented 3 weeks ago

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / 5f74a5471318511a72b496a5310054819a39a9e2 Reports root/ big OK: 437 / Failed: 0 / User-skipped: 43 / Auto-skipped: 0


small_tests_25 / small_tests / 5f74a5471318511a72b496a5310054819a39a9e2 Reports root / small


small_tests_26 / small_tests / 5f74a5471318511a72b496a5310054819a39a9e2 Reports root / small


small_tests_26_arm64 / small_tests / 5f74a5471318511a72b496a5310054819a39a9e2 Reports root / small


ldap_mnesia_25 / ldap_mnesia / 5f74a5471318511a72b496a5310054819a39a9e2 Reports root/ big OK: 2284 / Failed: 0 / User-skipped: 896 / Auto-skipped: 0


ldap_mnesia_26 / ldap_mnesia / 5f74a5471318511a72b496a5310054819a39a9e2 Reports root/ big OK: 2283 / Failed: 1 / User-skipped: 896 / Auto-skipped: 0

pubsub_SUITE:dag+basic:publish_only_retract_items_scope_test ```erlang {error,{{badmatch,false}, [{pubsub_tools,check_response,2, [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"}, {line,444}]}, {pubsub_tools,receive_response,3, [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"}, {line,434}]}, {pubsub_tools,receive_and_check_response,4, [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"}, {line,424}]}, {pubsub_SUITE,'-publish_only_retract_items_scope_test/1-fun-0-',2, [{file,"/home/circleci/project/big_tests/tests/pubsub_SUITE.erl"}, {line,645}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1302}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1234}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4257/214355/ldap_mnesia.26.1.2-amd64/big/ct_run.test%40fba3db9f547b.2024-04-09_11.35.33/big_tests.tests.pubsub_SUITE.logs/run.2024-04-09_11.45.38/pubsub_suite.publish_only_retract_items_scope_test.34308.html)

dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 5f74a5471318511a72b496a5310054819a39a9e2 Reports root/ big OK: 4540 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


dynamic_domains_mysql_redis_26 / mysql_redis / 5f74a5471318511a72b496a5310054819a39a9e2 Reports root/ big OK: 4507 / Failed: 0 / User-skipped: 144 / Auto-skipped: 0


internal_mnesia_26 / internal_mnesia / 5f74a5471318511a72b496a5310054819a39a9e2 Reports root/ big OK: 2424 / Failed: 0 / User-skipped: 756 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / 5f74a5471318511a72b496a5310054819a39a9e2 Reports root/ big OK: 4537 / Failed: 0 / User-skipped: 114 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 5f74a5471318511a72b496a5310054819a39a9e2 Reports root/ big OK: 4540 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


pgsql_cets_26 / pgsql_cets / 5f74a5471318511a72b496a5310054819a39a9e2 Reports root/ big OK: 4455 / Failed: 0 / User-skipped: 178 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / 5f74a5471318511a72b496a5310054819a39a9e2 Reports root/ big OK: 4929 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


mysql_redis_26 / mysql_redis / 5f74a5471318511a72b496a5310054819a39a9e2 Reports root/ big OK: 4908 / Failed: 0 / User-skipped: 139 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / 5f74a5471318511a72b496a5310054819a39a9e2 Reports root/ big OK: 4929 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / 5f74a5471318511a72b496a5310054819a39a9e2 Reports root/ big OK: 4926 / Failed: 0 / User-skipped: 121 / Auto-skipped: 0


ldap_mnesia_26 / ldap_mnesia / 5f74a5471318511a72b496a5310054819a39a9e2 Reports root/ big OK: 2284 / Failed: 0 / User-skipped: 896 / Auto-skipped: 0

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.42%. Comparing base (5272f6b) to head (5f74a54).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #4257 +/- ## ========================================== + Coverage 84.22% 84.42% +0.20% ========================================== Files 552 552 Lines 33547 33547 ========================================== + Hits 28254 28323 +69 + Misses 5293 5224 -69 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.