[midPoint-git] [Evolveum/midpoint] f55c41: Add bulk import performance test (MID-5368)
mederly
noreply at github.com
Tue May 28 13:29:31 CEST 2019
Branch: refs/heads/feature/3.9-perf-measurements
Home: https://github.com/Evolveum/midpoint
Commit: f55c41dda498f2d9a02c2ba91428d5dbb045ced4
https://github.com/Evolveum/midpoint/commit/f55c41dda498f2d9a02c2ba91428d5dbb045ced4
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2019-05-27 (Mon, 27 May 2019)
Changed paths:
M model/model-impl/src/test/java/com/evolveum/midpoint/model/impl/AbstractInternalModelIntegrationTest.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/AbstractConfiguredModelIntegrationTest.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/password/AbstractPasswordTest.java
M model/model-test/src/main/java/com/evolveum/midpoint/model/test/AbstractModelIntegrationTest.java
M testing/story/pom.xml
A testing/story/src/test/java/com/evolveum/midpoint/testing/story/perf/Generate.java
A testing/story/src/test/java/com/evolveum/midpoint/testing/story/perf/TestImport.java
A testing/story/src/test/resources/perf/import/org-basic.xml
A testing/story/src/test/resources/perf/import/resource-source.xml
A testing/story/src/test/resources/perf/import/source.sql
A testing/story/src/test/resources/perf/import/system-configuration.xml
A testing/story/src/test/resources/perf/import/task-import.xml
A testing/story/src/test/resources/perf/import/template-import.xml
A testing/story/src/test/resources/schema/perf-import.xsd
Log Message:
-----------
Add bulk import performance test (MID-5368)
Commit: 72dac29451e0171c29d635af1ee20cb167991e8f
https://github.com/Evolveum/midpoint/commit/72dac29451e0171c29d635af1ee20cb167991e8f
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2019-05-28 (Tue, 28 May 2019)
Changed paths:
M infra/util/src/main/java/com/evolveum/midpoint/util/aspect/MidpointInterceptor.java
M repo/repo-sql-impl-test/src/main/java/com/evolveum/midpoint/repo/sql/testing/TestSqlRepositoryFactory.java
M repo/repo-sql-impl-test/src/main/java/com/evolveum/midpoint/repo/sql/testing/TestSqlRepositoryServiceImpl.java
M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/DummyAuditService.java
M testing/story/src/test/java/com/evolveum/midpoint/testing/story/perf/TestImport.java
M testing/story/src/test/resources/perf/import/system-configuration.xml
Log Message:
-----------
Adapt bulk import test
1. Disabled dummy audit service to avoid memory leak (audit records)
2. Configured regular profiling intervals to observe performance
Temporarily disabled TestSqlRepositoryServiceImpl - but the class
currently does nothing, so nothing changed by this.
Compare: https://github.com/Evolveum/midpoint/compare/f55c41dda498%5E...72dac29451e0
More information about the midPoint-svn
mailing list