bzp2010 commented on PR #2480:
URL: 
https://github.com/apache/apisix-dashboard/pull/2480#issuecomment-1164173782

   ### About test
   
   Import using the new `Data Loader` interface. The imported target is the 
API101 OAS document, which contains three APIs, two of which have two HTTP 
methods each, thus generating three routes and one upstream in merged method 
mode and five routes and one upstream in non-merged mode.
   
   For routes a pre-check is performed before writing the data to make sure 
there are no duplicate routes with the same effect; for upstream, the detection 
is performed only at the time of writing. Therefore, if the route is 
duplicated, none of it will be written; if the upstream is duplicated, the 
route will be written and the upstream will fail to write.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to