[ 
https://issues.apache.org/jira/browse/LUCENE-8500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16616484#comment-16616484
 ] 

ASF subversion and git services commented on LUCENE-8500:
---------------------------------------------------------

Commit 29b26e322cc03d5e417ed3d1cab2515f0c21af2e in lucene-solr's branch 
refs/heads/branch_7_5 from [~jim.ferenczi]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=29b26e3 ]

LUCENE-8500: Fix release smoke test to always use the downloaded KEYS file


> smokeTestRelease still expects KEYS file in distribution
> --------------------------------------------------------
>
>                 Key: LUCENE-8500
>                 URL: https://issues.apache.org/jira/browse/LUCENE-8500
>             Project: Lucene - Core
>          Issue Type: Test
>            Reporter: Jim Ferenczi
>            Priority: Major
>         Attachments: LUCENE-8500.patch
>
>
> KEYS file have been removed from the distribution (LUCENE-5143) but the maven 
> verification in smokeTestRelease still refers to these files. The smoke tests 
> failed with this exception:
> {code}
> rllib.error.URLError: <urlopen error [Errno 2] No such file or directory: 
> '/Users/jimczi/Projects/lucene_7_5/release/lucene-solr-7.5.0-RC1-rev3b3d27574c424d5fccb6172dfa8f99584c41e56b/lucene/KEYS'>
> The above exception was the direct cause of the following exception:
> Traceback (most recent call last):
>   File "dev-tools/scripts/smokeTestRelease.py", line 1530, in <module>
>     main()
>   File "dev-tools/scripts/smokeTestRelease.py", line 1471, in main
>     smokeTest(c.java, c.url, c.revision, c.version, c.tmp_dir, c.is_signed, 
> c.local_keys, ' '.join(c.test_args))
>   File "dev-tools/scripts/smokeTestRelease.py", line 1524, in smokeTest
>     checkMaven(solrSrcUnpackPath, baseURL, tmpDir, gitRevision, version, 
> isSigned)
>   File "dev-tools/scripts/smokeTestRelease.py", line 999, in checkMaven
>     verifyMavenSigs(baseURL, tmpDir, artifacts)
>   File "dev-tools/scripts/smokeTestRelease.py", line 1127, in verifyMavenSigs
>     download('%s.KEYS' % project, keysURL, tmpDir, quiet=True)
>   File "dev-tools/scripts/smokeTestRelease.py", line 128, in download
>     raise RuntimeError('failed to download url "%s"' % urlString) from e
> RuntimeError: failed to download url 
> "file:///Users/jimczi/Projects/lucene_7_5/release/lucene-solr-7.5.0-RC1-rev3b3d27574c424d5fccb6172dfa8f99584c41e56b/lucene/KEYS"
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to