-
Notifications
You must be signed in to change notification settings - Fork 550
fix(bug): Inconsistency when merging fragments with same file name with different profiles #3803
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
base: master
Are you sure you want to change the base?
fix(bug): Inconsistency when merging fragments with same file name with different profiles #3803
Conversation
Eclipse JKube CI ReportStarted new GH workflow run for #3803 (2025-12-06T06:08:22Z) ⚙️ JKube E2E Tests (19954327459)
|
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3803 +/- ##
=============================================
+ Coverage 59.36% 72.08% +12.72%
- Complexity 4586 4821 +235
=============================================
Files 500 490 -10
Lines 21211 19207 -2004
Branches 2830 2566 -264
=============================================
+ Hits 12591 13846 +1255
+ Misses 7370 4157 -3213
+ Partials 1250 1204 -46 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
manusa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As agreed internally, prior to tackling this PR, we need to add the relevant fix to ensure that jkube-temp is empty before the resource target/goal is started.
Already taken care in this change with the configuration of ResourceServiceConfig. Is it okay to handle this in this PR, or we handle it in a separate PR? |
The idea was to handle this in a separate PR to ensure that nothing breaks with regards to cleaning up the jkube-temp dirctory. |
9e65879 to
1e0cca3
Compare
|



Description
Fixes #2758
Type of change
test, version modification, documentation, etc.)
Checklist