Skip to content

MIM-2771 Upgrade CETS to 0.3.2 - #4762

Merged
chrzaszcz merged 1 commit into
masterfrom
upgrade-cets
Aug 7, 2026
Merged

MIM-2771 Upgrade CETS to 0.3.2#4762
chrzaszcz merged 1 commit into
masterfrom
upgrade-cets

Conversation

@chrzaszcz

Copy link
Copy Markdown
Member

This PR upgrades CETS to version 0.3.2 in order to resolve the issue with long-running join operation. See esl/cets#65

@mongoose-im

mongoose-im commented Aug 7, 2026

Copy link
Copy Markdown
Collaborator

CircleCI results for 2d15029


small_tests_legacy / small_tests / 2d15029
Reports root / small


small_tests_latest / small_tests / 2d15029
Reports root / small


small_tests_latest_arm64 / small_tests / 2d15029
Reports root / small


ldap_mnesia_latest / ldap_mnesia / 2d15029
Status: 🟢 Passed
Reports root/ big
OK: 2324 / Failed: 0 / User-skipped: 1567 / Auto-skipped: 0


internal_mnesia_latest / internal_mnesia / 2d15029
Status: 🟢 Passed
Reports root/ big
OK: 2473 / Failed: 0 / User-skipped: 1418 / Auto-skipped: 0


dynamic_domains_pgsql_cets_legacy / pgsql_cets / 2d15029
Status: 🟢 Passed
Reports root/ big
OK: 5185 / Failed: 0 / User-skipped: 237 / Auto-skipped: 0


dynamic_domains_pgsql_cets_latest / pgsql_cets / 2d15029
Status: 🟢 Passed
Reports root/ big
OK: 5185 / Failed: 0 / User-skipped: 237 / Auto-skipped: 0


elasticsearch_and_cassandra_mnesia_latest / elasticsearch_and_cassandra_mnesia / 2d15029
Status: 🟢 Passed
Reports root/ big
OK: 3142 / Failed: 0 / User-skipped: 1444 / Auto-skipped: 0

mongoose_elasticsearch_SUITE:end_per_suite
{error,
  {{badrpc,
     {'EXIT',
       {#{what => event_already_registered,
        event_name => wpool_global_queue_lengths,
        labels => #{pool_tag => default,pool_type => elastic}},
        [{mongoose_instrument,set_up,3,
           [{file,
            "/home/circleci/project/src/instrument/mongoose_instrument.erl"},
          {line,114}]},
         {lists,foreach_1,2,[{file,"lists.erl"},{line,2641}]},
         {mongoose_wpool,start,5,
           [{file,
            "/home/circleci/project/src/wpool/mongoose_wpool.erl"},
          {line,162}]},
         {mongoose_wpool,'-start_configured_pools/3-lc$^1/1-1-',1,
           [{file,
            "/home/circleci/project/src/wpool/mongoose_wpool.erl"},
          {line,129}]},
         {mongoose_wpool,start_configured_pools,1,[]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_wpool,start_configured_pools,
       [[#{scope => global,tag => default,type => elastic,
         opts =>
           #{strategy => best_worker,workers => 10,
           call_timeout => 5000},
         conn_opts => #{port => 9200,host => <<"localhost">>}}]]],
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,143}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1799}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1396}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1240}]}]}...

Report log


pgsql_cets_legacy / pgsql_cets / 2d15029
Status: 🟢 Passed
Reports root/ big
OK: 5506 / Failed: 0 / User-skipped: 213 / Auto-skipped: 0


pgsql_cets_latest / pgsql_cets / 2d15029
Status: 🟢 Passed
Reports root/ big
OK: 5506 / Failed: 0 / User-skipped: 213 / Auto-skipped: 0


pgsql_mnesia_latest / pgsql_mnesia / 2d15029
Status: 🟢 Passed
Reports root/ big
OK: 5620 / Failed: 0 / User-skipped: 344 / Auto-skipped: 0


pgsql_redis_latest / pgsql_redis / 2d15029
Status: 🟢 Passed
Reports root/ big
OK: 5586 / Failed: 0 / User-skipped: 378 / Auto-skipped: 0


mysql_cets_latest / mysql_cets / 2d15029
Status: 🟢 Passed
Reports root/ big
OK: 5504 / Failed: 0 / User-skipped: 215 / Auto-skipped: 0


cockroachdb_cets_latest / cockroachdb_cets / 2d15029
Status: 🟢 Passed
Reports root/ big
OK: 5506 / Failed: 0 / User-skipped: 213 / Auto-skipped: 0

@codecov

codecov Bot commented Aug 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.95%. Comparing base (9d01be6) to head (2d15029).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4762   +/-   ##
=======================================
  Coverage   86.94%   86.95%           
=======================================
  Files         554      554           
  Lines       33592    33592           
=======================================
+ Hits        29208    29211    +3     
+ Misses       4384     4381    -3     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@chrzaszcz
chrzaszcz marked this pull request as ready for review August 7, 2026 08:58
@chrzaszcz chrzaszcz changed the title Upgrade CETS to 0.3.2 MIM-2771 Upgrade CETS to 0.3.2 Aug 7, 2026

@Premwoik Premwoik left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@chrzaszcz
chrzaszcz merged commit c565b1b into master Aug 7, 2026
4 checks passed
@chrzaszcz
chrzaszcz deleted the upgrade-cets branch August 7, 2026 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants