ExternalChangeLogTest.java:
Attempt at fixing random failures for ECLReplicationServerFullTest() in Jenkins.
It fails because a search finds an additional entry with "targetDN: uid=eclafterchangelogtrim1,o=test" which obviously comes from ECLAfterChangelogTrim() method.
It looks like this methods are run in parallel, but ReplicationTestCase (ExternalChangeLogTest superclass) specifies to run tests sequentially.
I am trying to duplicate this annotation in ExternalChangeLogTest in the hope Jenkins will obey it.