~ubuntu-branches/ubuntu/saucy/varnish/saucy

« back to all changes in this revision

Viewing changes to bin/varnishtest/tests/c00031.vtc

  • Committer: Bazaar Package Importer
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2011-03-21 10:16:07 UTC
  • mfrom: (24.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20110321101607-528fzl583fqanas5
Tags: 2.1.5-2
ReleaseĀ forĀ unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Test that we get anything through at all
2
2
#
3
 
# $Id: c00031.vtc 4554 2010-02-12 11:25:46Z phk $
 
3
# $Id$
4
4
 
5
5
test "Worker thread stack size setting"
6
6
 
9
9
        txresp
10
10
} -start
11
11
 
12
 
varnish v1 -arg "-p thread_pool_stack=131072" -vcl+backend {} -start
 
12
varnish v1 -arg "-p thread_pool_stack=262144" -vcl+backend {} -start
13
13
 
14
14
client c1 {
15
15
        txreq -url "/"