I got an error running the smoke tester with the provided cmdline - if I add a trailing slash to the URL the script gets past this error though:
—— Test Lucene... test basics... Retrying download of url https://dist.apache.org/repos/dist/dev/lucene/lucene/ after exception: HTTP Error 404: Not Found FAILED to open url https://dist.apache.org/repos/dist/dev/lucene/lucene/ File "dev-tools/scripts/smokeTestRelease.py", line 150, in load content = urllib.request.urlopen(urlString).read().decode('utf-8') File "/usr/lib/python3.4/urllib/request.py", line 153, in urlopen return opener.open(url, data, timeout) File "/usr/lib/python3.4/urllib/request.py", line 461, in open response = meth(req, response) File "/usr/lib/python3.4/urllib/request.py", line 571, in http_response 'http', request, response, code, msg, hdrs) File "/usr/lib/python3.4/urllib/request.py", line 499, in error return self._call_chain(*args) File "/usr/lib/python3.4/urllib/request.py", line 433, in _call_chain result = func(*args) File "/usr/lib/python3.4/urllib/request.py", line 579, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found —— > On May 27, 2015, at 4:04 PM, Anshum Gupta <[email protected]> wrote: > > Please vote for the first release candidate for Lucene/Solr 5.2.0 > > The artifacts can be downloaded from: > https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-5.2.0-RC1-rev1682085 > > You can run the smoke tester directly with this command: > > python3 -u dev-tools/scripts/smokeTestRelease.py > https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-5.2.0-RC1-rev1682085 > > I've run the test suite a few times, the smoke tester, basic collection > creation, startup, indexing, and query. Here's my +1. > > SUCCESS! [0:31:23.943785] > > P.S: I hit failure in MultiThreadedOCPTest 2 times while creating the RC, so > I'm looking at what's triggering it in parallel to make sure that we're not > overlooking a problem. As it has been failing on Jenkins frequently, I've > created SOLR-7602 to track this. > > -- > Anshum Gupta --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
