Azure / azure-kusto-java

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

Stop tests from depending on table row store being sealed #380

Closed yihezkel closed 3 months ago

yihezkel commented 3 months ago

Changed

Stop tests from depending on table row store being sealed, to shorten E2E runtime, and prevent timeouts even with the new HTTP client.

github-actions[bot] commented 3 months ago

Test Results

321 tests  ±0   313 :white_check_mark: ±0   3m 7s :stopwatch: - 1m 14s  25 suites ±0     8 :zzz: ±0   25 files   ±0     0 :x: ±0 

Results for commit f926e070. ± Comparison against base commit 25af8f90.

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

AsafMah commented 3 months ago

In a lot of other places in the SDK and others, we run a ".clear database cache streamingingestion schema"

Could it work for this case?

yihezkel commented 3 months ago

In a lot of other places in the SDK and others, we run a ".clear database cache streamingingestion schema"

Could it work for this case?

Valentina said that command wouldn't help