You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Jim Ferenczi (JIRA)" <ji...@apache.org> on 2018/09/15 19:35:00 UTC

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

     [ https://issues.apache.org/jira/browse/LUCENE-8500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jim Ferenczi resolved LUCENE-8500.
----------------------------------
       Resolution: Fixed
    Fix Version/s: master (8.0)
                   7.5

Thanks Jan

> 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, master (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
(v7.6.3#76005)

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