Skip to content

Commit

Permalink
Run ztest for longer on "Coverage" builders
Browse files Browse the repository at this point in the history
Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Prakash Surya <prakash.surya@delphix.com>
Closes openzfs#6675
  • Loading branch information
Prakash Surya authored and behlendorf committed Sep 26, 2017
1 parent 7e98073 commit 0c484ab
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions TEST
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,20 @@ Ubuntu*)
;;
esac

###
#
# Run ztest longer on the "coverage" builders to gain more code coverage
# data out of ztest, libzpool, etc.
#
case "$BB_NAME" in
*coverage*)
TEST_ZTEST_TIMEOUT=3600
;;
*)
TEST_ZTEST_TIMEOUT=900
;;
esac

###
#
# Disable the following test suites on 32-bit systems.
Expand Down

0 comments on commit 0c484ab

Please sign in to comment.