Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-10100

Recently introduced PathTest.Relative and PathTest.PathIteration fail on windows.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.10.0
    • stout
    • None

    Description

      These were introduced recently and never passed on windows:

      14:53:09 [ RUN      ] PathTest.Relative
      14:53:09 C:\Users\Administrator\workspace\mesos\Mesos_CI_Windows-build-WIP\mesos\3rdparty\stout\tests\path_tests.cpp(361): error: Value of: path::relative("a", "/a").isError()
      14:53:09   Actual: false
      14:53:09 Expected: true
      14:53:09 C:\Users\Administrator\workspace\mesos\Mesos_CI_Windows-build-WIP\mesos\3rdparty\stout\tests\path_tests.cpp(362): error: Value of: path::relative("/a", "a").isError()
      14:53:09   Actual: false
      14:53:09 Expected: true
      14:53:09 C:\Users\Administrator\workspace\mesos\Mesos_CI_Windows-build-WIP\mesos\3rdparty\stout\tests\path_tests.cpp(369): error: Value of: (path::relative("/a/b", "/a")).get()
      14:53:09   Actual: "..\\/a/b"
      14:53:09 Expected: "b"
      14:53:09 Which is: "b"
      14:53:09 [  FAILED  ] PathTest.Relative (3 ms)
      14:53:09 [ RUN      ] PathTest.Comparison
      14:53:09 [       OK ] PathTest.Comparison (1 ms)
      14:53:09 [ RUN      ] PathTest.FromURI
      14:53:09 [       OK ] PathTest.FromURI (0 ms)
      14:53:09 [ RUN      ] PathTest.PathIteration
      14:53:09 C:\Users\Administrator\workspace\mesos\Mesos_CI_Windows-build-WIP\mesos\3rdparty\stout\tests\path_tests.cpp(456): error: Value of: absolute_path.is_absolute()
      14:53:09   Actual: false
      14:53:09 Expected: true
      14:53:09 [  FAILED  ] PathTest.PathIteration (0 ms)
      

      Attachments

        Activity

          People

            bmahler Benjamin Mahler
            bmahler Benjamin Mahler
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: