You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Yan Xu (JIRA)" <ji...@apache.org> on 2016/08/03 06:05:20 UTC

[jira] [Updated] (MESOS-5972) SharedResourcesTest failing

     [ https://issues.apache.org/jira/browse/MESOS-5972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yan Xu updated MESOS-5972:
--------------------------
         Shepherd: Yan Xu
    Fix Version/s: 1.1.0
          Summary: SharedResourcesTest failing  (was: SharedResourcesTest failing on macOS)

> SharedResourcesTest failing
> ---------------------------
>
>                 Key: MESOS-5972
>                 URL: https://issues.apache.org/jira/browse/MESOS-5972
>             Project: Mesos
>          Issue Type: Bug
>          Components: tests
>    Affects Versions: 1.1.0
>         Environment: $ g++ --version
> Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
> Apple LLVM version 7.0.2 (clang-700.1.81)
> Target: x86_64-apple-darwin14.5.0
> Thread model: posix
>            Reporter: Yan Xu
>            Assignee: Anindya Sinha
>             Fix For: 1.1.0
>
>
> The following consistently fail in the specified environment.
> {noformat:title=}
> [ RUN      ] SharedResourcesTest.ScalarSubtractionShared
> ../../src/tests/resources_tests.cpp:2504: Failure
> Value of: (r2 - r1).count(disk)
>   Actual: 18446744073709551615
> Expected: 0u
> Which is: 0
> [  FAILED  ] SharedResourcesTest.ScalarSubtractionShared (0 ms)
> [ RUN      ] SharedResourcesTest.ScalarSharedCompoundExpressions
> ../../src/tests/resources_tests.cpp:2527: Failure
> Value of: r1
>   Actual: { cpus(*):2, mem(*):10, disk(role1)[1:path]:50<4> }
> Expected: r2 - r1 + r1
> Which is: { disk(role1)[1:path]:50<3>, cpus(*):2, mem(*):10 }
> ../../src/tests/resources_tests.cpp:2531: Failure
> Value of: (r2 - r1).empty()
>   Actual: false
> Expected: true
> [  FAILED  ] SharedResourcesTest.ScalarSharedCompoundExpressions (0 ms)
> {noformat}
> /cc [~kaysoky]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)