You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/02/18 12:49:09 UTC

[GitHub] [incubator-apisix] membphis commented on a change in pull request #1134: bugfix: missing `clear` table before to reuse table.

membphis commented on a change in pull request #1134: bugfix: missing `clear` table before to reuse table.
URL: https://github.com/apache/incubator-apisix/pull/1134#discussion_r380650710
 
 

 ##########
 File path: t/admin/routes.t
 ##########
 @@ -1369,6 +1369,7 @@ passed
 location /t {
     content_by_lua_block {
         local t = require("lib.test_admin").test
+        local core = require("apisix.core")
 
 Review comment:
   that is a not related thing. Travis report failed sometimes because of this test case.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services