SOLR-13662: Renaming the test jars to .tmp to avoid precommit failures. Adding timeout for test failure fix.

This commit is contained in:
Ishan Chattopadhyaya 2019-11-15 01:05:25 +02:00
parent 6e655a99ce
commit f462fe2794
4 changed files with 4 additions and 4 deletions

View File

@ -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=="
}
]

View File

@ -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 {