~spuul/nginx/trunk

« back to all changes in this revision

Viewing changes to debian/modules/nginx-lua/t/093-uthread-spawn.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
 
3
3
use lib 'lib';
4
 
use Test::Nginx::Socket;
 
4
use Test::Nginx::Socket::Lua;
5
5
use t::StapThread;
6
6
 
7
7
our $GCScript = $t::StapThread::GCScript;
1365
1365
finalize request /t: rc:-4 c:4 a:1
1366
1366
terminate 4: ok
1367
1367
delete thread 4
1368
 
finalize request /proxy/1: rc:201 c:3 a:0
1369
 
post subreq: /proxy/1 rc=201, status=201 a=0
 
1368
finalize request /proxy/1: rc:0 c:3 a:0
 
1369
post subreq: /proxy/1 rc=0, status=201 a=0
1370
1370
subrequest /proxy/1 done
1371
1371
terminate 2: ok
1372
1372
delete thread 2
1373
1373
terminate 5: ok
1374
1374
delete thread 5
1375
 
finalize request /proxy/2: rc:201 c:2 a:0
1376
 
post subreq: /proxy/2 rc=201, status=201 a=0
 
1375
finalize request /proxy/2: rc:0 c:2 a:0
 
1376
post subreq: /proxy/2 rc=0, status=201 a=0
1377
1377
subrequest /proxy/2 done
1378
1378
terminate 3: ok
1379
1379
delete thread 3