You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️ 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
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 fix failing unit tests ingradle-plugin/it
module #3406 (comment)Expected Behavior
DependencyResourcesIT should pass on windows
Acceptance Criteria
The text was updated successfully, but these errors were encountered: