You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/09/03 09:37:00 UTC

[jira] [Commented] (LUCENE-8500) smokeTestRelease still expects KEYS file in distribution

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

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

Commit 0a9b660648bccceac4496497b77cda0e2c33f4fa in lucene-solr's branch refs/heads/master from Adrien Grand
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=0a9b660 ]

LUCENE-8500: Make sure to use a 0 offset when setting the dictionary.


> 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
>             Fix For: 7.5, 8.0
>
>         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
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org