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
fix InstanceDataCollectionCollection_CopyTo by retrying on 0 values (#70119)
* fix InstanceDataCollectionCollection_CopyTo by retrying on 0 values
Previously, when pcc.ReadCategory() returned 0 values, we did not retry,
which broke the test that asserted its length > 0. This time, we retry
when there are 0 values, by triggering the RetryHelper's exception
handler.
Fixes#68291
* add ZeroDataException
* Revert "add ZeroDataException"
This reverts commit 43ba3ad.
* throw xUnitException instead of making a custom one
* no need for if statement
0 commit comments