Reports only generated for first report

View: New views
1 Messages — Rating Filter:   Alert me  

Reports only generated for first report

by Andy Bell-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi

We have a suite of reports, all of which are specified in a .pom file in the <executions> section. i.e.:

<executions>
              <execution>                           
                <id>portfolio-service-report</id>
                <configuration>
                  <dataid>portfolio-service-report</dataid>
                  <input>${basedir}/src/test/jmeter/Portfolio Service Concurrency Test.jmx</input>
                </configuration> 
               ...omit loads of bits...
              </execution>
              <execution>
                <id>security-service-report</id>
              ...and so forth...

When we ask chronos to produce a History Report - all is fine, each test's reports get genrated correctly.

But if we ask for the ordinary Reports, Chronos only produces a report from the first report in our .pom ...

Is this a bug or do we need to specify things differently in the pom?

Thanks,

--
Andy