⚠️ A windows machine is required to reproduce and fix problems in this issue
DependencyResourcesIT is failing on windows due to not being able to clean directory properly.
In order to fix it, I see these two options.
Move second test k8sResource_whenRunWithReplicas_generatesK8sManifestsIncludingDependencies to a separate test class, also make it use a different test project.
Component
Gradle ITests
Task description
Description
Related to #3406
⚠️ A windows machine is required to reproduce and fix problems in this issue
DependencyResourcesIT is failing on windows due to not being able to clean directory properly.
In order to fix it, I see these two options.
k8sResource_whenRunWithReplicas_generatesK8sManifestsIncludingDependencies
to a separate test class, also make it use a different test project.jkube.targetDir
property to override directory for jkube resource output. See https://github.com/eclipse-jkube/jkube/issues/3406#issuecomment-2424990305Expected Behavior
DependencyResourcesIT should pass on windows
Acceptance Criteria