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

Fix-archive-with #2599

Merged
merged 3 commits into from
Jun 19, 2024
Merged

Fix-archive-with #2599

merged 3 commits into from
Jun 19, 2024

Conversation

Licenser
Copy link
Member

Signed-off-by: Heinz N. Gies [email protected]

Pull request

Description

Fix arg passing in archive start

Related

Checklist

  • The RFC, if required, has been submitted and approved
  • Any user-facing impact of the changes is reflected in docs.tremor.rs
  • The code is tested
  • Use of unsafe code is reasoned about in a comment
  • Update CHANGELOG.md appropriately, recording any changes, bug fixes, or other observable changes in behavior
  • The performance impact of the change is measured (see below)

Performance

-/-

Signed-off-by: Heinz N. Gies <[email protected]>
Signed-off-by: Heinz N. Gies <[email protected]>
Copy link

codecov bot commented Jun 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.32%. Comparing base (e38ae3e) to head (49d1a53).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2599      +/-   ##
==========================================
- Coverage   91.34%   91.32%   -0.03%     
==========================================
  Files         308      308              
  Lines       60128    60137       +9     
==========================================
- Hits        54925    54918       -7     
- Misses       5203     5219      +16     
Flag Coverage Δ
e2e-command 11.23% <0.00%> (-0.01%) ⬇️
e2e-integration 51.67% <23.36%> (-0.01%) ⬇️
e2e-unit 12.45% <0.00%> (-0.01%) ⬇️
e2etests 53.99% <23.36%> (-0.01%) ⬇️
tremorapi 14.34% <19.64%> (-0.01%) ⬇️
tremorcodec 62.94% <ø> (ø)
tremorcommon 63.04% <ø> (ø)
tremorconnectors 28.59% <10.00%> (-0.01%) ⬇️
tremorconnectorsaws 11.48% <0.00%> (-0.01%) ⬇️
tremorconnectorsazure 5.03% <0.00%> (-0.01%) ⬇️
tremorconnectorsgcp 21.16% <0.00%> (-0.13%) ⬇️
tremorconnectorsobjectstorage 0.00% <0.00%> (ø)
tremorconnectorsotel 12.67% <0.00%> (-0.01%) ⬇️
tremorconnectorstesthelpers 60.56% <ø> (ø)
tremorinflux 87.72% <ø> (ø)
tremorinterceptor 53.73% <ø> (ø)
tremorpipeline 31.05% <0.00%> (-0.01%) ⬇️
tremorruntime 46.85% <93.68%> (+0.20%) ⬆️
tremorscript 54.26% <0.00%> (-0.02%) ⬇️
tremorsystem 5.75% <0.00%> (-0.01%) ⬇️
tremorvalue 70.24% <ø> (ø)
unittests 88.38% <95.68%> (+0.05%) ⬆️

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

Files Coverage Δ
src/lib.rs 100.00% <100.00%> (ø)
src/system.rs 95.97% <100.00%> (+1.69%) ⬆️
tremor-api/src/api.rs 90.93% <100.00%> (ø)
tremor-api/src/api/flow.rs 94.93% <100.00%> (ø)
tremor-api/src/api/status.rs 94.28% <100.00%> (ø)
tremor-connectors/src/impls/bench.rs 89.27% <100.00%> (ø)
tremor-connectors/src/impls/exit.rs 100.00% <100.00%> (ø)
tremor-connectors/src/lib.rs 87.34% <ø> (ø)
tremor-script/src/ast/deploy.rs 73.19% <100.00%> (+2.08%) ⬆️
tremor-script/src/ast/query.rs 89.63% <100.00%> (ø)

... and 10 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e38ae3e...49d1a53. Read the comment docs.

src/system.rs Outdated Show resolved Hide resolved
src/system.rs Outdated Show resolved Hide resolved
tremor-cli/src/archive.rs Outdated Show resolved Hide resolved
darach
darach previously approved these changes Jun 19, 2024
Copy link
Member

@darach darach left a comment

Choose a reason for hiding this comment

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

LGTM 👍

Co-authored-by: Darach Ennis <[email protected]>
Signed-off-by: Heinz N. Gies <[email protected]>
@Licenser Licenser merged commit bcd679b into main Jun 19, 2024
58 checks passed
@Licenser Licenser deleted the fix-archive-with branch June 19, 2024 15:23
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.

2 participants