Searched defs:exportedData (Results 1 - 3 of 3) sorted by relevance

/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DReplicationDomainTest.java361 String exportedData = buildExportedData(ENTRYCOUNT);
363 testService, serverId1, servers, 0, exportedData, null, ENTRYCOUNT);
374 waitEndExport(exportedData, importedData);
375 assertExportSucessful(domain1, domain2, exportedData, importedData);
427 String exportedData = buildExportedData(ENTRYCOUNT);
429 testService, 1, servers1, 0, exportedData, null, ENTRYCOUNT);
437 waitEndExport(exportedData, importedData);
438 assertExportSucessful(domain1, domain2, exportedData, importedData);
457 private void waitEndExport(String exportedData, StringBuilder importedData) throws Exception argument
460 while (importedData.length() < exportedData
467 assertExportSucessful(ReplicationDomain domain1, ReplicationDomain domain2, String exportedData, StringBuilder importedData) argument
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DReplicationDomainTest.java361 String exportedData = buildExportedData(ENTRYCOUNT);
363 testService, serverId1, servers, 0, exportedData, null, ENTRYCOUNT);
374 waitEndExport(exportedData, importedData);
375 assertExportSucessful(domain1, domain2, exportedData, importedData);
427 String exportedData = buildExportedData(ENTRYCOUNT);
429 testService, 1, servers1, 0, exportedData, null, ENTRYCOUNT);
437 waitEndExport(exportedData, importedData);
438 assertExportSucessful(domain1, domain2, exportedData, importedData);
457 private void waitEndExport(String exportedData, StringBuilder importedData) throws Exception argument
460 while (importedData.length() < exportedData
467 assertExportSucessful(ReplicationDomain domain1, ReplicationDomain domain2, String exportedData, StringBuilder importedData) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/service/
H A DReplicationDomainTest.java356 String exportedData = buildExportedData(ENTRYCOUNT);
358 testService, serverId1, servers, 0, exportedData, null, ENTRYCOUNT);
369 waitEndExport(exportedData, importedData);
370 assertExportSucessful(domain1, domain2, exportedData, importedData);
422 String exportedData = buildExportedData(ENTRYCOUNT);
424 testService, 1, servers1, 0, exportedData, null, ENTRYCOUNT);
432 waitEndExport(exportedData, importedData);
433 assertExportSucessful(domain1, domain2, exportedData, importedData);
452 private void waitEndExport(String exportedData, StringBuilder importedData) throws Exception argument
455 while (importedData.length() < exportedData
462 assertExportSucessful(ReplicationDomain domain1, ReplicationDomain domain2, String exportedData, StringBuilder importedData) argument
[all...]

Completed in 30 milliseconds