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
[enabler] [1378] [zos_mount] special charactersupport (#1631)
* initial commit to get pr number
* updated pr number, added innersource references to zos_mount
* added dataset class to enable escape function
* added a series of symbols to test-aggregate file creation
This should test all scenarios for all 4 characters.
* added escape call on generated data set name
* trying to return base/non-escaped string to pass into mount.
working around a better-arg-parser error.
* added pretty print to test output to check on remount pre-test
* corrected pretty print call
* expanding display of results to first mount and unmount.
* it looks like the test assumes absent=unmounted, which is not always true
I'm switching prior testst absent->unmounted, to see if that moves the issue.
* found issue where 'absent' did not delete the aggregate
set tests back to use absent, and left print/pp in
* changing test/create source file
* removing sybols in test to see if the mount still has issues.
* expanding output of pre-process files
* removed escape function from main zos_mount
in one or more of the calls, it is interfering with tso command generation
* adding delete into end of first test.
* changed dataset.delete to shell drm in first test
* corrected ALL tests to use shell/drm to make sure system stays cleaned up
* added symbols in test
* the shell delete required the dsname to be escaped, while mount did not
All mount tests now escape dsname for removal
* cleanup of test output messages
cleanup of escape calls in zos_mount
* removed unused import in mount. Updated text in the changelog.
* removed unused 'innersource' variables from mount routine, since they were
no longer needed.
* removed self-reference of src=src, cause when removing innersrc
* renamed fragment to contain PR#
0 commit comments