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:
+1
-1
@@ -29,7 +29,7 @@ public abstract class RacingEventServiceImplMock extends RacingEventServiceImpl
|
||||
private DataImportLockWithProgress lock;
|
||||
|
||||
public RacingEventServiceImplMock() {
|
||||
super(/* clearPersistentCompetitorStore */ false, null, /* restoreTrackedRaces */ false);
|
||||
super(/* clearPersistentCompetitorStore */ false, /* sensorFixStore */ null, null, /* restoreTrackedRaces */ false);
|
||||
}
|
||||
|
||||
public RacingEventServiceImplMock(DataImportProgressImpl dataImportProgressImpl,
|
||||
|
||||
Reference in New Issue
Block a user