File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Expand file tree Collapse file tree 2 files changed +24
-2
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_MYSQL_PORT } ||= 3306;
11
11
$ENV {TEST_NGINX_POSTGRESQL_PORT } ||= 5432;
@@ -42,6 +42,8 @@ __DATA__
42
42
GET /init
43
43
--- error_code: 200
44
44
--- timeout: 10
45
+ --- no_error_log
46
+ [error]
45
47
46
48
47
49
@@ -56,6 +58,8 @@ GET /init
56
58
GET /init
57
59
--- error_code: 200
58
60
--- timeout: 10
61
+ --- no_error_log
62
+ [error]
59
63
60
64
61
65
@@ -70,6 +74,8 @@ GET /init
70
74
GET /init
71
75
--- error_code: 200
72
76
--- timeout: 10
77
+ --- no_error_log
78
+ [error]
73
79
74
80
75
81
@@ -84,6 +90,8 @@ GET /init
84
90
GET /init
85
91
--- error_code: 200
86
92
--- timeout: 10
93
+ --- no_error_log
94
+ [error]
87
95
88
96
89
97
@@ -98,6 +106,8 @@ GET /init
98
106
GET /init
99
107
--- error_code: 200
100
108
--- timeout: 10
109
+ --- no_error_log
110
+ [error]
101
111
102
112
103
113
@@ -112,6 +122,8 @@ GET /init
112
122
GET /init
113
123
--- error_code: 200
114
124
--- timeout: 10
125
+ --- no_error_log
126
+ [error]
115
127
116
128
117
129
@@ -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,4 +154,6 @@ GET /init
140
154
GET /init
141
155
--- error_code: 200
142
156
--- timeout: 10
157
+ --- no_error_log
158
+ [error]
143
159
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use Test::Nginx::Socket;
5
5
6
6
# repeat_each(100);
7
7
8
- plan tests => repeat_each() * 3 * blocks();
8
+ plan tests => repeat_each() * 4 * blocks();
9
9
10
10
$ENV {TEST_NGINX_MEMCACHED_PORT } ||= 11211;
11
11
$ENV {TEST_NGINX_MYSQL_PORT } ||= 3306;
@@ -27,6 +27,8 @@ Content-Type: text/plain
27
27
--- request
28
28
GET /flush
29
29
--- response_body eval: "OK\r\n"
30
+ --- no_error_log
31
+ [error]
30
32
31
33
32
34
@@ -62,6 +64,8 @@ GET /cats
62
64
Content-Type: application/json
63
65
--- response_body chomp
64
66
[{"id":2,"name":null},{"id":3,"name":"bob"}]
67
+ --- no_error_log
68
+ [error]
65
69
66
70
67
71
@@ -97,4 +101,6 @@ GET /cats
97
101
Content-Type: application/json
98
102
--- response_body chomp
99
103
[{"id":2,"name":null},{"id":3,"name":"bob"}]
104
+ --- no_error_log
105
+ [error]
100
106
You can’t perform that action at this time.
0 commit comments