Skip to content

Commit

Permalink
HSEARCH-2890 WildFly Performance tests use multiple copies of Hiberna…
Browse files Browse the repository at this point in the history
…te Search
  • Loading branch information
Sanne authored and yrodiere committed Sep 27, 2017
1 parent 1eb4182 commit b2140e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.search.test.integration.wildfly.PackagerHelper;
import org.hibernate.search.test.performance.scenario.TestScenario;
import org.hibernate.search.test.performance.scenario.TestScenarioFactory;
import org.hibernate.search.test.performance.util.TargetDirHelper;
Expand Down Expand Up @@ -58,7 +57,6 @@ public static Archive<?> createTestArchive() throws Exception {
.addPackages( true, TestRunnerArquillian.class.getPackage() )
.addClass( TestConstants.class )
.addAsResource( createPersistenceXml(), "META-INF/persistence.xml" )
.addAsLibraries( PackagerHelper.hibernateSearchTestingLibraries() )
.addAsWebInfResource( EmptyAsset.INSTANCE, "beans.xml" )
.add( manifest(), "META-INF/MANIFEST.MF" )
.addAsWebInfResource( reportsOutputDirectory(), "classes/" + RUNNER_PROPERTIES );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ public Properties getHibernateProperties() {
Properties properties = new Properties();
properties.setProperty( "hibernate.hbm2ddl.auto", "create" );
properties.setProperty( "hibernate.search.default.lucene_version", "LUCENE_CURRENT" );
properties.setProperty( "wildfly.jpa.hibernate.search.module", "none" );
return properties;
}

Expand Down

0 comments on commit b2140e0

Please sign in to comment.