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

alexstocks pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git


    from 6bae0d832 test(triple): enhance unit tests for protocol/triple package 
(#3133)
     new 72cd813d0 Change log (#3117)
     new 725897ed9 add the unit test (#3121)
     new b78c47cd8 test(tls): add unit tests for GetServerTlSConfig and 
GetClientTlSConfig (#3125)
     new 9438a1bb2 test: add unit test for global (#3124)
     new 7fadaa8d3 chore(test): add unit tests for registry and proxy (#3126)
     new 652f5298c test: add unit test for server/options.go (#3131)
     new 8d153f575 test(logger): add unit tests to improve coverage (#3119)
     new 010af55de test: add unit test for server/server (#3129)
     new e6cad9c56 test: Add unit tests for graceful_shutdown package (#3128)
     new 1b54257ef test: add unit test for server/action.go server/compat.go 
(#3132)
     new 53d5b516d test: add test cases for `filter` (#3118)

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG.md                                       |  117 +-
 client/action_test.go                              |   99 ++
 client/client_test.go                              |  194 +++
 .../access_key_test.go                             |   36 +-
 filter/adaptivesvc/filter_test.go                  |  130 ++
 filter/adaptivesvc/limiter/hill_climbing_test.go   |   89 +
 .../adaptivesvc/limiter/utils_test.go              |   25 +-
 filter/adaptivesvc/limiter_mapper_test.go          |   71 +
 filter/generic/util_test.go                        |   92 ++
 global/config_test.go                              | 1729 ++++++++++++++++++++
 graceful_shutdown/options_test.go                  |  102 ++
 graceful_shutdown/shutdown_test.go                 |  192 +++
 logger/core/logrus/logrus_test.go                  |   53 +
 logger/core/zap/zap_test.go                        |   88 +
 logger/logger_test.go                              |   23 +
 proxy/proxy_factory/invoker_test.go                |  149 ++
 proxy/proxy_factory/utils_test.go                  |  110 ++
 registry/base_configuration_listener_test.go       |   79 +
 registry/options_test.go                           |   89 +
 registry/service_instance_test.go                  |  132 ++
 server/action_test.go                              |  675 ++++++++
 server/compat_test.go                              |  324 ++++
 server/options_test.go                             |  960 +++++++++++
 server/server_test.go                              |  481 ++++++
 tls/helper_test.go                                 |  388 +++++
 25 files changed, 6340 insertions(+), 87 deletions(-)
 create mode 100644 client/action_test.go
 create mode 100644 client/client_test.go
 copy config_center/dynamic_configuration_test.go => filter/access_key_test.go 
(52%)
 create mode 100644 filter/adaptivesvc/filter_test.go
 create mode 100644 filter/adaptivesvc/limiter/hill_climbing_test.go
 copy config/otel_config_test.go => filter/adaptivesvc/limiter/utils_test.go 
(66%)
 create mode 100644 filter/adaptivesvc/limiter_mapper_test.go
 create mode 100644 filter/generic/util_test.go
 create mode 100644 graceful_shutdown/options_test.go
 create mode 100644 graceful_shutdown/shutdown_test.go
 create mode 100644 proxy/proxy_factory/invoker_test.go
 create mode 100644 proxy/proxy_factory/utils_test.go
 create mode 100644 registry/base_configuration_listener_test.go
 create mode 100644 registry/options_test.go
 create mode 100644 registry/service_instance_test.go
 create mode 100644 server/action_test.go
 create mode 100644 server/compat_test.go
 create mode 100644 server/options_test.go
 create mode 100644 server/server_test.go

Reply via email to