Fixed
Details
Assignee
Marko BekhtaMarko BekhtaReporter
Yoann RodièreYoann RodièreFix versions
Priority
Major
Details
Details
Assignee
Marko Bekhta
Marko BekhtaReporter
Yoann Rodière
Yoann RodièreFix versions
Priority
Created May 10, 2022 at 7:14 AM
Updated July 4, 2022 at 7:01 AM
Resolved May 17, 2022 at 3:48 PM
The following tests are not specific to the Spring integration, and are not really useful to demonstrate a Spring-based application using Hibernate Search. So there’s no reason to keep them in the Library showcase.
Let’s move the following tests to
integrationtest/mapper/orm-realbackend
:LibraryShowcaseMassIndexingManualSchemaManagementIT
LibraryShowcaseOutOfSyncIndexIT
LibraryShowcaseMassIndexingIT
, but keepLibraryShowcaseMassIndexingIT#testMassIndexing
in the Library showcase: this method (and this one only) actually demonstrates a feature.The tests will have to be refactored, because they’ll have to use
OrmSetupHelper
instead of Spring, but whoever applies the change can take inspiration from other tests inintegrationtest/mapper/orm-realbackend
, for exampleRoutingBridgeRoutingKeyIT
.