Skip to content

Commit 7c5b11d

Browse files
committed
tests: 124-init-worker.t: fixed a few failing test cases.
1 parent a3ac3f5 commit 7c5b11d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

t/124-init-worker.t

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -791,6 +791,10 @@ lua close the global Lua VM \1
791791
lua close the global Lua VM \2 in the cache helper process \d+
792792
lua close the global Lua VM \2
793793
lua close the global Lua VM \2
794+
|lua close the global Lua VM ([0-9A-F]+)
795+
lua close the global Lua VM \3 in the cache helper process \d+
796+
lua close the global Lua VM \3
797+
lua close the global Lua VM \3 in the cache helper process \d+
794798
)(?:lua close the global Lua VM [0-9A-F]+
795799
)*\z/
796800
--- no_error_log
@@ -829,6 +833,10 @@ lua close the global Lua VM \1
829833
lua close the global Lua VM \2 in the cache helper process \d+
830834
lua close the global Lua VM \2
831835
lua close the global Lua VM \2
836+
|lua close the global Lua VM ([0-9A-F]+)
837+
lua close the global Lua VM \3 in the cache helper process \d+
838+
lua close the global Lua VM \3
839+
lua close the global Lua VM \3 in the cache helper process \d+
832840
)(?:lua close the global Lua VM [0-9A-F]+
833841
)*\z/
834842
--- no_error_log
@@ -868,6 +876,10 @@ lua close the global Lua VM \1
868876
lua close the global Lua VM \2 in the cache helper process \d+
869877
lua close the global Lua VM \2
870878
lua close the global Lua VM \2
879+
|lua close the global Lua VM ([0-9A-F]+)
880+
lua close the global Lua VM \3 in the cache helper process \d+
881+
lua close the global Lua VM \3
882+
lua close the global Lua VM \3 in the cache helper process \d+
871883
)(?:lua close the global Lua VM [0-9A-F]+
872884
)*\z/
873885
--- error_log eval

0 commit comments

Comments
 (0)