mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-08 16:03:20 +00:00
test.py: add --run-internet-dependent-tests
Later, we will add upgrade tests, which need to download the previous
release of Scylla from the internet.
Internet access is a major dependency, so we want to make those tests
opt-in for now.
(cherry picked from commit d3cb873532)
This commit is contained in:
committed by
Michał Chojnowski
parent
06d6718f3b
commit
1446b4e0ef
2
test.py
2
test.py
@@ -200,6 +200,8 @@ def parse_cmd_line() -> argparse.Namespace:
|
||||
help='Let me manually run the test executable at the moment this script would run it')
|
||||
parser.add_argument('--byte-limit', action="store", default=randint(0, 2000), type=int,
|
||||
help="Specific byte limit for failure injection (random by default)")
|
||||
parser.add_argument('--skip-internet-dependent-tests', action="store_true",
|
||||
help="Skip tests which depend on artifacts from the internet.")
|
||||
scylla_additional_options = parser.add_argument_group('Additional options for Scylla tests')
|
||||
scylla_additional_options.add_argument('--x-log2-compaction-groups', action="store", default="0", type=int,
|
||||
help="Controls number of compaction groups to be used by Scylla tests. Value of 3 implies 8 groups.")
|
||||
|
||||
Reference in New Issue
Block a user