2 instantiations of RetryableTestException
Aspire.Hosting.Azure.Kusto.Tests (2)
KustoFunctionalTests.cs (2)
84
throw new
RetryableTestException
("Expected to read a row from the Kusto query, but no rows were returned.");
158
throw new
RetryableTestException
("Expected to read rows from the Kusto query, but no rows were returned.");
1 reference to RetryableTestException
Aspire.Hosting.Azure.Kusto.Tests (1)
KustoFunctionalTests.cs (1)
36
ShouldHandle = new PredicateBuilder().Handle<KustoRequestThrottledException>().Handle<
RetryableTestException
>(),