On 10/08/2015 18:47, Julian Reschke wrote: > On 2015-08-10 17:17, Francesco Mari wrote: >> Hi all, >> >> I noticed that DocumentStorePerformanceTest is executed during the >> test phase of Oak Core. It runs for a relatively long time compared to >> the unit tests (50 seconds on my machine), and I think that it should >> be executed with the integration tests, instead. >> >> What do you think? > > Right. > > Can you create a ticket and assign it to me? Julian, could you please take care of filtering the test out using the FixturesHelper. In this way we'll have it executing only under a specific profile (Segment, Document, etc) and not every time.
See our matrix https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/ Please note that when running `mvn clean install` it will run against Segment only. To run on Document use `mvn clean install -Dnsfixtures=DOCUMENT_NS,DOCUMENT_RDB` Any question ping me on chat (faster). Davide PS: I should write down these aspects of testing in docs.
