]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-1591: Added three simple, temporary test classes for creating large numbers...
authorAron Roberts <aron@socrates.berkeley.edu>
Thu, 13 May 2010 23:19:39 +0000 (23:19 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Thu, 13 May 2010 23:19:39 +0000 (23:19 +0000)
commit3c387a80f0599b2df2ae5db6a07c8a67f14f3f62
tree0d5b2c209c9cb1cacfb3d85c5fbfd1d371d40288
parent69b7140c13bc5dc312c3c9c0a90740ff0cc89e46
CSPACE-1591: Added three simple, temporary test classes for creating large numbers of CollectionObject records, each with minor variations in client instantiation and HTTP connection closing, that may help surface any subtleties in behavior around this issue.  Run with 'mvn test -Dtest={test name or wildcard to run multiple tests; e.g. I1591*} -Pperftests'.
services/PerformanceTests/src/test/java/org/collectionspace/services/PerformanceTests/test/I1591Multiple.java [new file with mode: 0644]
services/PerformanceTests/src/test/java/org/collectionspace/services/PerformanceTests/test/I1591OneInst.java [new file with mode: 0644]
services/PerformanceTests/src/test/java/org/collectionspace/services/PerformanceTests/test/I1591OneInstOneClose.java [new file with mode: 0644]