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
6e655a99ce
commit
f462fe2794
|
@ -8,7 +8,7 @@
|
|||
"date": "2019-01-01",
|
||||
"artifacts": [
|
||||
{
|
||||
"url": "question-answer-request-handler-1.0.jar",
|
||||
"url": "question-answer-request-handler-1.0.jar.tmp",
|
||||
"sig": "TTzgh5/usbyWg7oZ7lRwz4eQfh1FeXWvv4U85tsVthVz0MRDz9t7SmonDkegZ7OyqeoiQ4I207pifpVW+DRd9Q=="
|
||||
}
|
||||
],
|
||||
|
@ -45,7 +45,7 @@
|
|||
"date": "2019-01-01",
|
||||
"artifacts": [
|
||||
{
|
||||
"url": "question-answer-request-handler-1.1.jar",
|
||||
"url": "question-answer-request-handler-1.1.jar.tmp",
|
||||
"sig": "LypqlmbJ76AWa5jx0XhjKxO4lrcQAvpSuYddfzcE6TnX0VDPFhrlQHSSX6cZLtvNbQ+74xUMKgsoX1IUnEnKYw=="
|
||||
}
|
||||
]
|
||||
|
|
|
@ -144,7 +144,7 @@ public class PackageManagerCLITest extends SolrCloudTestCase {
|
|||
cluster.getSolrClient(),
|
||||
Arrays.asList("response", "params", "PKG_VERSIONS", pkg),
|
||||
version,
|
||||
1);
|
||||
10);
|
||||
|
||||
TestSolrConfigHandler.testForResponseElement(
|
||||
null,
|
||||
|
@ -153,7 +153,7 @@ public class PackageManagerCLITest extends SolrCloudTestCase {
|
|||
cluster.getSolrClient(),
|
||||
Arrays.asList("config", "requestHandler", component, "_packageinfo_", "version"),
|
||||
componentVersion,
|
||||
1);
|
||||
10);
|
||||
}
|
||||
|
||||
private void run(PackageTool tool, String[] args) throws Exception {
|
||||
|
|
Loading…
Reference in New Issue