You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ha...@apache.org on 2022/11/13 05:54:07 UTC

[skywalking-banyandb] branch flaky-test updated (c4536f8 -> 57f426b)

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

hanahmily pushed a change to branch flaky-test
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git


    from c4536f8  Correct time line of arbitrary block testing
     add 57f426b  Apply eventually timeout flag to all cases

No new revisions were added by this update.

Summary of changes:
 banyand/liaison/grpc/registry_test.go           |  6 +++---
 banyand/measure/metadata_test.go                | 14 +++++++-------
 banyand/stream/metadata_test.go                 | 14 +++++++-------
 banyand/tsdb/bucket/queue_test.go               |  2 +-
 banyand/tsdb/bucket/strategy_test.go            |  9 +++++----
 banyand/tsdb/shard_test.go                      |  4 ++--
 bydbctl/internal/cmd/group_test.go              |  4 ++--
 bydbctl/internal/cmd/index_rule_binding_test.go |  8 ++++----
 bydbctl/internal/cmd/index_rule_test.go         |  8 ++++----
 bydbctl/internal/cmd/measure_test.go            | 17 +++++++++--------
 bydbctl/internal/cmd/property_test.go           |  4 ++--
 bydbctl/internal/cmd/stream_test.go             | 17 +++++++++--------
 pkg/flow/streaming/flow_sliding_window_test.go  |  7 ++++---
 pkg/flow/streaming/flow_test.go                 |  9 +++++----
 test/cases/measure/data/data.go                 |  3 ++-
 test/cases/measure/measure.go                   |  3 ++-
 test/cases/stream/data/data.go                  |  3 ++-
 test/cases/stream/stream.go                     |  5 +++--
 test/cases/topn/topn.go                         |  3 ++-
 test/integration/other/measure_test.go          |  2 +-
 test/integration/other/tls_test.go              |  2 +-
 21 files changed, 77 insertions(+), 67 deletions(-)