Merge branch 'stable-3.1'
* stable-3.1: Upgrade JGit to v5.6.0.201912041214-rc1 Update replication plugin to get fixes for IT flakiness ElasticV6QueryChangesTest: Add deps to fix build Change-Id: I267048783027dc41d2a6ecc06bc180c7c8b0508f
This commit is contained in:
@@ -30,6 +30,11 @@ ELASTICSEARCH_DEPS = [
|
||||
"//lib:jgit",
|
||||
]
|
||||
|
||||
HTTP_TEST_DEPS = [
|
||||
"//lib/httpcomponents:httpasyncclient",
|
||||
"//lib/httpcomponents:httpclient",
|
||||
]
|
||||
|
||||
QUERY_TESTS_DEP = "//javatests/com/google/gerrit/server/query/%s:abstract_query_tests"
|
||||
|
||||
TYPES = [
|
||||
@@ -66,7 +71,7 @@ ELASTICSEARCH_TAGS = [
|
||||
size = "large",
|
||||
srcs = [src],
|
||||
tags = ELASTICSEARCH_TAGS,
|
||||
deps = ELASTICSEARCH_DEPS + [QUERY_TESTS_DEP % name],
|
||||
deps = ELASTICSEARCH_DEPS + [QUERY_TESTS_DEP % name] + HTTP_TEST_DEPS,
|
||||
) for name, src in ELASTICSEARCH_TESTS_V6.items()]
|
||||
|
||||
[junit_tests(
|
||||
@@ -74,10 +79,7 @@ ELASTICSEARCH_TAGS = [
|
||||
size = "large",
|
||||
srcs = [src],
|
||||
tags = ELASTICSEARCH_TAGS,
|
||||
deps = ELASTICSEARCH_DEPS + [QUERY_TESTS_DEP % name] + [
|
||||
"//lib/httpcomponents:httpasyncclient",
|
||||
"//lib/httpcomponents:httpclient",
|
||||
],
|
||||
deps = ELASTICSEARCH_DEPS + [QUERY_TESTS_DEP % name] + HTTP_TEST_DEPS,
|
||||
) for name, src in ELASTICSEARCH_TESTS_V7.items()]
|
||||
|
||||
junit_tests(
|
||||
|
Submodule modules/jgit updated: 0356613f48...a7e454bc51
Submodule plugins/replication updated: ef5ffc7508...c72a72058f
Reference in New Issue
Block a user