1
0
mirror of https://github.com/google/nomulus synced 2026-05-12 19:01:49 +00:00

Shard the RDAP tests

These typically take the longest to complete, so sharding them will make them faster.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=199796400
This commit is contained in:
mcilwain
2018-06-08 08:25:09 -07:00
committed by Ben McIlwain
parent 5aeee19699
commit 06fc89c6c5

View File

@@ -40,6 +40,7 @@ java_library(
GenTestRules(
name = "GeneratedTestRules",
medium_tests = ["RdapDomainSearchActionTest"],
shard_count = 4,
test_files = glob(["*Test.java"]),
deps = [":rdap"],
)