Azure / azure-kusto-java

Microsoft Azure Kusto Library for Java
MIT License
38 stars 43 forks source link

Test why 60s timeout/TearDown is failing2 #366

Closed yihezkel closed 1 month ago

yihezkel commented 5 months ago

Added

Changed

Fixed

github-actions[bot] commented 5 months ago

Test Results

322 tests  +138   313 :white_check_mark: +129   3m 14s :stopwatch: + 2m 53s  25 suites +  7     8 :zzz: +  8   25 files   +  7     1 :x: +  1 

For more details on these failures, see this check.

Results for commit 7c55c0a7. ± Comparison against base commit 73611380.

github-actions[bot] commented 5 months ago

Test Results

152 tests   - 169   152 :white_check_mark:  - 161   20s :stopwatch: - 4m 1s  16 suites  -   9     0 :zzz:  -   8   16 files    -   9     0 :x: ±  0 

Results for commit 5f2a8960. ± Comparison against base commit 25af8f90.

This pull request removes 171 and adds 2 tests. Note that renamed tests count towards both. ``` com.microsoft.azure.kusto.ingest.AzureStorageClientTest ‑ UploadStreamToBlob_NullInputStream_IllegalArgumentException com.microsoft.azure.kusto.ingest.AzureStorageClientTest ‑ compressAndStream_NullBlob_IllegalArgumentException com.microsoft.azure.kusto.ingest.AzureStorageClientTest ‑ compressAndStream_NullStream_IllegalArgumentException com.microsoft.azure.kusto.ingest.AzureStorageClientTest ‑ compressAndUploadFileToBlob_NullBlob_IllegalArgumentException com.microsoft.azure.kusto.ingest.AzureStorageClientTest ‑ compressAndUploadFileToBlob_NullFilePath_IllegalArgumentException com.microsoft.azure.kusto.ingest.AzureStorageClientTest ‑ postMessageToQueue_NullContent_IllegalArgumentException com.microsoft.azure.kusto.ingest.AzureStorageClientTest ‑ postMessageToQueue_NullEntity_IllegalArgumentException com.microsoft.azure.kusto.ingest.AzureStorageClientTest ‑ postMessageToQueue_NullQueuePath_IllegalArgumentException com.microsoft.azure.kusto.ingest.AzureStorageClientTest ‑ postMessageToQueue_NullTableUri_IllegalArgumentException com.microsoft.azure.kusto.ingest.AzureStorageClientTest ‑ uploadFileToBlob_NullBlob_IllegalArgumentException … ``` ``` com.microsoft.azure.kusto.ingest.ResourceManagerTest ‑ getIngestionResource_AggregationQueue_VerifyRoundRubin com.microsoft.azure.kusto.ingest.ResourceManagerTest ‑ getIngestionResource_TempStorage_VerifyRoundRubin ```

:recycle: This comment has been updated with latest results.