Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-8500

smokeTestRelease still expects KEYS file in distribution

Details

    • Test
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 7.5, 8.0
    • None
    • None
    • New

    Description

      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:

      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"
      

      Attachments

        1. LUCENE-8500.patch
          2 kB
          Jim Ferenczi

        Activity

          People

            Unassigned Unassigned
            jim.ferenczi Jim Ferenczi
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: