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_queue (storage) should fail #26

Closed
huguesv opened this issue Jun 13, 2012 · 1 comment
Closed

create_queue (storage) should fail #26

huguesv opened this issue Jun 13, 2012 · 1 comment

Comments

@huguesv
Copy link
Contributor

huguesv commented Jun 13, 2012

When calling create_queue with an existing queue and requesting a failure on exist, it does not throw when it should.
When calling create_queue with an existing queue, it returns True when it should return False.

See the new unit tests in test_queueservice.py:

test_create_queue_already_exist
test_create_queue_fail_on_exist

By the way, this doesn't seem to be a timing issue. Adding time.sleep(180) between the 2 calls to create_queue in those tests did not make any difference.

@huguesv
Copy link
Contributor Author

huguesv commented Jun 21, 2012

Verified as fixed.

@huguesv huguesv closed this as completed Jun 21, 2012
AutorestCI added a commit that referenced this issue May 23, 2019
Merge pull request #26 from leonardbf/NFSAAS-2436-R4-corrections

NFSAAS-2436 corrections to R4 standard
@github-actions github-actions bot locked and limited conversation to collaborators Apr 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant