[TEST] Added awaits fix to failing LoggingConfigurationTests

This commit is contained in:
Colin Goodheart-Smithe 2014-10-29 13:03:13 +00:00
parent 8eac79c2f3
commit f8ea7c15d7
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ package org.elasticsearch.common.logging;
import org.apache.log4j.Appender; import org.apache.log4j.Appender;
import org.apache.log4j.Logger; import org.apache.log4j.Logger;
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
import org.elasticsearch.common.logging.log4j.Log4jESLogger; import org.elasticsearch.common.logging.log4j.Log4jESLogger;
import org.elasticsearch.common.logging.log4j.Log4jESLoggerFactory; import org.elasticsearch.common.logging.log4j.Log4jESLoggerFactory;
import org.elasticsearch.common.logging.log4j.LogConfigurator; import org.elasticsearch.common.logging.log4j.LogConfigurator;
@ -39,6 +40,7 @@ import static org.hamcrest.Matchers.notNullValue;
*/ */
public class LoggingConfigurationTests extends ElasticsearchTestCase { public class LoggingConfigurationTests extends ElasticsearchTestCase {
@AwaitsFix(bugUrl = "relates to commit 4ebbb657")
@Test @Test
public void testMultipleConfigs() throws Exception { public void testMultipleConfigs() throws Exception {
File configDir = resolveConfigDir(); File configDir = resolveConfigDir();