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 00:55:44 +02:00
parent b4fe911cc8
commit e59563f189
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": "C9UWKkucmY3UNzqn0VLneVMe9kCbJjw7Urc76vGenoRwp32xvNn5ZIGZ7G34xZP7cVjqn/ltDlLWBZ/C3eAtuw=="
}
],
@ -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": "qdNsVe5G8clkBDQwcX2MViA1XU6bhqEwFCPiqPxot7YQw5oj/pFvDPkzWaVa6rNbUzK3WUBbhV5TedhF7hZMOQ=="
}
]

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 {