File tree 1 file changed +19
-1
lines changed
1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use Test::Nginx::Socket;
5
5
6
6
repeat_each(1);
7
7
8
- plan tests => repeat_each() * blocks();
8
+ plan tests => repeat_each() * 2 * blocks();
9
9
10
10
$ENV {TEST_NGINX_POSTGRESQL_HOST } ||= ' 127.0.0.1' ;
11
11
$ENV {TEST_NGINX_POSTGRESQL_PORT } ||= 5432;
@@ -36,6 +36,8 @@ __DATA__
36
36
GET /init
37
37
--- error_code: 200
38
38
--- timeout: 10
39
+ --- no_error_log
40
+ [error]
39
41
40
42
41
43
@@ -50,6 +52,8 @@ GET /init
50
52
GET /init
51
53
--- error_code: 200
52
54
--- timeout: 10
55
+ --- no_error_log
56
+ [error]
53
57
54
58
55
59
@@ -64,6 +68,8 @@ GET /init
64
68
GET /init
65
69
--- error_code: 200
66
70
--- timeout: 10
71
+ --- no_error_log
72
+ [error]
67
73
68
74
69
75
@@ -78,6 +84,8 @@ GET /init
78
84
GET /init
79
85
--- error_code: 200
80
86
--- timeout: 10
87
+ --- no_error_log
88
+ [error]
81
89
82
90
83
91
@@ -95,6 +103,8 @@ GET /init
95
103
GET /init
96
104
--- error_code: 200
97
105
--- timeout: 10
106
+ --- no_error_log
107
+ [error]
98
108
99
109
100
110
@@ -109,6 +119,8 @@ GET /init
109
119
GET /init
110
120
--- error_code: 200
111
121
--- timeout: 10
122
+ --- no_error_log
123
+ [error]
112
124
113
125
114
126
@@ -126,6 +138,8 @@ GET /init
126
138
GET /init
127
139
--- error_code: 200
128
140
--- timeout: 10
141
+ --- no_error_log
142
+ [error]
129
143
130
144
131
145
@@ -140,6 +154,8 @@ GET /init
140
154
GET /init
141
155
--- error_code: 200
142
156
--- timeout: 10
157
+ --- no_error_log
158
+ [error]
143
159
144
160
145
161
@@ -154,3 +170,5 @@ GET /init
154
170
GET /init
155
171
--- error_code: 200
156
172
--- timeout: 10
173
+ --- no_error_log
174
+ [error]
You can’t perform that action at this time.
0 commit comments