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

lujiajing pushed a change to branch simple-streaming-api
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git


    from ff6f522  fix measure topn
     add 3b679be  add test skeleton

No new revisions were added by this update.

Summary of changes:
 api/proto/banyandb/measure/v1/topn.pb.go           |  47 +++---
 api/proto/banyandb/measure/v1/topn.pb.validate.go  |  47 +++---
 api/proto/banyandb/measure/v1/topn.proto           |   4 +-
 api/proto/banyandb/model/v1/query.proto            |   2 +-
 banyand/measure/measure_topn.go                    |   7 +
 banyand/measure/measure_topn_test.go               | 118 -------------
 banyand/query/processor_topn.go                    |   4 +-
 docs/api-reference.md                              |   2 +-
 .../stream/testdata/service_cpm_minute_data.json   | 182 ---------------------
 test/cases/{measure => topn}/data/data.go          |  46 +++---
 .../cases/topn/data/input/all.yaml                 |  10 +-
 .../data/testdata/service_cpm_minute_data.json     |   0
 test/cases/{measure => topn}/data/want/all.yaml    |   0
 .../grpc_suite_test.go => test/cases/topn/topn.go  |  29 ++--
 test/integration/query/query_suite_test.go         |  19 ++-
 15 files changed, 121 insertions(+), 396 deletions(-)
 delete mode 100644 banyand/measure/measure_topn_test.go
 delete mode 100644 test/cases/stream/testdata/service_cpm_minute_data.json
 copy test/cases/{measure => topn}/data/data.go (76%)
 copy api/buf.work.yaml => test/cases/topn/data/input/all.yaml (88%)
 copy test/cases/{measure => topn}/data/testdata/service_cpm_minute_data.json 
(100%)
 copy test/cases/{measure => topn}/data/want/all.yaml (100%)
 copy banyand/liaison/grpc/grpc_suite_test.go => test/cases/topn/topn.go (62%)

Reply via email to