Skip to content

Commit

Permalink
Provide tags in perf-regression.run
Browse files Browse the repository at this point in the history
A prior commit changed test-runner to enable tagging
of testgroups within a test suite runfile. They must
be specified in each runfile. Update the runfile for
performance regressions so it is properly tagged.

Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Giuseppe Di Natale <[email protected]>
Closes openzfs#6830
  • Loading branch information
dinatale2 authored and behlendorf committed Nov 7, 2017
1 parent 271955d commit 87fbf43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/runfiles/perf-regression.run
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ timeout = 0
post_user = root
post = cleanup
outputdir = /var/tmp/test_results
tags = ['perf']

[tests/perf/regression]
tests = ['sequential_writes', 'sequential_reads', 'sequential_reads_cached',
'sequential_reads_cached_clone', 'random_reads', 'random_writes',
'random_readwrite']
post =
tags = ['perf', 'regression']

0 comments on commit 87fbf43

Please sign in to comment.