~spuul/nginx/trunk

« back to all changes in this revision

Viewing changes to debian/modules/nginx-lua/t/049-gmatch-jit.t

  • Committer: Package Import Robot
  • Author(s): Christos Trochalakis, Christos Trochalakis
  • Date: 2014-02-13 11:41:49 UTC
  • mfrom: (1.3.32)
  • mto: This revision was merged to the branch mainline in revision 72.
  • Revision ID: package-import@ubuntu.com-20140213114149-tkp78c45rzu3wr6y
Tags: 1.4.5-1
[ Christos Trochalakis ]
* New upstream release.
* debian/modules/nginx-lua:
  + Update nginx-lua to v0.9.4
* debian/nginx-naxsi-ui.preinst:
  + Fix exit status issue (Closes: #735152)
* debian/control:
  + Fix arch:all to arch:any dependencies
  + Make nginx depend on specific flavor version
* debian/nginx-*.postinst:
  + Make nginx start by default (Closes: #735551)
* debian/nginx-*.prerm:
  + No need to check for invoke-rc.d,
    correctly set the exit code on error
* debian/nginx-common.nginx.init:
  + Rewrite some parts of the initscript
  + Introduce rotate command
  + Introduce upgrade command

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# vim:set ft= ts=4 sw=4 et fdm=marker:
2
2
use lib 'lib';
3
 
use Test::Nginx::Socket;
 
3
use Test::Nginx::Socket::Lua;
4
4
 
5
5
#worker_connections(1014);
6
6
#master_on();
123
123
--- response_body
124
124
hello
125
125
world
126
 
--- error_log
127
 
pcre JIT compiling result: 1
 
126
 
 
127
--- grep_error_log eval
 
128
qr/pcre JIT compiling result: \d+/
 
129
 
 
130
--- grep_error_log_out eval
 
131
["pcre JIT compiling result: 1\n", ""]
128
132
 
129
133
 
130
134
 
149
153
nil
150
154
nil
151
155
nil
152
 
--- error_log
153
 
pcre JIT compiling result: 1
 
156
 
 
157
--- grep_error_log eval
 
158
qr/pcre JIT compiling result: \d+/
 
159
 
 
160
--- grep_error_log_out eval
 
161
["pcre JIT compiling result: 1\n", ""]
154
162
 
155
163
 
156
164
 
166
174
    GET /re
167
175
--- response_body
168
176
done
169
 
--- error_log
170
 
pcre JIT compiling result: 1
 
177
 
 
178
--- grep_error_log eval
 
179
qr/pcre JIT compiling result: \d+/
 
180
 
 
181
--- grep_error_log_out eval
 
182
["pcre JIT compiling result: 1\n", ""]
171
183
 
172
184
 
173
185
 
188
200
    GET /re
189
201
--- response_body
190
202
hello
191
 
--- error_log
192
 
pcre JIT compiling result: 1
 
203
 
 
204
--- grep_error_log eval
 
205
qr/pcre JIT compiling result: \d+/
 
206
 
 
207
--- grep_error_log_out eval
 
208
["pcre JIT compiling result: 1\n", ""]
193
209
 
194
210
 
195
211
 
208
224
--- request
209
225
    GET /re
210
226
--- response_body
211
 
error: failed to compile regex "(abc": pcre_compile() failed: missing ) in "(abc"
 
227
error: pcre_compile() failed: missing ) in "(abc"
212
228
--- no_error_log
213
229
[error]
214
230