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

Incorrect LRO tests #4005

Closed
dsgouda opened this issue Jan 18, 2018 · 1 comment
Closed

Incorrect LRO tests #4005

dsgouda opened this issue Jan 18, 2018 · 1 comment
Assignees

Comments

@dsgouda
Copy link
Contributor

dsgouda commented Jan 18, 2018

The tests TestLROAsynOperationFailureWith200(), TestLROWithLocationHeaderFailureWith200() and TestLROPUTWithCanceledState() in LongRunningOperationsTest have catch statements that are never executed thereby falsely passing since no exception is thrown.
We need Assert.Throws<> as well as investigation to verify why exceptions are not being thrown.

P.S.: Also need to fix a minor typo: LROOpertionTestResponses to LROOperationTestResponses

@shahabhijeet
Copy link
Member

Fixed with #4142

@github-actions github-actions bot locked and limited conversation to collaborators Mar 29, 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

2 participants