----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63779/ -----------------------------------------------------------
Review request for mesos, Akash Gupta, Alexander Rukletsov, Jie Yu, John Kordich, Joseph Wu, and Li Li. Repository: mesos Description ------- Similar to the check tests, with the `cpu` hard cap enabled, the task in this test failed with an OOM error because PowerShell requires more resources than were being allocated. The `defaultTaskResourcesString` was moved into the `MesosTests` base class so that any test creating a task can use these default resources, instead of a hard-coded string. Additionally, the resources allocated by default for an agent were increased so that multiple tasks can be run simultaneously (as this test does). Diffs ----- src/tests/check_tests.cpp f14b81aa06f6e0acbc2c3d4c65b0443d09127e78 src/tests/master_slave_reconciliation_tests.cpp 6acf694538c61ce46e513b7b2805da0e0f7758dc src/tests/mesos.hpp f25173232df4a9b460194e5e041230e307b80e36 Diff: https://reviews.apache.org/r/63779/diff/1/ Testing ------- Tests pass on Windows, waiting on Linux tests. Thanks, Andrew Schwartzmeyer
