Uploaded image for project: 'Sentry (Retired)'
  1. Sentry (Retired)
  2. SENTRY-52

E2E tests need to use fully qualified URI while creating test base directories

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.3.0
    • None
    • None

    Description

      This is causing a couple of failures in the e2e tests.

      //This prints hdfs://host:port/path
      path = new Path(fileSystem.getUri() + policyDir);
      fileSystem.mkdirs(path);
      System.out.println(path);
      
      //Whereas this prints just /path
      path = new Path(policyDir);
      fileSystem.mkdirs(path);
      System.out.println(path);
      

      Attachments

        1. SENTRY-52.patch
          1 kB
          Sravya Tirukkovalur

        Issue Links

          Activity

            People

              sravya Sravya Tirukkovalur
              sravya Sravya Tirukkovalur
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: