Alexander Rukletsov created MESOS-2232: ------------------------------------------
Summary: Suppress MockAllocator::transformAllocation() warnings. Key: MESOS-2232 URL: https://issues.apache.org/jira/browse/MESOS-2232 Project: Mesos Issue Type: Bug Components: test Reporter: Alexander Rukletsov Priority: Minor After transforming allocated resources feature was added to allocator, a number of warnings are popping out for allocator tests. Commits leading to this behaviour: {{dacc88292cc13d4b08fe8cda4df71110a96cb12a}} {{5a02d5bdc75d3b1149dcda519016374be06ec6bd}} corresponding reviews: https://reviews.apache.org/r/29083 https://reviews.apache.org/r/29084 Here is an example: {code} [ RUN ] MasterAllocatorTest/0.FrameworkReregistersFirst GMOCK WARNING: Uninteresting mock function call - taking default action specified at: ../../../src/tests/mesos.hpp:719: Function call: transformAllocation(@0x7fd3bb5274d8 20150115-185632-1677764800-59671-44186-0000, @0x7fd3bb5274f8 20150115-185632-1677764800-59671-44186-S0, @0x1119140e0 16-byte object <F0-5E 52-BB D3-7F 00-00 C0-5F 52-BB D3-7F 00-00>) Stack trace: [ OK ] MasterAllocatorTest/0.FrameworkReregistersFirst (204 ms) {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)