You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2022/01/01 08:39:45 UTC

[apisix-dashboard] branch master updated (51a365b -> bf8476b)

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

juzhiyuan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git.


    from 51a365b  test: migrate auth e2e to ginkgo implement (#2273)
     add bf8476b  test: migrage trace e2e to ginkgo implement (#2272)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/backend-e2e-test.yml             |  28 ----
 .../e2e/skywalking/route_with_trace_plugin_test.go | 165 ---------------------
 .../e2enew/trace/route_with_skywalking_test.go     | 157 ++++++++++++++++++++
 .../trace_suite_test.go}                           |   6 +-
 4 files changed, 160 insertions(+), 196 deletions(-)
 delete mode 100644 api/test/e2e/skywalking/route_with_trace_plugin_test.go
 create mode 100644 api/test/e2enew/trace/route_with_skywalking_test.go
 copy api/test/e2enew/{auth/auth_suite_test.go => trace/trace_suite_test.go} (92%)