Re: [DISCUSS] add e2e test for Apache APISIX manager API

2020-10-28 Thread YuanSheng Wang
nice job! we need a stable version for manager API. use E2E test is a good way. On Tue, Oct 27, 2020 at 10:19 PM JunXu Chen wrote: > I created an issue, and added test cases description in the issue [1] > > Welcome comment on the issue or reply here with any suggestion. > > Thank you. > > > [

Re: [DISCUSS] add e2e test for Apache APISIX manager API

2020-10-27 Thread JunXu Chen
I created an issue, and added test cases description in the issue [1] Welcome comment on the issue or reply here with any suggestion. Thank you. [1] https://github.com/apache/apisix-dashboard/issues/607 On Mon, Oct 26, 2020 at 3:09 PM JunXu Chen wrote: > > Hi, Community, > here is a propos

Re: [DISCUSS] add e2e test for Apache APISIX manager API

2020-10-26 Thread JunXu Chen
Hi, Community, here is a proposal about e2e test : # Background Manager api no longer interacts with admin api, but writes data directly to etcd. At present, we do not have the e2e test cases that cover from dashboard, manager api to Apache APISIX. # Plan 1. e2e test is divided into two part

[DISCUSS] add e2e test for Apache APISIX manager API

2020-10-24 Thread Ming Wen
Hello, dev, The tests in the Apache APISIX dashboard project are all unit tests, and the administrator's control commands are not actually sent to the data nodes of APISIX. This makes me concern about whether the manager API can work with APISIX. So I suggest adding e2e test, run real APISIX data