Skip to content

feat: container-type level version compatibility check#140

Merged
KeranYang merged 3 commits intonumaproj:mainfrom
KeranYang:gvc
Sep 26, 2024
Merged

feat: container-type level version compatibility check#140
KeranYang merged 3 commits intonumaproj:mainfrom
KeranYang:gvc

Conversation

@KeranYang
Copy link
Copy Markdown
Member

Signed-off-by: Keran Yang <yangkr920208@gmail.com>
@KeranYang KeranYang requested a review from yhl25 September 26, 2024 02:05
@codecov
Copy link
Copy Markdown

codecov bot commented Sep 26, 2024

Codecov Report

Attention: Patch coverage is 97.56098% with 1 line in your changes missing coverage. Please review.

Please upload report for BASE (main@f66f67c). Learn more about missing BASE report.

Files with missing lines Patch % Lines
.../java/io/numaproj/numaflow/info/ContainerType.java 92.85% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #140   +/-   ##
=======================================
  Coverage        ?   60.41%           
  Complexity      ?      364           
=======================================
  Files           ?      122           
  Lines           ?     2448           
  Branches        ?      169           
=======================================
  Hits            ?     1479           
  Misses          ?      840           
  Partials        ?      129           

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

.
Signed-off-by: Keran Yang <yangkr920208@gmail.com>
Comment on lines +18 to +22
FBSINKER("fb-sinker"),
UNKNOWN("unknown");

private final String name;

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.

Do we need to support UNKNOWN?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

No, I put it mainly for error scenarios.

yhl25
yhl25 previously approved these changes Sep 26, 2024
@yhl25 yhl25 dismissed their stale review September 26, 2024 03:24

As discussed, lets not go extract the container type from the server info file path. We can pass it as an argument from each component.

.
Signed-off-by: Keran Yang <yangkr920208@gmail.com>
@KeranYang KeranYang merged commit babc8e1 into numaproj:main Sep 26, 2024
@KeranYang KeranYang deleted the gvc branch September 26, 2024 03:41
KeranYang added a commit to KeranYang/numaflow-java that referenced this pull request Jan 22, 2025
Signed-off-by: Keran Yang <yangkr920208@gmail.com>
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