Skip to content
This repository was archived by the owner on May 18, 2026. It is now read-only.

fixes unit test failure for publish local path on windows#350

Merged
shashwathi merged 1 commit into
vmware-tanzu:mainfrom
shaheerkootteeri:iss349
Oct 1, 2022
Merged

fixes unit test failure for publish local path on windows#350
shashwathi merged 1 commit into
vmware-tanzu:mainfrom
shaheerkootteeri:iss349

Conversation

@shaheerkootteeri
Copy link
Copy Markdown
Contributor

Pull request

What this PR does / why we need it

PR fixes unit test failure for publish local path on windows. the img manifest is showing different in windows and mac when publishing local source with excluded files.

Which issue(s) this PR fixes

Fixes #349

Describe testing done for PR

Unit tests validated in mac as well as windows.

Additional information or special notes for your reviewer

Comment thread pkg/commands/workload_test.go Outdated
@shaheerkootteeri shaheerkootteeri force-pushed the iss349 branch 3 times, most recently from 8dcf6b5 to 2d22157 Compare September 27, 2022 01:13
@shaheerkootteeri shaheerkootteeri marked this pull request as ready for review September 27, 2022 19:59
Comment thread pkg/commands/workload_test.go Outdated
Copy link
Copy Markdown
Contributor

@shashwathi shashwathi left a comment

Choose a reason for hiding this comment

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

this PR is doing 2 things

  • updating hard coded file paths to using filepath lib
  • adding test (that gets skipped in windows)

I recommend keeping the goal of a PR to one item. Easy to review and revert.

odinnordico
odinnordico previously approved these changes Sep 30, 2022
@shashwathi shashwathi merged commit e1d0e06 into vmware-tanzu:main Oct 1, 2022
@shaheerkootteeri shaheerkootteeri deleted the iss349 branch January 5, 2023 21:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unit Test failure when publishing local source in windows OS

4 participants