You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by to...@apache.org on 2021/06/01 10:44:33 UTC

[apisix] branch master updated: test: make t/config-center-yaml/plugin.t stable (#4352)

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

tokers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 397044a  test: make t/config-center-yaml/plugin.t stable (#4352)
397044a is described below

commit 397044a8443145734bc014824285fedb60aaa087
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Tue Jun 1 18:44:23 2021 +0800

    test: make t/config-center-yaml/plugin.t stable (#4352)
    
    Signed-off-by: spacewander <sp...@gmail.com>
---
 t/config-center-yaml/plugin.t | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/t/config-center-yaml/plugin.t b/t/config-center-yaml/plugin.t
index f19dc98..f3246b9 100644
--- a/t/config-center-yaml/plugin.t
+++ b/t/config-center-yaml/plugin.t
@@ -106,15 +106,9 @@ GET /hello
 hello world
 --- grep_error_log eval
 qr/loaded plugin and sort by priority: \d+ name: [^,]+/
---- grep_error_log_out
-loaded plugin and sort by priority: 3000 name: ip-restriction
-loaded plugin and sort by priority: 2510 name: jwt-auth
-loaded plugin and sort by priority: 3000 name: ip-restriction
-loaded plugin and sort by priority: 2510 name: jwt-auth
-loaded plugin and sort by priority: 3000 name: ip-restriction
-loaded plugin and sort by priority: 2510 name: jwt-auth
-loaded plugin and sort by priority: 3000 name: ip-restriction
-loaded plugin and sort by priority: 2510 name: jwt-auth
+--- grep_error_log_out eval
+qr/(loaded plugin and sort by priority: (3000 name: ip-restriction|2510 name: jwt-auth)
+){4}/