You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by me...@apache.org on 2020/11/09 15:24:05 UTC

[apisix-dashboard] branch v2.0 updated (a5ab0b3 -> 2635513)

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

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


    from a5ab0b3  fix: an error will occur if `pass_host` is set to `node` when creating upstream (#750)
     add 2635513  test: add e2e test cases for upstream (#738)

No new revisions were added by this update.

Summary of changes:
 api/test/e2e/base.go          |  13 ++-
 api/test/e2e/ssl_test.go      |   2 +-
 api/test/e2e/upstream_test.go | 242 ++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 254 insertions(+), 3 deletions(-)
 create mode 100644 api/test/e2e/upstream_test.go