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

chore: avoid panics because of watermark code #2393

Merged
merged 3 commits into from
Feb 12, 2025
Merged

chore: avoid panics because of watermark code #2393

merged 3 commits into from
Feb 12, 2025

Conversation

yhl25
Copy link
Contributor

@yhl25 yhl25 commented Feb 12, 2025

No description provided.

@yhl25 yhl25 requested review from whynowy and vigith as code owners February 12, 2025 05:05
Comment on lines 180 to 183
settings.redis.ttl_secs = match serving_spec.store.ttl {
Some(ttl) => Some(Duration::from(ttl).as_secs() as u32),
None => None,
};
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Signed-off-by: Yashash H L <[email protected]>
Copy link

codecov bot commented Feb 12, 2025

Codecov Report

Attention: Patch coverage is 63.63636% with 32 lines in your changes missing coverage. Please review.

Project coverage is 71.03%. Comparing base (8d51c66) to head (9cd0e79).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
rust/numaflow-core/src/watermark/isb.rs 66.66% 19 Missing ⚠️
rust/numaflow-core/src/pipeline.rs 0.00% 3 Missing ⚠️
rust/numaflow-core/src/tracker.rs 0.00% 3 Missing ⚠️
rust/numaflow-core/src/watermark/source.rs 82.35% 3 Missing ⚠️
...numaflow-core/src/pipeline/isb/jetstream/reader.rs 0.00% 1 Missing ⚠️
...numaflow-core/src/pipeline/isb/jetstream/writer.rs 0.00% 1 Missing ⚠️
rust/numaflow-core/src/source.rs 0.00% 1 Missing ⚠️
rust/serving/src/config.rs 80.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2393      +/-   ##
==========================================
- Coverage   71.06%   71.03%   -0.04%     
==========================================
  Files         367      367              
  Lines       53024    53028       +4     
==========================================
- Hits        37683    37666      -17     
- Misses      14254    14285      +31     
+ Partials     1087     1077      -10     

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

Signed-off-by: Yashash H L <[email protected]>
@yhl25 yhl25 enabled auto-merge (squash) February 12, 2025 05:44
@yhl25 yhl25 merged commit c888818 into main Feb 12, 2025
28 checks passed
@yhl25 yhl25 deleted the panic branch February 12, 2025 06:03
@yhl25 yhl25 added this to the 1.5 milestone Feb 14, 2025
@yhl25 yhl25 self-assigned this Feb 17, 2025
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