bug5728: added more ClientSession handling to make test failures with MongoDB replica sets less likely

This commit is contained in:
Axel Uhl
2022-08-12 00:43:00 +02:00
parent b63b2591f7
commit 82d1ee9c74
12 changed files with 79 additions and 38 deletions
@@ -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,