From 3d4d712f6a4709ef6c0fd3d3e8589307651b0ca3 Mon Sep 17 00:00:00 2001 From: Facundo Dalmau Date: Tue, 5 Mar 2024 09:52:34 -0300 Subject: [PATCH 1/2] fix: Update FD threshold values --- .../data/25w_50000a_thresholds.yaml | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/tests/performance/test_cluster/test_cluster_performance/data/25w_50000a_thresholds.yaml b/tests/performance/test_cluster/test_cluster_performance/data/25w_50000a_thresholds.yaml index 3a1c4a09ec..4de87f0463 100644 --- a/tests/performance/test_cluster/test_cluster_performance/data/25w_50000a_thresholds.yaml +++ b/tests/performance/test_cluster/test_cluster_performance/data/25w_50000a_thresholds.yaml @@ -56,13 +56,13 @@ resources: reg_cof: 0.1 FD: master: - max: 160 - mean: 103.4 - reg_cof: 0.05 + max: 208 + mean: 170 + reg_cof: 0.1 workers: - max: 72.6 - mean: 70 - reg_cof: 0.02 + max: 94.4 + mean: 91 + reg_cof: 0.05 USS(KB): master: max: 1069926 # (1 GB) @@ -85,13 +85,13 @@ resources: reg_cof: 0.1 FD: master: - max: 70.5 - mean: 59 - reg_cof: 0.11 + max: 180 + mean: 176.8 + reg_cof: 0.6 workers: - max: 72.6 - mean: 72 - reg_cof: 0.33 + max: 94.5 + mean: 93.6 + reg_cof: 0.9 USS(KB): master: max: 300000 # (290 MB) From b0293d1043a2a6feb3c0cbf8e7835b026a6f7ff1 Mon Sep 17 00:00:00 2001 From: Facundo Dalmau Date: Thu, 7 Mar 2024 14:36:23 -0300 Subject: [PATCH 2/2] fix: Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index af08aaf6e2..db01afc480 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,7 @@ All notable changes to this project will be documented in this file. - Update the JSON schema with the required fields for the output content of the migration tool ([#4375](https://github.com/wazuh/wazuh-qa/pull/4375)) \- (Tests) - Update framework known flaws file ([#4443](https://github.com/wazuh/wazuh-qa/pull/4443)) \- (Tests) - Align migration tool system tests to the tool's new output directory structure ([#4561](https://github.com/wazuh/wazuh-qa/pull/4561)) \- (Tests) +- Update file descriptors threshold values used in cluster performance tests ([#5073](https://github.com/wazuh/wazuh-qa/pull/5073)) \- (Tests) ### Fixed