[PATCH 2 of 5] Tests: fixed mail_oauth.t to run with CPU cache line size 32

Maxim Dounin mdounin at mdounin.ru
Fri Aug 9 20:37:26 UTC 2024


# HG changeset patch
# User Maxim Dounin <mdounin at mdounin.ru>
# Date 1723169931 -10800
#      Fri Aug 09 05:18:51 2024 +0300
# Node ID 099c972fb42b7527d13c12765a47e9ae856bbe14
# Parent  d329b05e20faf1fa7235d95657649f224e46edd4
Tests: fixed mail_oauth.t to run with CPU cache line size 32.

diff --git a/mail_oauth.t b/mail_oauth.t
--- a/mail_oauth.t
+++ b/mail_oauth.t
@@ -65,6 +65,8 @@ mail {
 http {
     %%TEST_GLOBALS_HTTP%%
 
+    map_hash_bucket_size 64;
+
     map $http_auth_protocol $proxy_port {
 	imap %%PORT_8144%%;
 	pop3 %%PORT_8111%%;



More information about the nginx-devel mailing list