LiteSun commented on pull request #1648: URL: https://github.com/apache/apisix-dashboard/pull/1648#issuecomment-805510890
> > > what would happen when test deleting? > > > > > > Empty the etcd data before each test case to ensure a clean environment. > > I mean, if the ETCD data is cleared before each test, when test deleting a route, it has been cleared before the test starts, then the operation of deleting the route will fail. Well, creating and deleting in a test case does not clear the etcd after the route is created, it clears it before the entire test example starts, and this is done to provide a clean environment for testing. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
