Skip to content

Commit e7af399

Browse files
retanknize
authored andcommitted
PluginsServiceTests is passing (#3)
Signed-off-by: Andriy Redko <andriy.redko@aiven.io> Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
1 parent 1388897 commit e7af399

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

server/src/test/java/org/opensearch/plugins/PluginsServiceTests.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,6 @@ public void testJarHellTransitiveMap() throws Exception {
648648
assertThat(deps, containsInAnyOrder(pluginJar.toUri().toURL(), dep1Jar.toUri().toURL(), dep2Jar.toUri().toURL()));
649649
}
650650

651-
@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/2063")
652651
public void testNonExtensibleDep() throws Exception {
653652
// This test opens a child classloader, reading a jar under the test temp
654653
// dir (a dummy plugin). Classloaders are closed by GC, so when test teardown
@@ -791,7 +790,6 @@ public FakePlugin() {
791790

792791
}
793792

794-
@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/2063")
795793
public void testExistingMandatoryInstalledPlugin() throws IOException {
796794
// This test opens a child classloader, reading a jar under the test temp
797795
// dir (a dummy plugin). Classloaders are closed by GC, so when test teardown
@@ -825,7 +823,6 @@ public void testExistingMandatoryInstalledPlugin() throws IOException {
825823
newPluginsService(settings);
826824
}
827825

828-
@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/2063")
829826
public void testPluginFromParentClassLoader() throws IOException {
830827
final Path pathHome = createTempDir();
831828
final Path plugins = pathHome.resolve("plugins");
@@ -863,7 +860,6 @@ public void testPluginFromParentClassLoader() throws IOException {
863860
);
864861
}
865862

866-
@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/2063")
867863
public void testPluginLoadFailure() throws IOException {
868864
final Path pathHome = createTempDir();
869865
final Path plugins = pathHome.resolve("plugins");

0 commit comments

Comments
 (0)