diff http_server_name.t @ 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 cfb8147f19a7
children f9325406df0b
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;