----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54618/#review159375 -----------------------------------------------------------
src/tests/CMakeLists.txt (line 93) <https://reviews.apache.org/r/54618/#comment230358> Looks like all three of these ExceptionTests are aborting on Windows (Mesos HEAD = 406e5f3700e179c50292b62912c2a94f9162b21b). Glog does not print stack traces on Windows, but it appears to be a call to `Result::get` where the Result is either None or Error. - Joseph Wu On Dec. 10, 2016, 4:42 p.m., Alex Clemmer wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/54618/ > ----------------------------------------------------------- > > (Updated Dec. 10, 2016, 4:42 p.m.) > > > Review request for mesos, Andrew Schwartzmeyer, Daniel Pravat, and Joseph Wu. > > > Bugs: MESOS-6700, MESOS-6704, MESOS-6710, MESOS-6711, and MESOS-6716 > https://issues.apache.org/jira/browse/MESOS-6700 > https://issues.apache.org/jira/browse/MESOS-6704 > https://issues.apache.org/jira/browse/MESOS-6710 > https://issues.apache.org/jira/browse/MESOS-6711 > https://issues.apache.org/jira/browse/MESOS-6716 > > > Repository: mesos > > > Description > ------- > > This commit will resolve MESOS-6700, MESOS-6704, MESOS-6710, MESOS-6716, > and MESOS-6711 by trivially adding the relevant test files to the > Windows build. > > > Diffs > ----- > > src/tests/CMakeLists.txt 0966b7f283ea2ce646a417e81b6dfe1134a7188c > > Diff: https://reviews.apache.org/r/54618/diff/ > > > Testing > ------- > > > Thanks, > > Alex Clemmer > >
