-
Notifications
You must be signed in to change notification settings - Fork 87
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
copy dsclp command resulting in spacu attribute always being TRACK #2419
Conversation
Signed-off-by: jace-roell <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2419 +/- ##
=======================================
Coverage 91.34% 91.34%
=======================================
Files 639 639
Lines 18258 18259 +1
Branches 3912 3840 -72
=======================================
+ Hits 16677 16678 +1
Misses 1579 1579
Partials 2 2 ☔ View full report in Codecov by Sentry. |
Signed-off-by: jace-roell <[email protected]>
Signed-off-by: jace-roell <[email protected]>
Signed-off-by: jace-roell <[email protected]>
Signed-off-by: jace-roell <[email protected]>
Signed-off-by: jace-roell <[email protected]>
Signed-off-by: jace-roell <[email protected]>
📅 Suggested merge-by date: 2/10/2025 |
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.
Tested and LGTM, thanks Jace for the fix!
Signed-off-by: jace-roell <[email protected]>
Signed-off-by: jace-roell <[email protected]>
|
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.
Functionality LGTM! 😋
Left a few comments.
Also, I'm seeing the deferredPromise license headers being updated. 😋
Feel free to address it on just one PR 😋
But I believe @pujal0909 's PR already does 😋
Signed-off-by: jace-roell <[email protected]>
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.
left one small comment about startsWith...
just a few more places 😋
Signed-off-by: jace-roell <[email protected]>
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.
LGTM! 😋
Thanks for addressing the feedback 🙏
Let's combine a few PRs and just have one minor release by the end of the week. 🥳
What It Does
Fixed an issue in the Copy.dataSetCrossLPAR() function where the
spacu
attribute of the copied data set was always set toTRK
, regardless of the source data set's attributes.How to Test
Run
zowe files copy dsclp <sourceMember> <targetMember> --target-zosmf-p <profile>
Where
<profile>
is the name of the profile for a remote LPAR (can be the same LPAR as the one being tested against)<sourceMember>
is a member of a data set where the dataset has aspacu
attribute ofCYLINDERS
(default)<targetMember>
is the target location of the copied dataset/memberObserve that without the fix, the
spacu
of the copied data set will always be "TRACKS"Observe that with the fix, the
spacu
of the copied data set will reflect that of the source dataset.Review Checklist
I certify that I have: