You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benjamin Mahler (Jira)" <ji...@apache.org> on 2020/03/05 23:11:00 UTC

[jira] [Created] (MESOS-10100) Recently introduced PathTest.Relative and PathTest.PathIteration fail on windows.

Benjamin Mahler created MESOS-10100:
---------------------------------------

             Summary: Recently introduced PathTest.Relative and PathTest.PathIteration fail on windows.
                 Key: MESOS-10100
                 URL: https://issues.apache.org/jira/browse/MESOS-10100
             Project: Mesos
          Issue Type: Bug
          Components: stout
            Reporter: Benjamin Mahler


These were introduced recently and never passed on windows:

{noformat}
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)
{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)