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
[zos_find] Support GDG and special characters in data set names for zos_find (#1518)
* initial fragment and added test case
* added changelog file
modified new test, added limit to test value
* needed to add limit parameter for gdg in the batch suboption of data_set
* added limit as a dependancy to batch/datasettpe
* added detail to the error raised on missing limit
* changing test to eliminate batch call
* fixed parenthesis
* update test constructor to create gds (no paren) and use force=true
* detailing the decho response
* trying to escape the gdg number
* updated zos_data_set definition for batch mode of gdg in dataset
altered test to re-test the new definition
* fixed parenthesis issue
* data set creator is now working.
removed escapes around gdg version indicator in test.
* expanded test to write content generation entry
* updating test to remove prior output and truncate the final version info
* removed cars print statement.
* corrected join statement in string split
* updated join statement
* added cleanup to gdg test routine
* adding detail to pds writer
* updated test updated for specific file type, not just top 2 names
* added special character tests for zos_find
* changed an assertion in special/symbol test
* added force=True to gdg deletion in that test, so the subs would all get removed
* added escape to decho command
* updated changelog fragment to include PR number
removed print statements from test
* added dataset import back into test function
* working on re-establishing zos_data_set in the test form
* correcting import for zos_data_set
* Modified test cases to use random generated names and improve performance
* Removed hard coded names
* Adding support for GDG filter in zos_find
* Modified tests for filtering GDGs
* Added documentation samples and fixed sanity issues
* fixed test suite
---------
Co-authored-by: Fernando Flores <[email protected]>
0 commit comments