|
781 | 781 | GET /t |
782 | 782 | --- grep_error_log eval: qr/lua close the global Lua VM \S+ in the cache helper process \d+|lua close the global Lua VM \S+$/ |
783 | 783 | --- grep_error_log_out eval |
784 | | -qr/\Alua close the global Lua VM ([0-9A-F]+) in the cache helper process \d+ |
| 784 | +qr/\A(?:lua close the global Lua VM ([0-9A-F]+) in the cache helper process \d+ |
785 | 785 | lua close the global Lua VM \1 |
786 | 786 | lua close the global Lua VM \1 in the cache helper process \d+ |
787 | 787 | lua close the global Lua VM \1 |
788 | | -(?:lua close the global Lua VM [0-9A-F]+ |
| 788 | +|lua close the global Lua VM ([0-9A-F]+) in the cache helper process \d+ |
| 789 | +lua close the global Lua VM \2 in the cache helper process \d+ |
| 790 | +lua close the global Lua VM \2 |
| 791 | +lua close the global Lua VM \2 |
| 792 | +)(?:lua close the global Lua VM [0-9A-F]+ |
789 | 793 | )*\z/ |
790 | 794 | --- no_error_log |
791 | 795 | [error] |
@@ -815,11 +819,15 @@ start privileged agent process |
815 | 819 | GET /t |
816 | 820 | --- grep_error_log eval: qr/lua close the global Lua VM \S+ in the cache helper process \d+|lua close the global Lua VM \S+$/ |
817 | 821 | --- grep_error_log_out eval |
818 | | -qr/\Alua close the global Lua VM ([0-9A-F]+) in the cache helper process \d+ |
| 822 | +qr/\A(?:lua close the global Lua VM ([0-9A-F]+) in the cache helper process \d+ |
819 | 823 | lua close the global Lua VM \1 |
820 | 824 | lua close the global Lua VM \1 in the cache helper process \d+ |
821 | 825 | lua close the global Lua VM \1 |
822 | | -(?:lua close the global Lua VM [0-9A-F]+ |
| 826 | +|lua close the global Lua VM ([0-9A-F]+) in the cache helper process \d+ |
| 827 | +lua close the global Lua VM \2 in the cache helper process \d+ |
| 828 | +lua close the global Lua VM \2 |
| 829 | +lua close the global Lua VM \2 |
| 830 | +)(?:lua close the global Lua VM [0-9A-F]+ |
823 | 831 | )*\z/ |
824 | 832 | --- no_error_log |
825 | 833 | [error] |
@@ -850,11 +858,15 @@ start privileged agent process |
850 | 858 | GET /t |
851 | 859 | --- grep_error_log eval: qr/lua close the global Lua VM \S+ in the cache helper process \d+|lua close the global Lua VM \S+$/ |
852 | 860 | --- grep_error_log_out eval |
853 | | -qr/\Alua close the global Lua VM ([0-9A-F]+) in the cache helper process \d+ |
| 861 | +qr/\A(?:lua close the global Lua VM ([0-9A-F]+) in the cache helper process \d+ |
854 | 862 | lua close the global Lua VM \1 |
855 | 863 | lua close the global Lua VM \1 in the cache helper process \d+ |
856 | 864 | lua close the global Lua VM \1 |
857 | | -(?:lua close the global Lua VM [0-9A-F]+ |
| 865 | +|lua close the global Lua VM ([0-9A-F]+) in the cache helper process \d+ |
| 866 | +lua close the global Lua VM \2 in the cache helper process \d+ |
| 867 | +lua close the global Lua VM \2 |
| 868 | +lua close the global Lua VM \2 |
| 869 | +)(?:lua close the global Lua VM [0-9A-F]+ |
858 | 870 | )*\z/ |
859 | 871 | --- error_log eval |
860 | 872 | qr/start privileged agent process \d+/ |
|
0 commit comments