From 3ebeac0fc0c3f00519f64958ab857b13841823d0 Mon Sep 17 00:00:00 2001 From: Valera V Harseko Date: Sun, 5 Jul 2026 09:42:36 +0300 Subject: [PATCH 1/2] Include *TestSuite classes in the failsafe run Issue84TestSuite and OverlappingBackendTestSuite were added in 2024 as regression suites for issues #84 and #250, but the failsafe include patterns (Test*, *Test, *Tests, *TestCase, *TestCases) never matched the *TestSuite file name, so they have never run in CI. Add the pattern; both suites pass (2/2 and 1/1, ~30 seconds total). --- opendj-server-legacy/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/opendj-server-legacy/pom.xml b/opendj-server-legacy/pom.xml index 9d53b1d0bc..81ff1e31f6 100644 --- a/opendj-server-legacy/pom.xml +++ b/opendj-server-legacy/pom.xml @@ -1271,6 +1271,7 @@ **/*Tests.java **/*TestCase.java **/*TestCases.java + **/*TestSuite.java From 8b838a45803874a0192b248833cee7a5a1e44b52 Mon Sep 17 00:00:00 2001 From: Valery Kharseko Date: Tue, 7 Jul 2026 09:31:05 +0300 Subject: [PATCH 2/2] Update opendj-server-legacy/pom.xml Co-authored-by: Maxim Thomas --- opendj-server-legacy/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendj-server-legacy/pom.xml b/opendj-server-legacy/pom.xml index 81ff1e31f6..64fbf9363f 100644 --- a/opendj-server-legacy/pom.xml +++ b/opendj-server-legacy/pom.xml @@ -13,7 +13,7 @@ information: "Portions Copyright [year] [name of copyright owner]". Copyright 2011-2016 ForgeRock AS. - Portions Copyright 2017-2025 3A Systems, LLC. + Portions Copyright 2017-2026 3A Systems, LLC. -->