~ubuntu-vzuijlekom/nginx/debian-1.6.2-5

« back to all changes in this revision

Viewing changes to debian/modules/nginx-lua/t/023-rewrite/uthread-spawn.t

  • Committer: ChillyWilly
  • Date: 2018-04-26 07:30:09 UTC
  • Revision ID: ubuntu@vzuijlekom.com-20180426073009-he87c3vxq2mpsbji
upgraded modules nginx-lua and headers-more-nginx

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
 
3
 
use lib 'lib';
4
3
use Test::Nginx::Socket::Lua;
5
4
use t::StapThread;
6
5
 
233
232
 
234
233
--- response_body
235
234
after
236
 
--- error_log
237
 
lua user thread aborted: runtime error: rewrite_by_lua:3: attempt to call field 'blah' (a nil value)
 
235
--- error_log eval
 
236
qr/lua user thread aborted: runtime error: rewrite_by_lua\(nginx\.conf:\d+\):3: attempt to call field 'blah' \(a nil value\)/
238
237
 
239
238
 
240
239
 
1450
1449
--- no_error_log
1451
1450
[error]
1452
1451
--- timeout: 3
1453