uber / aresdb

A GPU-powered real-time analytics storage and query engine.
https://eng.uber.com/aresdb/
Apache License 2.0
3.01k stars 234 forks source link

add broker requestID #254

Closed shz117 closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #254 into master will increase coverage by 0.08%. The diff coverage is 85.1%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #254      +/-   ##
==========================================
+ Coverage    68.8%   68.89%   +0.08%     
==========================================
  Files         162      162              
  Lines       22494    22510      +16     
==========================================
+ Hits        15478    15508      +30     
+ Misses       5800     5785      -15     
- Partials     1216     1217       +1
Impacted Files Coverage Δ
broker/query_compiler.go 59.45% <ø> (ø) :arrow_up:
broker/executor.go 0% <0%> (ø) :arrow_up:
broker/query_plan_agg.go 84.3% <100%> (+0.58%) :arrow_up:
datanode/client/query_client.go 60.86% <66.66%> (+0.57%) :arrow_up:
broker/handler.go 10.44% <75%> (+10.44%) :arrow_up:
broker/query_plan_non_agg.go 76.03% <77.77%> (-0.24%) :arrow_down:
subscriber/common/job/driver.go 71.98% <0%> (+1.41%) :arrow_up:
controller/mutators/etcd/schema_mutator.go 60.94% <0%> (+1.77%) :arrow_up:
memstore/backfill_manager.go 92.07% <0%> (+4.95%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f25da26...0e96249. Read the comment docs.