Skip to content

Commit

Permalink
ZTS: Increase redundancy test timeout
Browse files Browse the repository at this point in the history
The redundancy_draid.ksh and redundancy_raidz.ksh tests were updated
by commit 93c8e91 to additionally verify self-healing.  This
additional check increased the run time which can now occasionally
exceed the default maximum timeout in the CI environment.  To prevent
this from causing failures increase the default timeout for the
redundancy test cases.

Reviewed-by: John Kennedy <john.kennedy@delphix.com>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes openzfs#12043
  • Loading branch information
behlendorf committed May 28, 2021
1 parent ec75f80 commit 289b139
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/runfiles/common.run
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,7 @@ tests = ['redundancy_draid', 'redundancy_draid1', 'redundancy_draid2',
'redundancy_raidz1', 'redundancy_raidz2', 'redundancy_raidz3',
'redundancy_stripe']
tags = ['functional', 'redundancy']
timeout = 1200

[tests/functional/refquota]
tests = ['refquota_001_pos', 'refquota_002_pos', 'refquota_003_pos',
Expand Down

0 comments on commit 289b139

Please sign in to comment.