Azure / azure-kusto-java

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

Kotlin POC #362

Closed AsafMah closed 3 months ago

AsafMah commented 6 months ago

Added

Changed

Fixed

github-actions[bot] commented 6 months ago

Test Results

194 tests   - 127   194 :white_check_mark:  - 119   22s :stopwatch: - 2m 56s  19 suites  -   6     0 :zzz:  -   8   19 files    -   6     0 :x: ±  0 

Results for commit 289de77d. ± Comparison against base commit 73611380.

This pull request removes 137 and adds 10 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 … ``` ``` UriUtilsTest ‑ appendPathToUriAppendsPathToUri UriUtilsTest ‑ getSasAndEndpointFromResourceURLReturnsEndpointAndQuery UriUtilsTest ‑ isLocalAddressReturnsFalseForNonLocalAddress UriUtilsTest ‑ isLocalAddressReturnsTrueForLocalhost UriUtilsTest ‑ isLocalAddressReturnsTrueForLoopbackAddress UriUtilsTest ‑ removeExtensionRemovesFileExtension UriUtilsTest ‑ setPathForUriAddsPathAndTrailingSlashToUriWhenEnsureTrailingSlashIsTrue UriUtilsTest ‑ setPathForUriAddsPathToUri UriUtilsTest ‑ stripFileNameFromCommandLineReturnsFileName UriUtilsTest ‑ stripFileNameFromCommandLineReturnsNullForNullInput ```

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