Azure / azure-kusto-java

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

Fix method name capitalization and other non-functional changes #328

Closed yihezkel closed 1 year ago

yihezkel commented 1 year ago

Added

Changed

Fixed

Method name capitalization and other non-functional changes

github-actions[bot] commented 1 year ago

Test Results

371 tests  ±0   365 :heavy_check_mark: ±0   1h 48m 37s :stopwatch: +39s   24 suites ±0       6 :zzz: ±0    24 files   ±0       0 :x: ±0 

Results for commit 4f7f5695. ± Comparison against base commit 1398520a.

This pull request removes 212 and adds 212 tests. Note that renamed tests count towards both. ``` com.microsoft.azure.kusto.data.KustoDateTimeTest ‑ KustoResultSet com.microsoft.azure.kusto.data.UncloseableStreamTest ‑ TestMarkSupported_MatchesInnerMarkSupported com.microsoft.azure.kusto.data.UncloseableStreamTest ‑ WheMarkThenClose_ThenInnerStreamIsNotClosed com.microsoft.azure.kusto.data.UncloseableStreamTest ‑ WhenAvailableThenClose_ThenInnerStreamIsNotClosed com.microsoft.azure.kusto.data.UncloseableStreamTest ‑ WhenClose_ThenInnerStreamIsNotClosed com.microsoft.azure.kusto.data.UncloseableStreamTest ‑ WhenReadThenClose_ThenInnerStreamIsNotClosed com.microsoft.azure.kusto.data.UncloseableStreamTest ‑ WhenResetThenClose_ThenInnerStreamIsNotClosed com.microsoft.azure.kusto.data.UncloseableStreamTest ‑ WhenSkipThenClose_ThenInnerStreamIsNotClosed com.microsoft.azure.kusto.ingest.AzureStorageClientTest ‑ CompressAndStream_NullBlob_IllegalArgumentException com.microsoft.azure.kusto.ingest.AzureStorageClientTest ‑ CompressAndStream_NullStream_IllegalArgumentException … ``` ``` com.microsoft.azure.kusto.data.KustoDateTimeTest ‑ kustoResultSet com.microsoft.azure.kusto.data.UncloseableStreamTest ‑ testMarkSupported_MatchesInnerMarkSupported com.microsoft.azure.kusto.data.UncloseableStreamTest ‑ whenAvailableThenClose_ThenInnerStreamIsNotClosed com.microsoft.azure.kusto.data.UncloseableStreamTest ‑ whenClose_ThenInnerStreamIsNotClosed com.microsoft.azure.kusto.data.UncloseableStreamTest ‑ whenMarkThenClose_ThenInnerStreamIsNotClosed com.microsoft.azure.kusto.data.UncloseableStreamTest ‑ whenReadThenClose_ThenInnerStreamIsNotClosed com.microsoft.azure.kusto.data.UncloseableStreamTest ‑ whenResetThenClose_ThenInnerStreamIsNotClosed com.microsoft.azure.kusto.data.UncloseableStreamTest ‑ whenSkipThenClose_ThenInnerStreamIsNotClosed com.microsoft.azure.kusto.ingest.AzureStorageClientTest ‑ compressAndStream_NullBlob_IllegalArgumentException com.microsoft.azure.kusto.ingest.AzureStorageClientTest ‑ compressAndStream_NullStream_IllegalArgumentException … ```

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

codecov[bot] commented 1 year ago

Codecov Report

Merging #328 (4f7f569) into master (1398520) will not change coverage. The diff coverage is 0.00%.

@@            Coverage Diff            @@
##             master     #328   +/-   ##
=========================================
  Coverage     58.79%   58.79%           
  Complexity      821      821           
=========================================
  Files           108      108           
  Lines          4041     4041           
  Branches        423      423           
=========================================
  Hits           2376     2376           
  Misses         1476     1476           
  Partials        189      189           
Files Coverage Δ
...crosoft/azure/kusto/data/KustoOperationResult.java 0.00% <0.00%> (ø)