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

hanahmily pushed a change to branch 
fix/trace-block-writer-out-of-order-timestamps
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git


    from 8b9b9a83e Merge branch 'main' into 
fix/trace-block-writer-out-of-order-timestamps
     add 4206e0ee6 test(bydbctl): avoid race-prone stdout capture in command 
tests (#1105)
     add 0476af0fe Merge branch 'main' into 
fix/trace-block-writer-out-of-order-timestamps

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         |   1 +
 bydbctl/internal/cmd/analyze.go                    |  12 +-
 bydbctl/internal/cmd/analyze_test.go               |  13 +-
 bydbctl/internal/cmd/auth_test.go                  |  24 ++-
 bydbctl/internal/cmd/group.go                      |  37 ++--
 bydbctl/internal/cmd/group_test.go                 |  74 ++++---
 bydbctl/internal/cmd/health_check.go               |   6 +-
 bydbctl/internal/cmd/health_check_test.go          |  68 +++---
 bydbctl/internal/cmd/index_rule.go                 |  40 ++--
 bydbctl/internal/cmd/index_rule_binding.go         |  40 ++--
 bydbctl/internal/cmd/index_rule_binding_test.go    | 100 +++++----
 bydbctl/internal/cmd/index_rule_test.go            | 100 +++++----
 bydbctl/internal/cmd/measure.go                    |  34 ++-
 bydbctl/internal/cmd/measure_test.go               | 122 +++++++----
 bydbctl/internal/cmd/property.go                   |  40 ++--
 bydbctl/internal/cmd/property_test.go              | 236 +++++++++++++--------
 bydbctl/internal/cmd/rest.go                       |  14 +-
 bydbctl/internal/cmd/root.go                       |   5 +-
 bydbctl/internal/cmd/stream.go                     |  34 ++-
 bydbctl/internal/cmd/stream_test.go                | 122 +++++++----
 bydbctl/internal/cmd/topn.go                       |  34 ++-
 bydbctl/internal/cmd/topn_test.go                  | 148 ++++++++-----
 bydbctl/internal/cmd/trace.go                      |  42 ++--
 bydbctl/internal/cmd/trace_test.go                 | 122 +++++++----
 bydbctl/internal/cmd/use.go                        |   4 +-
 .../internal/cmd/use_test.go                       |  53 +++--
 dist/LICENSE                                       |   1 -
 .../license-github.com-zenizh-go-capturer.txt      |  21 --
 go.mod                                             |   1 -
 go.sum                                             |   2 -
 30 files changed, 888 insertions(+), 662 deletions(-)
 copy pkg/meter/scope_test.go => bydbctl/internal/cmd/use_test.go (52%)
 delete mode 100644 dist/licenses/license-github.com-zenizh-go-capturer.txt

Reply via email to