----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/2663/ -----------------------------------------------------------
Review request for mesos. Summary ------- Currently, tests/process_spawn.cpp uses INT_MAX but only includes <iostream> which is not gaurenteed (and apparently does not on some systems) to define INT_MAX, causing a compilation error. Diffs ----- src/tests/process_spawn.cpp 4f60296 Diff: https://reviews.apache.org/r/2663/diff Testing ------- Thanks, Charles
