-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/47708/
-----------------------------------------------------------
Review request for mesos, Benjamin Mahler and Neil Conway.
Bugs: MESOS-5256
https://issues.apache.org/jira/browse/MESOS-5256
Repository: mesos
Description
-------
This change was required in response to the new refactoring for
resource enumeration. Since resources are now enumerated in a slightly
different order, the resulting JSON representing resources has a
slightly different ordering as well.
NOTE: We don't actually care about the ordering for this test. We only
care that the resulting resources match. For now we just fix the
ordering of resources in the JSON string, but we should consider
updating the test to compare the resulting `Resources` object
represented by the JSON, not the exact JSON strings themselves.
Diffs
-----
src/tests/persistent_volume_endpoints_tests.cpp
a57461d881b2bf0175f83b50b0a46167acd5bd3e
Diff: https://reviews.apache.org/r/47708/diff/
Testing
-------
make -j check
Thanks,
Kevin Klues