~spuul/nginx/trunk

« back to all changes in this revision

Viewing changes to debian/modules/nginx-lua/t/023-rewrite/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;
1384
1384
--- request
1385
1385
    GET /t
1386
1386
--- stap2 eval: $::StapScript
 
1387
--- stap3
 
1388
F(ngx_http_send_header) {
 
1389
    printf("send header main_req=%d, r=%p\n", $r == $r->main, $r)
 
1390
    print_ubacktrace()
 
1391
    printf("========================================")
 
1392
}
 
1393
--- stap_out3
1387
1394
--- stap eval
1388
1395
"$::GCScript"
1389
1396
.
1414
1421
delete thread 1
1415
1422
terminate 4: ok
1416
1423
delete thread 4
1417
 
finalize request /proxy/1: rc:201 c:3 a:0
1418
 
post subreq: /proxy/1 rc=201, status=201 a=0
 
1424
finalize request /proxy/1: rc:0 c:3 a:0
 
1425
post subreq: /proxy/1 rc=0, status=201 a=0
1419
1426
subrequest /proxy/1 done
1420
1427
terminate 2: ok
1421
1428
delete thread 2
1422
1429
terminate 5: ok
1423
1430
delete thread 5
1424
 
finalize request /proxy/2: rc:201 c:2 a:0
1425
 
post subreq: /proxy/2 rc=201, status=201 a=0
 
1431
finalize request /proxy/2: rc:0 c:2 a:0
 
1432
post subreq: /proxy/2 rc=0, status=201 a=0
1426
1433
subrequest /proxy/2 done
1427
1434
terminate 3: ok
1428
1435
delete thread 3