Skip to content

Commit f998256

Browse files
committed
reindexed the 025-codecache.t test file.
1 parent 2063a94 commit f998256

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

t/025-codecache.t

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ qr/\[alert\] \S+ lua_code_cache is off; this will hurt performance/
118118

119119

120120

121-
122121
=== TEST 4: code cache explicitly off (server level)
123122
--- config
124123
lua_code_cache off;
@@ -154,7 +153,6 @@ qr/\[alert\] \S+ lua_code_cache is off; this will hurt performance/
154153

155154

156155

157-
158156
=== TEST 5: code cache explicitly off (server level) but be overridden in the location
159157
--- config
160158
lua_code_cache off;
@@ -441,7 +439,6 @@ qr/\[alert\] \S+ lua_code_cache is off; this will hurt performance/
441439

442440

443441

444-
445442
=== TEST 13: no clear builtin lib "string"
446443
--- config
447444
location /lua {
@@ -467,7 +464,6 @@ qr/\[alert\] \S+ lua_code_cache is off; this will hurt performance/
467464

468465

469466

470-
471467
=== TEST 14: no clear builtin lib "string"
472468
--- http_config eval
473469
"lua_package_path '$::HtmlDir/?.lua;./?.lua';"
@@ -504,7 +500,6 @@ qr/\[alert\] \S+ lua_code_cache is off; this will hurt performance/
504500

505501

506502

507-
508503
=== TEST 15: skip luarocks
509504
--- http_config eval
510505
"lua_package_path '$::HtmlDir/?.lua;./?.lua';
@@ -555,7 +550,6 @@ qr/\[alert\] \S+ lua_code_cache is off; this will hurt performance/
555550

556551

557552

558-
559553
=== TEST 16: skip luarocks*
560554
--- http_config eval
561555
"lua_package_path '$::HtmlDir/?.lua;./?.lua';
@@ -606,7 +600,6 @@ qr/\[alert\] \S+ lua_code_cache is off; this will hurt performance/
606600

607601

608602

609-
610603
=== TEST 17: clear _G table
611604
--- http_config eval
612605
"lua_package_path '$::HtmlDir/?.lua;./?.lua';"
@@ -631,7 +624,6 @@ qr/\[alert\] \S+ lua_code_cache is off; this will hurt performance/
631624

632625

633626

634-
635627
=== TEST 18: github #257: globals cleared when code cache off
636628
--- http_config
637629
lua_code_cache off;

0 commit comments

Comments
 (0)