Uploaded image for project: 'Slider'
  1. Slider
  2. SLIDER-1241

ApplicationWithAddonPackagesIT tests fail in WASB due to HDFS mkdirs API not adhering to "mkdir -p" semantics

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • Slider 0.92
    • Slider 1.0.0
    • test
    • None

    Description

      ApplicationWithAddonPackagesIT tests try to create /tmp/test_slider.txt, but ensures the parent dir exists by calling mkdirs API. In cases when /tmp exists the tests fail. The HDFS mkdirs API says that it adheres to "mkdir -p" semantics and that the "Existence of the directory hierarchy is not an error" - https://hadoop.apache.org/docs/stable/api/org/apache/hadoop/fs/FileSystem.html#mkdirs-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.permission.FsPermission-

      Seems like WASB does not conform to this API definition.

      Attachments

        Activity

          People

            gsaha Gour Saha
            gsaha Gour Saha
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: