----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53016/ -----------------------------------------------------------
Review request for mesos and Benjamin Mahler. Repository: mesos Description ------- Added test case for ranges less than or equal to operation. Diffs ----- src/tests/values_tests.cpp cc17b675d5d3768685b44a1cea64264dcbca80ba Diff: https://reviews.apache.org/r/53016/diff/ Testing ------- make make check ``` ./bin/mesos-tests.sh --gtest_filter="ValuesTest.RangesLE" [==========] Running 1 test from 1 test case. [----------] Global test environment set-up. [----------] 1 test from ValuesTest [ RUN ] ValuesTest.RangesLE [ OK ] ValuesTest.RangesLE (0 ms) [----------] 1 test from ValuesTest (0 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test case ran. (15 ms total) [ PASSED ] 1 test. ``` Thanks, Guangya Liu
