mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-25 18:59:33 +03:00
Run ztest for longer on "Coverage" builders
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 #6675
This commit is contained in:
parent
7e98073379
commit
0c484ab567
14
TEST
14
TEST
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user