Skip to content

Commit 411a9ae

Browse files
tests: 124-init-worker.t: made the test robust by changing the match pattern for TEST 22. (openresty#1817)
1 parent 4653f21 commit 411a9ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

t/124-init-worker.t

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -884,6 +884,10 @@ lua close the global Lua VM \2
884884
lua close the global Lua VM \3 in the cache helper process \d+
885885
lua close the global Lua VM \3
886886
lua close the global Lua VM \3 in the cache helper process \d+
887+
|lua close the global Lua VM ([0-9A-F]+)
888+
lua close the global Lua VM \4 in the cache helper process \d+
889+
lua close the global Lua VM \4 in the cache helper process \d+
890+
lua close the global Lua VM \4
887891
)(?:lua close the global Lua VM [0-9A-F]+
888892
)*\z/
889893
--- error_log eval

0 commit comments

Comments
 (0)