2 instantiations of RetryableTestException
Aspire.Hosting.Azure.Kusto.Tests (2)
KustoFunctionalTests.cs (2)
85throw new RetryableTestException("Expected to read a row from the Kusto query, but no rows were returned."); 160throw 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)
36ShouldHandle = new PredicateBuilder().Handle<KustoRequestThrottledException>().Handle<RetryableTestException>(),