This is an automated email from the ASF dual-hosted git repository.
bzp2010 pushed a change to branch next
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
from 27ada433 Merge branch 'master' into next
add beb11273 test: move service unit cases to e2e (#2525)
No new revisions were added by this update.
Summary of changes:
api/internal/handler/service/service_test.go | 941 ---------------------
api/test/e2e/service/service_suite_test.go | 12 +-
api/test/e2e/service/service_test.go | 748 ++--------------
.../service_with_plugin_test.go} | 129 +--
.../e2e/service/service_without_plugin_test.go | 102 +++
5 files changed, 233 insertions(+), 1699 deletions(-)
delete mode 100644 api/internal/handler/service/service_test.go
copy api/test/e2e/{trace/route_with_skywalking_test.go =>
service/service_with_plugin_test.go} (50%)
create mode 100644 api/test/e2e/service/service_without_plugin_test.go