mirror of https://github.com/apache/lucene.git
SOLR-6799: Update Saxon-HE to 9.6.0-2 (part 2)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652956 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a4d74500e7
commit
cb558014e5
|
@ -118,8 +118,6 @@ public class MorphlineBasicMiniMRTest extends SolrTestCaseJ4 {
|
|||
Boolean.parseBoolean(System.getProperty("tests.disableHdfs", "false")));
|
||||
|
||||
assumeFalse("FIXME: This test does not work with Windows because of native library requirements", Constants.WINDOWS);
|
||||
assumeFalse("FIXME: This test fails under Java 8 due to the Saxon dependency - see SOLR-1301", Constants.JRE_IS_MINIMUM_JAVA8);
|
||||
assumeFalse("FIXME: This test fails under J9 due to the Saxon dependency - see SOLR-1301", System.getProperty("java.vm.info", "<?>").contains("IBM J9"));
|
||||
|
||||
AbstractZkTestCase.SOLRHOME = solrHomeDirectory;
|
||||
FileUtils.copyDirectory(MINIMR_CONF_DIR, solrHomeDirectory);
|
||||
|
|
|
@ -141,8 +141,6 @@ public class MorphlineGoLiveMiniMRTest extends AbstractFullDistribZkTestBase {
|
|||
Boolean.parseBoolean(System.getProperty("tests.disableHdfs", "false")));
|
||||
|
||||
assumeFalse("FIXME: This test does not work with Windows because of native library requirements", Constants.WINDOWS);
|
||||
assumeFalse("FIXME: This test fails under Java 8 due to the Saxon dependency - see SOLR-1301", Constants.JRE_IS_MINIMUM_JAVA8);
|
||||
assumeFalse("FIXME: This test fails under J9 due to the Saxon dependency - see SOLR-1301", System.getProperty("java.vm.info", "<?>").contains("IBM J9"));
|
||||
|
||||
AbstractZkTestCase.SOLRHOME = solrHomeDirectory;
|
||||
FileUtils.copyDirectory(MINIMR_INSTANCE_DIR, AbstractZkTestCase.SOLRHOME);
|
||||
|
|
|
@ -35,8 +35,6 @@ public class MorphlineMapperTest extends MRUnitBase {
|
|||
@BeforeClass
|
||||
public static void beforeClass() {
|
||||
assumeFalse("Does not work on Windows, because it uses UNIX shell commands or POSIX paths", Constants.WINDOWS);
|
||||
assumeFalse("FIXME: This test fails under Java 8 due to the Saxon dependency - see SOLR-1301", Constants.JRE_IS_MINIMUM_JAVA8);
|
||||
assumeFalse("FIXME: This test fails under J9 due to the Saxon dependency - see SOLR-1301", System.getProperty("java.vm.info", "<?>").contains("IBM J9"));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
|
@ -48,8 +48,6 @@ public class MorphlineReducerTest extends MRUnitBase {
|
|||
@BeforeClass
|
||||
public static void beforeClass2() {
|
||||
assumeFalse("Does not work on Windows, because it uses UNIX shell commands or POSIX paths", Constants.WINDOWS);
|
||||
assumeFalse("FIXME: This test fails under Java 8 due to the Saxon dependency - see SOLR-1301", Constants.JRE_IS_MINIMUM_JAVA8);
|
||||
assumeFalse("FIXME: This test fails under J9 due to the Saxon dependency - see SOLR-1301", System.getProperty("java.vm.info", "<?>").contains("IBM J9"));
|
||||
|
||||
System.setProperty("verifyPartitionAssignment", "false");
|
||||
}
|
||||
|
|
|
@ -29,12 +29,6 @@ import org.kitesdk.morphline.base.Notifications;
|
|||
|
||||
public class SolrMorphlineTest extends AbstractSolrMorphlineTestBase {
|
||||
|
||||
@BeforeClass
|
||||
public static void beforeClass2() {
|
||||
assumeFalse("FIXME: This test fails under Java 8 due to the Saxon dependency - see SOLR-1301", Constants.JRE_IS_MINIMUM_JAVA8);
|
||||
assumeFalse("FIXME: This test fails under J9 due to the Saxon dependency - see SOLR-1301", System.getProperty("java.vm.info", "<?>").contains("IBM J9"));
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testLoadSolrBasic() throws Exception {
|
||||
//System.setProperty("ENV_SOLR_HOME", testSolrHome + "/collection1");
|
||||
|
|
|
@ -50,12 +50,6 @@ import com.carrotsearch.randomizedtesting.annotations.ThreadLeakZombies.Conseque
|
|||
@Slow
|
||||
public class SolrMorphlineZkAliasTest extends AbstractSolrMorphlineZkTestBase {
|
||||
|
||||
@BeforeClass
|
||||
public static void beforeClass2() {
|
||||
assumeFalse("FIXME: This test fails under Java 8 due to the Saxon dependency - see SOLR-1301", Constants.JRE_IS_MINIMUM_JAVA8);
|
||||
assumeFalse("FIXME: This test fails under J9 due to the Saxon dependency - see SOLR-1301", System.getProperty("java.vm.info", "<?>").contains("IBM J9"));
|
||||
}
|
||||
|
||||
@Override
|
||||
public void doTest() throws Exception {
|
||||
|
||||
|
|
|
@ -56,12 +56,6 @@ import com.google.common.io.Files;
|
|||
@Slow
|
||||
public class SolrMorphlineZkAvroTest extends AbstractSolrMorphlineZkTestBase {
|
||||
|
||||
@BeforeClass
|
||||
public static void beforeClass2() {
|
||||
assumeFalse("FIXME: This test fails under Java 8 due to the Saxon dependency - see SOLR-1301", Constants.JRE_IS_MINIMUM_JAVA8);
|
||||
assumeFalse("FIXME: This test fails under J9 due to the Saxon dependency - see SOLR-1301", System.getProperty("java.vm.info", "<?>").contains("IBM J9"));
|
||||
}
|
||||
|
||||
@Override
|
||||
public void doTest() throws Exception {
|
||||
Joiner joiner = Joiner.on(File.separator);
|
||||
|
|
|
@ -44,12 +44,6 @@ import com.carrotsearch.randomizedtesting.annotations.ThreadLeakZombies.Conseque
|
|||
@Slow
|
||||
public class SolrMorphlineZkTest extends AbstractSolrMorphlineZkTestBase {
|
||||
|
||||
@BeforeClass
|
||||
public static void beforeClass2() {
|
||||
assumeFalse("FIXME: This test fails under Java 8 due to the Saxon dependency - see SOLR-1301", Constants.JRE_IS_MINIMUM_JAVA8);
|
||||
assumeFalse("FIXME: This test fails under J9 due to the Saxon dependency - see SOLR-1301", System.getProperty("java.vm.info", "<?>").contains("IBM J9"));
|
||||
}
|
||||
|
||||
@Override
|
||||
public void doTest() throws Exception {
|
||||
|
||||
|
|
Loading…
Reference in New Issue