changeset 210:a5f810eb87a2

Tests: explicitly set server names hash bucket size to 64. Names used don't fit into 32 bytes buckets, and as a result http_server_name.t fails on CPUs with 32 bytes cachelines.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 23 Mar 2012 14:57:49 +0400
parents 5137f27935b4
children ee8fee3c4ae8
files http_server_name.t
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/http_server_name.t
+++ b/http_server_name.t
@@ -34,6 +34,8 @@ events {
 http {
     %%TEST_GLOBALS_HTTP%%
 
+    server_names_hash_bucket_size 64;
+
     server {
         listen       127.0.0.1:8080;
         server_name  localhost;