Skip to content
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

[Execution] Remove deprecated ingestion engine #6510

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

zhangchiqing
Copy link
Member

@zhangchiqing zhangchiqing commented Sep 27, 2024

The new execution ingestion engine has been enabled by default. It's been running for over 4 months now since May (v0.33.27) on mainnet EN1 and EN2. The old ingestion engine has been deprecated, and can now be removed.

This PR removes the deprecated execution ingestion engine. It fixes a few test cases that were using the deprecated ingestion engine to use the new ingestion engine. No logic changes.

@codecov-commenter
Copy link

codecov-commenter commented Sep 27, 2024

Codecov Report

Attention: Patch coverage is 20.83333% with 19 lines in your changes missing coverage. Please review.

Project coverage is 41.16%. Comparing base (7d782c8) to head (04b0aed).

Files with missing lines Patch % Lines
engine/testutil/nodes.go 0.00% 8 Missing ⚠️
cmd/execution_builder.go 0.00% 7 Missing ⚠️
cmd/execution_config.go 0.00% 2 Missing ⚠️
engine/execution/ingestion/machine.go 0.00% 1 Missing ⚠️
engine/testutil/mock/nodes.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6510      +/-   ##
==========================================
- Coverage   41.28%   41.16%   -0.13%     
==========================================
  Files        2030     2028       -2     
  Lines      145837   145369     -468     
==========================================
- Hits        60213    59844     -369     
+ Misses      79397    79345      -52     
+ Partials     6227     6180      -47     
Flag Coverage Δ
unittests 41.16% <20.83%> (-0.13%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@zhangchiqing zhangchiqing force-pushed the leo/remove-unused-ingestion-and-metrics branch from ada0901 to 26edb83 Compare September 27, 2024 22:50
@zhangchiqing zhangchiqing force-pushed the leo/remove-unused-ingestion-and-metrics branch from 26edb83 to 51b9301 Compare October 1, 2024 22:38
@zhangchiqing zhangchiqing marked this pull request as ready for review October 1, 2024 22:38
@zhangchiqing zhangchiqing requested review from peterargue and janezpodhostnik and removed request for ramtinms October 1, 2024 22:39
cmd/execution_config.go Outdated Show resolved Hide resolved
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