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