|
@@ -78,9 +78,6 @@ public class EvilLoggerTests extends ESTestCase {
|
|
|
}
|
|
|
|
|
|
public void testLocationInfoTest() throws IOException, UserException {
|
|
|
- assumeTrue(
|
|
|
- "will be fixed when https://github.com/apache/logging-log4j2/pull/109 is integrated into to Log4j and we bump versions",
|
|
|
- !Constants.JRE_IS_MINIMUM_JAVA9);
|
|
|
setupLogging("location_info");
|
|
|
|
|
|
final Logger testLogger = ESLoggerFactory.getLogger("test");
|
|
@@ -107,9 +104,6 @@ public class EvilLoggerTests extends ESTestCase {
|
|
|
}
|
|
|
|
|
|
public void testDeprecationLogger() throws IOException, UserException {
|
|
|
- assumeTrue(
|
|
|
- "will be fixed when https://github.com/apache/logging-log4j2/pull/109 is integrated into to Log4j and we bump versions",
|
|
|
- !Constants.JRE_IS_MINIMUM_JAVA9);
|
|
|
setupLogging("deprecation");
|
|
|
|
|
|
final DeprecationLogger deprecationLogger = new DeprecationLogger(ESLoggerFactory.getLogger("deprecation"));
|
|
@@ -137,9 +131,6 @@ public class EvilLoggerTests extends ESTestCase {
|
|
|
}
|
|
|
|
|
|
public void testConcurrentDeprecationLogger() throws IOException, UserException, BrokenBarrierException, InterruptedException {
|
|
|
- assumeTrue(
|
|
|
- "will be fixed when https://github.com/apache/logging-log4j2/pull/109 is integrated into to Log4j and we bump versions",
|
|
|
- !Constants.JRE_IS_MINIMUM_JAVA9);
|
|
|
setupLogging("deprecation");
|
|
|
|
|
|
final DeprecationLogger deprecationLogger = new DeprecationLogger(ESLoggerFactory.getLogger("deprecation"));
|
|
@@ -217,9 +208,6 @@ public class EvilLoggerTests extends ESTestCase {
|
|
|
}
|
|
|
|
|
|
public void testDeprecationLoggerMaybeLog() throws IOException, UserException {
|
|
|
- assumeTrue(
|
|
|
- "will be fixed when https://github.com/apache/logging-log4j2/pull/109 is integrated into to Log4j and we bump versions",
|
|
|
- !Constants.JRE_IS_MINIMUM_JAVA9);
|
|
|
setupLogging("deprecation");
|
|
|
|
|
|
final DeprecationLogger deprecationLogger = new DeprecationLogger(ESLoggerFactory.getLogger("deprecation"));
|
|
@@ -263,9 +251,6 @@ public class EvilLoggerTests extends ESTestCase {
|
|
|
}
|
|
|
|
|
|
public void testDeprecatedSettings() throws IOException, UserException {
|
|
|
- assumeTrue(
|
|
|
- "will be fixed when https://github.com/apache/logging-log4j2/pull/109 is integrated into to Log4j and we bump versions",
|
|
|
- !Constants.JRE_IS_MINIMUM_JAVA9);
|
|
|
setupLogging("settings");
|
|
|
|
|
|
final Setting<Boolean> setting = Setting.boolSetting("deprecated.foo", false, Setting.Property.Deprecated);
|