Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Commit

Permalink
Adjust c0004[45] limits to work on 32 bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Tollef Fog Heen committed Aug 23, 2011
1 parent 8e3bcec commit 93234bd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions bin/varnishtest/tests/c00044.vtc
Expand Up @@ -33,7 +33,7 @@ varnish v1 -expect SMA.Transient.g_bytes == 0
varnish v1 -expect SMA.s0.g_bytes == 0
varnish v1 -expect SMA.s0.g_space > 1000000
varnish v1 -expect SMA.s1.g_bytes > 1000000
varnish v1 -expect SMA.s1.g_space < 100
varnish v1 -expect SMA.s1.g_space < 170
varnish v1 -expect SMA.s2.g_bytes == 0
varnish v1 -expect SMA.s2.g_space > 1000000

Expand All @@ -48,9 +48,9 @@ varnish v1 -expect SMA.Transient.g_bytes == 0
varnish v1 -expect SMA.s0.g_bytes == 0
varnish v1 -expect SMA.s0.g_space > 1000000
varnish v1 -expect SMA.s1.g_bytes > 1000000
varnish v1 -expect SMA.s1.g_space < 100
varnish v1 -expect SMA.s1.g_space < 170
varnish v1 -expect SMA.s2.g_bytes > 1000000
varnish v1 -expect SMA.s2.g_space < 100
varnish v1 -expect SMA.s2.g_space < 170

client c1 {
txreq -url /burp
Expand All @@ -61,11 +61,11 @@ client c1 {

varnish v1 -expect SMA.Transient.g_bytes == 0
varnish v1 -expect SMA.s0.g_bytes > 1000000
varnish v1 -expect SMA.s0.g_space < 100
varnish v1 -expect SMA.s0.g_space < 170
varnish v1 -expect SMA.s1.g_bytes > 1000000
varnish v1 -expect SMA.s1.g_space < 100
varnish v1 -expect SMA.s1.g_space < 170
varnish v1 -expect SMA.s2.g_bytes > 1000000
varnish v1 -expect SMA.s2.g_space < 100
varnish v1 -expect SMA.s2.g_space < 170

client c1 {
txreq -url /foo1
Expand Down
6 changes: 3 additions & 3 deletions bin/varnishtest/tests/c00045.vtc
Expand Up @@ -25,7 +25,7 @@ client c1 {

varnish v1 -expect SMA.Transient.g_bytes == 0
varnish v1 -expect SMA.s0.g_bytes > 1000000
varnish v1 -expect SMA.s0.g_space < 100
varnish v1 -expect SMA.s0.g_space < 170
varnish v1 -expect SMA.s1.g_bytes == 0
varnish v1 -expect SMA.s1.g_space > 1000000
varnish v1 -expect SMA.s2.g_bytes == 0
Expand All @@ -41,7 +41,7 @@ client c1 {
varnish v1 -expect n_lru_nuked == 1
varnish v1 -expect SMA.Transient.g_bytes == 0
varnish v1 -expect SMA.s0.g_bytes > 1000000
varnish v1 -expect SMA.s0.g_space < 100
varnish v1 -expect SMA.s0.g_space < 170
varnish v1 -expect SMA.s1.g_bytes == 0
varnish v1 -expect SMA.s1.g_space > 1000000
varnish v1 -expect SMA.s2.g_bytes == 0
Expand All @@ -57,7 +57,7 @@ client c1 {
varnish v1 -expect n_lru_nuked == 2
varnish v1 -expect SMA.Transient.g_bytes == 0
varnish v1 -expect SMA.s0.g_bytes > 1000000
varnish v1 -expect SMA.s0.g_space < 100
varnish v1 -expect SMA.s0.g_space < 170
varnish v1 -expect SMA.s1.g_bytes == 0
varnish v1 -expect SMA.s1.g_space > 1000000
varnish v1 -expect SMA.s2.g_bytes == 0
Expand Down

0 comments on commit 93234bd

Please sign in to comment.