On 2016-02-10 17:02, Stefan Egli wrote:
On 10/02/16 14:59, "Davide Giannella" <[email protected]> wrote:
On 10/02/2016 10:22, Stefan Egli wrote:
Re NonLocalObservationIT, that one creates like 160'000 nodes in-memory
and that seems not to fit the default VM settings.
Shall we move this to a SegmentFixture?
Or DocumentFixture because the test needs to simulate a cluster. It looks
like OAK-3803 removed 'cluster support' from the NodeStoreFixtures - they
all return null now in createNodeStore(clusterNodeId) - which I originally
worked around by creating a new in-memory fixture. But yes, actually the
test should run against mongo.
Was there a particular reason for removing cluster support in OAK-3803?
I recall that at some point, it wasn't used and also didn't work
properly, so that would be a good reason to remove the feature during
refactoring...