You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by ji...@apache.org on 2020/09/08 18:04:22 UTC

[druid] branch master updated (176b715 -> d32d1e7)

This is an automated email from the ASF dual-hosted git repository.

jihoonson pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git.


    from 176b715  Ignore CVEs from htrace and ambari transitive deps (#10353)
     add d32d1e7  Fix result-level caching (#10341)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/druid/query/RetryQueryRunner.java   |  31 ++-
 .../org/apache/druid/client/TestHttpClient.java    |  10 +-
 .../QueryRunnerBasedOnClusteredClientTestBase.java | 255 +++++++++++++++++++
 .../query/ResultLevelCachingQueryRunnerTest.java   | 269 +++++++++++++++++++++
 .../apache/druid/query/RetryQueryRunnerTest.java   | 187 +-------------
 5 files changed, 549 insertions(+), 203 deletions(-)
 create mode 100644 server/src/test/java/org/apache/druid/query/QueryRunnerBasedOnClusteredClientTestBase.java
 create mode 100644 server/src/test/java/org/apache/druid/query/ResultLevelCachingQueryRunnerTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org