azure-kusto-python icon indicating copy to clipboard operation
azure-kusto-python copied to clipboard

Added closability to the clients

Open AsafMah opened this issue 3 years ago • 2 comments

Adds the option the close all query and ingest clients.

AsafMah avatar Sep 12 '22 12:09 AsafMah

Unit Test Results

    4 files  ±0      4 suites  ±0   8m 47s :stopwatch: + 1m 40s   25 tests ±0    25 :heavy_check_mark: ±0  0 :zzz: ±0  0 :x: ±0  100 runs  ±0  100 :heavy_check_mark: ±0  0 :zzz: ±0  0 :x: ±0 

Results for commit 138111ad. ± Comparison against base commit 708ef301.

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

github-actions[bot] avatar Sep 12 '22 12:09 github-actions[bot]

Codecov Report

Merging #418 (138111a) into master (708ef30) will increase coverage by 0.24%. The diff coverage is 81.03%.

@@            Coverage Diff             @@
##           master     #418      +/-   ##
==========================================
+ Coverage   67.26%   67.51%   +0.24%     
==========================================
  Files          38       38              
  Lines        2997     3078      +81     
==========================================
+ Hits         2016     2078      +62     
- Misses        981     1000      +19     
Impacted Files Coverage Δ
...re-kusto-data/azure/kusto/data/_token_providers.py 50.99% <50.00%> (-0.55%) :arrow_down:
...to-ingest/azure/kusto/ingest/base_ingest_client.py 89.13% <58.82%> (-3.28%) :arrow_down:
azure-kusto-data/azure/kusto/data/exceptions.py 41.96% <66.66%> (+0.67%) :arrow_up:
...re/kusto/ingest/managed_streaming_ingest_client.py 68.49% <81.25%> (+0.23%) :arrow_up:
azure-kusto-data/azure/kusto/data/aio/client.py 73.95% <92.85%> (+0.62%) :arrow_up:
...e-kusto-ingest/azure/kusto/ingest/ingest_client.py 65.59% <93.33%> (+2.06%) :arrow_up:
azure-kusto-data/azure/kusto/data/client.py 82.45% <94.11%> (+1.08%) :arrow_up:
azure-kusto-data/azure/kusto/data/client_base.py 77.14% <100.00%> (+1.38%) :arrow_up:
azure-kusto-data/azure/kusto/data/security.py 50.00% <100.00%> (+1.47%) :arrow_up:
...sto-ingest/azure/kusto/ingest/_resource_manager.py 86.00% <100.00%> (+0.28%) :arrow_up:
... and 1 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov[bot] avatar Sep 13 '22 10:09 codecov[bot]