This is an automated email from the ASF dual-hosted git repository.
min pushed a change to branch 0.1-release
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.git.
from f369ec3 remove feature label on service Test
new 0694692 unit test for LoadBalanceController (#279)
new e559efb fix ci failure (#281)
new 9bb1f42 fix loadbalance test issue
new a400503 Merge branch 'develop' into 0.1-release
The 373 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:
.../admin/controller/LoadBalanceController.java | 2 +-
.../dubbo/admin/AbstractSpringIntegrationTest.java | 46 +++----
.../controller/LoadBalanceControllerTest.java | 143 +++++++++++++++++++++
3 files changed, 165 insertions(+), 26 deletions(-)
create mode 100644
dubbo-admin-backend/src/test/java/org/apache/dubbo/admin/controller/LoadBalanceControllerTest.java