You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by lu...@apache.org on 2023/03/05 12:09:36 UTC

[skywalking-banyandb] branch topn-oap-integration updated (38d3841c -> 9e5c39b6)

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

lujiajing pushed a change to branch topn-oap-integration
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git


    from 38d3841c fix streaming test
     add c7eb384b fix test cases
     add 9e5c39b6 add missing

No new revisions were added by this update.

Summary of changes:
 banyand/liaison/grpc/measure.go                    | 10 +++-----
 banyand/measure/measure_topn.go                    | 18 +++++++------
 banyand/measure/measure_write.go                   |  2 +-
 banyand/query/processor_topn.go                    | 21 ++++++++++++---
 banyand/tsdb/seriesdb.go                           |  4 +++
 .../service_cpm_minute_nogroup_top100.json         | 14 ----------
 ...ervice_instance_cpm_minute_top_bottom_100.json} |  6 ++---
 ....json => service_instance_cpm_minute_data.json} | 30 ++++++++++++++++++++++
 ...json => service_instance_cpm_minute_data1.json} | 30 ++++++++++++++++++++++
 ...json => service_instance_cpm_minute_data2.json} | 10 ++++++++
 test/cases/topn/data/input/aggr_desc.yaml          |  2 +-
 test/cases/topn/data/input/asc.yaml                |  2 +-
 .../cases/topn/data/input/condition_aggr_desc.yaml |  6 ++---
 test/cases/topn/data/input/desc.yaml               |  2 +-
 test/cases/topn/data/want/aggr_desc.yaml           |  6 ++---
 test/cases/topn/data/want/asc.yaml                 | 12 ++++-----
 test/cases/topn/data/want/condition_aggr_desc.yaml |  4 +--
 test/cases/topn/data/want/desc.yaml                | 12 ++++-----
 test/integration/cold_query/query_suite_test.go    |  3 +++
 test/integration/query/query_suite_test.go         |  3 +++
 20 files changed, 138 insertions(+), 59 deletions(-)
 delete mode 100644 pkg/test/measure/testdata/topn_aggregations/service_cpm_minute_nogroup_top100.json
 rename pkg/test/measure/testdata/topn_aggregations/{service_cpm_minute_top_bottom100.json => service_instance_cpm_minute_top_bottom_100.json} (65%)
 copy test/cases/measure/data/testdata/{service_cpm_minute_data.json => service_instance_cpm_minute_data.json} (81%)
 copy test/cases/measure/data/testdata/{service_cpm_minute_data1.json => service_instance_cpm_minute_data1.json} (82%)
 copy test/cases/measure/data/testdata/{service_cpm_minute_data2.json => service_instance_cpm_minute_data2.json} (82%)