mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-20 04:35:32 +00:00
bug5728: added more ClientSession handling to make test failures with MongoDB replica sets less likely
This commit is contained in:
+2
-2
@@ -23,8 +23,8 @@ public abstract class AbstractConnectivityParamsLoadAndStoreTest extends Abstrac
|
||||
@Before
|
||||
public void setUp() {
|
||||
serviceFinderFactory = new MockConnectivityParamsServiceFinderFactory();
|
||||
racingEventService = new RacingEventServiceImpl(/* clearPersistentCompetitorStore */ true, serviceFinderFactory,
|
||||
/* restoreTrackedRaces */ false);
|
||||
racingEventService = new RacingEventServiceImpl(/* clearPersistentCompetitorStore */ true, /* sensorFixStore */ null,
|
||||
serviceFinderFactory, /* restoreTrackedRaces */ false);
|
||||
serviceFinderFactory.setRacingEventService(racingEventService);
|
||||
mongoObjectFactory = racingEventService.getMongoObjectFactory();
|
||||
domainObjectFactory = racingEventService.getDomainObjectFactory();
|
||||
|
||||
Reference in New Issue
Block a user