Skip to content
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

create_data_set + delete_data_set: datasets are not being created properly if there is a '#' symbol in their names #211

Closed
KUGDev opened this issue Sep 4, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@KUGDev
Copy link
Contributor

KUGDev commented Sep 4, 2023

Describe the bug

I've encountered an issue creating and deleting dataset with a '#' symbol in it's name
Example: MYNAME.TEST#ZWE

Expected and actual results

  1. Expected: dataset MYNAME.TEST#ZWE is created and deleted by these functions
  2. Actual: dataset is created as MYNAME.TEST#ZWE. If I try to delete the MYNAME.TEST#ZWE dataset, created manually, it's giving an error, as it tries to find MYNAME.TEST

Describe your environment

z/OS 2.5, zowe-client-python-sdk 1.0.0-dev.10

Additional context

@KUGDev KUGDev added the bug Something isn't working label Sep 4, 2023
@github-actions
Copy link

github-actions bot commented Sep 4, 2023

Thank you for creating a bug report.
We will investigate the bug and evaluate its impact on the product.
If you haven't already, please ensure you have provided steps to reproduce the bug and as much context as possible.

KUGDev added a commit to KUGDev/zowe-client-python-sdk that referenced this issue Sep 4, 2023
KUGDev added a commit to KUGDev/zowe-client-python-sdk that referenced this issue Sep 4, 2023
KUGDev added a commit to KUGDev/zowe-client-python-sdk that referenced this issue Sep 5, 2023
KUGDev added a commit to KUGDev/zowe-client-python-sdk that referenced this issue Sep 5, 2023
KUGDev added a commit to KUGDev/zowe-client-python-sdk that referenced this issue Sep 7, 2023
KUGDev added a commit to KUGDev/zowe-client-python-sdk that referenced this issue Sep 7, 2023
KUGDev added a commit to KUGDev/zowe-client-python-sdk that referenced this issue Sep 7, 2023
KUGDev added a commit to KUGDev/zowe-client-python-sdk that referenced this issue Sep 11, 2023
t1m0thyj added a commit that referenced this issue Sep 11, 2023
…able

GH-211 Fixed issue for datasets with '#' in URL
@adam-wolfe
Copy link

adam-wolfe commented Sep 12, 2023

Fix implemented in PR: #212

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants