----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/64758/#review194276 -----------------------------------------------------------
FAIL: Failed to apply the dependent review: 64003. Failed command: `python.exe .\support\apply-reviews.py -n -r 64003` All the build artifacts available at: http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/64758 Relevant logs: - [apply-review-64003-stderr.log](http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/64758/logs/apply-review-64003-stderr.log): ``` Traceback (most recent call last): File ".\support\apply-reviews.py", line 434, in <module> main() File ".\support\apply-reviews.py", line 429, in main reviewboard(options) File ".\support\apply-reviews.py", line 419, in reviewboard apply_review(options) File ".\support\apply-reviews.py", line 160, in apply_review commit_patch(options) File ".\support\apply-reviews.py", line 271, in commit_patch message.write(data['message']) UnicodeEncodeError: 'ascii' codec can't encode character u'\u2019' in position 112: ordinal not in range(128) ``` - Mesos Reviewbot Windows On Dec. 20, 2017, 2:07 p.m., Meng Zhu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/64758/ > ----------------------------------------------------------- > > (Updated Dec. 20, 2017, 2:07 p.m.) > > > Review request for mesos, Benjamin Mahler and Michael Park. > > > Repository: mesos > > > Description > ------- > > While quota allocation should be fine-grained, some resources are > exclusive. They cannot be chopped into finer granularity and have > to be offered entirely. This test verifies one of the cases: disk > resource of type MOUNT. > > > Diffs > ----- > > src/tests/hierarchical_allocator_tests.cpp > 173e4fbac184ad8d40c8adba19ad64225f11f1f2 > > > Diff: https://reviews.apache.org/r/64758/diff/1/ > > > Testing > ------- > > make check > > > Thanks, > > Meng Zhu > >
