mirror of https://github.com/apache/lucene.git
SOLR-13662: Renaming the test jars to .tmp to avoid precommit failures. Adding timeout for test failure fix.
This commit is contained in:
parent
b4fe911cc8
commit
e59563f189
|
@ -8,7 +8,7 @@
|
||||||
"date": "2019-01-01",
|
"date": "2019-01-01",
|
||||||
"artifacts": [
|
"artifacts": [
|
||||||
{
|
{
|
||||||
"url": "question-answer-request-handler-1.0.jar",
|
"url": "question-answer-request-handler-1.0.jar.tmp",
|
||||||
"sig": "C9UWKkucmY3UNzqn0VLneVMe9kCbJjw7Urc76vGenoRwp32xvNn5ZIGZ7G34xZP7cVjqn/ltDlLWBZ/C3eAtuw=="
|
"sig": "C9UWKkucmY3UNzqn0VLneVMe9kCbJjw7Urc76vGenoRwp32xvNn5ZIGZ7G34xZP7cVjqn/ltDlLWBZ/C3eAtuw=="
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
"date": "2019-01-01",
|
"date": "2019-01-01",
|
||||||
"artifacts": [
|
"artifacts": [
|
||||||
{
|
{
|
||||||
"url": "question-answer-request-handler-1.1.jar",
|
"url": "question-answer-request-handler-1.1.jar.tmp",
|
||||||
"sig": "qdNsVe5G8clkBDQwcX2MViA1XU6bhqEwFCPiqPxot7YQw5oj/pFvDPkzWaVa6rNbUzK3WUBbhV5TedhF7hZMOQ=="
|
"sig": "qdNsVe5G8clkBDQwcX2MViA1XU6bhqEwFCPiqPxot7YQw5oj/pFvDPkzWaVa6rNbUzK3WUBbhV5TedhF7hZMOQ=="
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -144,7 +144,7 @@ public class PackageManagerCLITest extends SolrCloudTestCase {
|
||||||
cluster.getSolrClient(),
|
cluster.getSolrClient(),
|
||||||
Arrays.asList("response", "params", "PKG_VERSIONS", pkg),
|
Arrays.asList("response", "params", "PKG_VERSIONS", pkg),
|
||||||
version,
|
version,
|
||||||
1);
|
10);
|
||||||
|
|
||||||
TestSolrConfigHandler.testForResponseElement(
|
TestSolrConfigHandler.testForResponseElement(
|
||||||
null,
|
null,
|
||||||
|
@ -153,7 +153,7 @@ public class PackageManagerCLITest extends SolrCloudTestCase {
|
||||||
cluster.getSolrClient(),
|
cluster.getSolrClient(),
|
||||||
Arrays.asList("config", "requestHandler", component, "_packageinfo_", "version"),
|
Arrays.asList("config", "requestHandler", component, "_packageinfo_", "version"),
|
||||||
componentVersion,
|
componentVersion,
|
||||||
1);
|
10);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void run(PackageTool tool, String[] args) throws Exception {
|
private void run(PackageTool tool, String[] args) throws Exception {
|
||||||
|
|
Loading…
Reference in New Issue