DaGeRe / peass

Tool for Performance analysis of software system
GNU Affero General Public License v3.0
10 stars 9 forks source link

parameterized tests in root cause analysis #114

Closed KarimAbrik closed 1 year ago

KarimAbrik commented 1 year ago

The execution of "getchanges" does not create suitable searchcause-commands in run-rca-$PROJECTNAME.jar for parameterized tests. I had to use java -jar to start the starter instead of ./peass and add the parameters manually in order to begin the root cause analysis.

DaGeRe commented 1 year ago

This should start working with https://github.com/DaGeRe/peass/commit/19fa4e3feca70607acbc0f4db99ec92bbcaa7bfe, can you confirm this?

KarimAbrik commented 1 year ago

Yes, now it works. Thanks!