File tree Expand file tree Collapse file tree 8 files changed +0
-64
lines changed
libs/ssl-config/src/test/java/org/opensearch/common/ssl
modules/reindex/src/test/java/org/opensearch/index/reindex Expand file tree Collapse file tree 8 files changed +0
-64
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3232
3333package org .opensearch .common .ssl ;
3434
35- import com .carrotsearch .randomizedtesting .annotations .ThreadLeakFilters ;
36-
3735import org .opensearch .test .OpenSearchTestCase ;
3836import org .hamcrest .Matchers ;
3937
5755import static org .hamcrest .Matchers .iterableWithSize ;
5856import static org .hamcrest .Matchers .notNullValue ;
5957
60- @ ThreadLeakFilters (filters = BouncyCastleThreadFilter .class )
6158public class PemKeyConfigTests extends OpenSearchTestCase {
6259 private static final int IP_NAME = 7 ;
6360 private static final int DNS_NAME = 2 ;
Original file line number Diff line number Diff line change 3232
3333package org .opensearch .common .ssl ;
3434
35- import com .carrotsearch .randomizedtesting .annotations .ThreadLeakFilters ;
36-
3735import org .opensearch .test .OpenSearchTestCase ;
3836import org .hamcrest .Matchers ;
3937
5351import java .util .stream .Collectors ;
5452import java .util .stream .Stream ;
5553
56- @ ThreadLeakFilters (filters = BouncyCastleThreadFilter .class )
5754public class PemTrustConfigTests extends OpenSearchTestCase {
5855
5956 public void testBuildTrustConfigFromSinglePemFile () throws Exception {
Original file line number Diff line number Diff line change 3232
3333package org .opensearch .common .ssl ;
3434
35- import com .carrotsearch .randomizedtesting .annotations .ThreadLeakFilters ;
36-
3735import org .bouncycastle .asn1 .ASN1ObjectIdentifier ;
3836import org .bouncycastle .asn1 .pkcs .PrivateKeyInfo ;
3937import org .opensearch .test .OpenSearchTestCase ;
5856import static org .hamcrest .Matchers .equalTo ;
5957import static org .hamcrest .core .StringContains .containsString ;
6058
61- @ ThreadLeakFilters (filters = BouncyCastleThreadFilter .class )
6259public class PemUtilsTests extends OpenSearchTestCase {
6360
6461 private static final Supplier <char []> EMPTY_PASSWORD = () -> new char [0 ];
Original file line number Diff line number Diff line change 3232
3333package org .opensearch .common .ssl ;
3434
35- import com .carrotsearch .randomizedtesting .annotations .ThreadLeakFilters ;
36-
3735import org .opensearch .common .settings .MockSecureSettings ;
3836import org .opensearch .common .settings .Settings ;
3937import org .opensearch .core .common .settings .SecureString ;
5351import static org .hamcrest .Matchers .is ;
5452import static org .hamcrest .Matchers .notNullValue ;
5553
56- @ ThreadLeakFilters (filters = BouncyCastleThreadFilter .class )
5754public class SslConfigurationLoaderTests extends OpenSearchTestCase {
5855
5956 private final String STRONG_PRIVATE_SECRET = "6!6428DQXwPpi7@$ggeg/=" ;
Original file line number Diff line number Diff line change 3232
3333package org .opensearch .common .ssl ;
3434
35- import com .carrotsearch .randomizedtesting .annotations .ThreadLeakFilters ;
36-
3735import org .opensearch .common .Nullable ;
3836import org .opensearch .test .OpenSearchTestCase ;
3937import org .hamcrest .Matchers ;
6159
6260import org .mockito .Mockito ;
6361
64- @ ThreadLeakFilters (filters = BouncyCastleThreadFilter .class )
6562public class SslDiagnosticsTests extends OpenSearchTestCase {
6663
6764 // Some constants for use in mock certificates
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3232
3333package org .opensearch .index .reindex ;
3434
35- import com .carrotsearch .randomizedtesting .annotations .ThreadLeakFilters ;
36-
3735import com .sun .net .httpserver .HttpsConfigurator ;
3836import com .sun .net .httpserver .HttpsExchange ;
3937import com .sun .net .httpserver .HttpsParameters ;
8482 * right SSL keys + trust settings.
8583 */
8684@ SuppressForbidden (reason = "use http server" )
87- @ ThreadLeakFilters (filters = BouncyCastleThreadFilter .class )
8885public class ReindexRestClientSslTests extends OpenSearchTestCase {
8986
9087 private static final String STRONG_PRIVATE_SECRET = "6!6428DQXwPpi7@$ggeg/=" ;
You can’t perform that action at this time.
0 commit comments