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
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
The text was updated successfully, but these errors were encountered:
The tests
TestLROAsynOperationFailureWith200()
,TestLROWithLocationHeaderFailureWith200()
andTestLROPUTWithCanceledState()
inLongRunningOperationsTest
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
toLROOperationTestResponses
The text was updated successfully, but these errors were encountered: