33 lines
1.1 KiB
Diff
33 lines
1.1 KiB
Diff
From c7ef5b3073bbd94a5d2b544556368c830c165e0d Mon Sep 17 00:00:00 2001
|
|
From: Viktor Ashirov <vashirov@redhat.com>
|
|
Date: Fri, 13 Feb 2026 16:27:25 +0100
|
|
Subject: [PATCH] Issue 7213 - (2nd) MDB_BAD_VALSIZE error while handling VLV
|
|
(#7258)
|
|
|
|
Decription:
|
|
Disable test_vlv_long_attribute_value on BDB as it hangs sometimes in
|
|
CI, blocking other pipelines.
|
|
|
|
Relates: https://github.com/389ds/389-ds-base/issues/7213
|
|
|
|
Reviewed by: @progier389 (Thanks!)
|
|
---
|
|
dirsrvtests/tests/suites/vlv/regression_test.py | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/dirsrvtests/tests/suites/vlv/regression_test.py b/dirsrvtests/tests/suites/vlv/regression_test.py
|
|
index 7cdf16a84..89a747199 100644
|
|
--- a/dirsrvtests/tests/suites/vlv/regression_test.py
|
|
+++ b/dirsrvtests/tests/suites/vlv/regression_test.py
|
|
@@ -1175,6 +1175,7 @@ def test_vlv_with_mr(vlv_setup_with_uid_mr):
|
|
|
|
|
|
|
|
+@pytest.mark.skipif(get_default_db_lib() == "bdb", reason="Hangs on BDB")
|
|
def test_vlv_long_attribute_value(topology_st, request):
|
|
"""
|
|
Test VLV with an entry containing a very long attribute value (2K).
|
|
--
|
|
2.52.0
|
|
|