perf: Fix scenario names that should not contain %
authorGeneviève Bastien <gbastien+lttng@versatic.net>
Fri, 1 Apr 2016 18:22:18 +0000 (14:22 -0400)
committerGenevieve Bastien <gbastien+lttng@versatic.net>
Fri, 1 Apr 2016 20:16:51 +0000 (16:16 -0400)
commit41cd76a0a53e29973ec8c2a4dcfccd85d1148d78
tree668dc0994f6c875e5dbc4dc3d2ddd67be251d053
parent7d32e4c9040abf1823b352ef51758e022bea09ba
perf: Fix scenario names that should not contain %

The Scenario constructor in the o.e.test.performance contains this line of
code:

Assert.assertFalse(scenario.indexOf('%') >= 0);

This constructor does not appear to be called at insert, or it would fail, but
it is when reading the scenario data, which explains the performance tests job
failures when retrieving the data to display on
http://istmffastyet.dorsal.polymtl.ca.

Also changes the short names, that are limited to 40 characters in the database

Change-Id: If2a259e92595377a9a1872b008576a4564390038
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Reviewed-on: https://git.eclipse.org/r/69750
Reviewed-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
statesystem/org.eclipse.tracecompass.statesystem.core.tests/perf/org/eclipse/tracecompass/statesystem/core/tests/perf/historytree/HistoryTreeBackendBenchmark.java
This page took 0.024503 seconds and 5 git commands to generate.