Shawn, When running the load test for A, there doesn't seem to be a profile for loadtest-ftca.
B and C run successfully, but JVM has problems exiting when they are done, is this normal behaviour? B. [info] summary + 3624 in 23s = 159.9/s Avg: 50 Min: 4 Max: 481 Err: 0 (0.00%) Active: 10 Started: 10 Finished: 0 [info] summary + 6376 in 29.2s = 218.0/s Avg: 42 Min: 3 Max: 330 Err: 0 (0.00%) Active: 0 Started: 10 Finished: 10 [info] summary = 10000 in 52s = 193.3/s Avg: 45 Min: 3 Max: 481 Err: 0 (0.00%) C. [info] summary = 500 in 8.3s = 60.4/s Avg: 10 Min: 2 Max: 104 Err: 0 (0.00%) Error after runs [info] The JVM should have exitted but did not. [info] The following non-daemon threads are still running (DestroyJavaVM is OK): ... ~Chris ----- Original Message ----- From: "Chris Pike" <[email protected]> To: [email protected] Sent: Sunday, January 31, 2016 1:01:27 PM Subject: Re: Fortress Constraints Shawn, 1. You need to clone the repo, then checkout the branch you want, so git clone https://github.com/PennState/directory-fortress-core-1.git git checkout feature/addPermAttrAndUserRoleConstraints 2. The audit tests still fail in my environment, I'll look through your updated documentation, might be a problem with how I am installing openldap 3. Right now, addRoleConstraint is a two step process, but would be easy to do it as part of the "assignUser( UserRole uRole )" method as well 4. I'll work on running the performance tests. Thanks for taking a look! ~Chris ----- Original Message ----- From: "Shawn McKinney" <[email protected]> To: [email protected] Sent: Sunday, January 31, 2016 12:45:55 PM Subject: Re: Fortress Constraints > On Jan 31, 2016, at 10:49 AM, Shawn McKinney <[email protected]> wrote: > > Let’s get before & after performance impacts of these changes (once inserted > into access mgr). There is a short section in the README of how to run the > jmeter tests. I recommend tests A & B. We’ll definitely want same for > sessionPermissions but I’ll need to add the test case. Let me know if you > need help getting this running. Added the perf test for sessionPerms: 2. The .jmx files located in [.src/test/jmeter](.src/test/jmeter) folder are used to control test settings for the following: C. Fortress SessionPermissions: [src/test/jmeter/ftSessionPerms.jmx](src/test/jmeter/ftSessionPerms.jmx) 3. From **FORTRESS_HOME** folder, enter the following command from a system prompt: C. Fortress SessionPermissions: ``` mvn -Ploadtest-fortress-sessperms jmeter:jmeter ``` Shawn
