Review Request 64575: Added containerClass() to MesosContainerizerProcess::Container.

2017-12-13 Thread Armand Grillet
/containerizer/mesos/containerizer.cpp 7ab0b07f689f872573ca458ae47cd6426ebc0365 Diff: https://reviews.apache.org/r/64575/diff/1/ Testing --- ``` GTEST_FILTER="" nice make check -j16 V=0 ``` Thanks, Armand Grillet

Re: Review Request 64379: Improved logs displayed after a slave failed recovery.

2017-12-08 Thread Armand Grillet
: Restart the agent. ``` I have thus removed the tab before `This ensures agent doesn't recover` as it did not appear in the logs. Thanks, Armand Grillet

Review Request 64379: Improved logs displayed after a slave failed recovery.

2017-12-06 Thread Armand Grillet
as follows: Nov: Step 1: rm -f /var/lib/mesos/slave/meta/slaves/latest Nov: This ensures agent doesn't recover old live executors. Nov: Step 2: Restart the agent. ``` I have thus removed the tab before `This ensures agent doesn't recover` as it did not appear in the logs. Thanks, Armand Grillet

Re: Review Request 63953: Added logging based on container class.

2017-12-06 Thread Armand Grillet
ot;: "SCALAR", "scalar": { "value": 2 } } ], "command": { "value": "sleep 1000" }, "check": { "type": "COMMAND", "command": { "command": { "value": "echo \"Bonjour\"" }, "uris": [] } } } ] } ``` And: ``` $ nice make check ``` Thanks, Armand Grillet

Re: Review Request 63999: Added env var to set default flags for parallel test runner.

2017-11-27 Thread Armand Grillet
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63999/#review191898 --- Ship it! Ship It! - Armand Grillet On nov. 27, 2017, 3:44

Re: Review Request 63999: Added env var to set default flags for parallel test runner.

2017-11-27 Thread Armand Grillet
tps://reviews.apache.org/r/63999/#comment269831> Could you please add a comment explaining how does the flags passed on the command line have precedence over the defaults? - Armand Grillet On Nov. 21, 2017, 9:09 p.m., Benjamin Bannier

Re: Review Request 63953: Added logging based on container class.

2017-11-27 Thread Armand Grillet
ot;: 2 } } ], "command": { "value": "sleep 1000" }, "check": { "type": "COMMAND", "command": { "command": { "value": "echo \"Bonjour\"" }, "uris": [] } } } ] } ``` And: ``` $ nice make check ``` Thanks, Armand Grillet

Re: Review Request 64068: Increased executor log verbosity in tests.

2017-11-27 Thread Armand Grillet
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/64068/#review191875 --- Ship it! Ship It! - Armand Grillet On Nov. 24, 2017, 7:12

Re: Review Request 63953: Added logging based on container class.

2017-11-22 Thread Armand Grillet
uot;, "type": "SCALAR", "scalar": { "value": 2 } } ], "command": { "value": "sleep 1000" }, "check": { "type": "COMMAND", "command": { "command": { "value": "echo \"Bonjour\"" }, "uris": [] } } } ] } ``` And: ``` $ nice make check ``` Thanks, Armand Grillet

Re: Review Request 63953: Added logging based on container class.

2017-11-21 Thread Armand Grillet
uot;type": "SCALAR", "scalar": { "value": 2 } } ], "command": { "value": "sleep 1000" }, "check": { "type": "COMMAND", "command": { "command": { "value": "echo \"Bonjour\"" }, "uris": [] } } } ] } ``` And: ``` $ nice make check ``` Thanks, Armand Grillet

Review Request 63833: Added context to new agent processing calls.

2017-11-15 Thread Armand Grillet
- src/slave/http.cpp c4d8098df8cf9dd2cc2301b76460dd5e3bdb2bad Diff: https://reviews.apache.org/r/63833/diff/1/ Testing --- ``` $ make check ``` Thanks, Armand Grillet

Re: Review Request 63726: Fixed broken python linter.

2017-11-10 Thread Armand Grillet
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63726/#review190717 --- Ship it! Ship It! - Armand Grillet On Nov. 10, 2017, 3 p.m

Re: Review Request 63726: Fixed broken python linter.

2017-11-10 Thread Armand Grillet
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63726/#review190716 --- Ship it! Ship It! - Armand Grillet On nov. 10, 2017, 2:56

Review Request 63724: Updated JavaScript linter rules.

2017-11-10 Thread Armand Grillet
--- Thanks, Armand Grillet

Review Request 63723: Upated excluded files by JavaScript linter.

2017-11-10 Thread Armand Grillet
/webui/master/static/js/*.js ``` Thanks, Armand Grillet

Re: Review Request 63694: Added context to agent processing calls.

2017-11-10 Thread Armand Grillet
, Armand Grillet

Re: Review Request 63703: Linted controllers.js.

2017-11-09 Thread Armand Grillet
/controllers.js ``` Thanks, Armand Grillet

Review Request 63703: Removed unnecessary semicolon in controllers.js.

2017-11-09 Thread Armand Grillet
https://issues.apache.org/jira/browse/MESOS-7924 Repository: mesos Description --- See summary. Diffs - src/webui/master/static/js/controllers.js e753709f59d1cc5deafb632a4feab453964f1dae Diff: https://reviews.apache.org/r/63703/diff/1/ Testing --- Thanks, Armand

Review Request 63694: Added context to agent processing calls.

2017-11-09 Thread Armand Grillet
/slave/http.cpp cfae9979e58bca1864551bf16b741d6bae6602f8 Diff: https://reviews.apache.org/r/63694/diff/1/ Testing --- ``` $ make check ``` Thanks, Armand Grillet

Review Request 63661: Updated tests to use `createCallSubscribe`.

2017-11-08 Thread Armand Grillet
://reviews.apache.org/r/63661/diff/1/ Testing --- ``` $ make check ``` Thanks, Armand Grillet

Re: Review Request 62938: Added ZooKeeper leader resolution to CLI.

2017-11-07 Thread Armand Grillet
/62938/diff/4-5/ Testing --- Tested with a Mesos cluster running with 3 masters and 1 agent, run some CLI commands successfully. Thanks, Armand Grillet

Review Request 63585: Improved support/mesos-style.py structure.

2017-11-06 Thread Armand Grillet
Diff: https://reviews.apache.org/r/63585/diff/1/ Testing --- Used the linters after applying this patch. Thanks, Armand Grillet

Review Request 63582: Removed pylint from the CLI requirements.

2017-11-06 Thread Armand Grillet
7aeac344c47ccd2588fded44d7314db7abd85653 Diff: https://reviews.apache.org/r/63582/diff/1/ Testing --- Used the linters after applying this patch. Thanks, Armand Grillet

Re: Review Request 63581: Created virtual environment for linters in /support.

2017-11-06 Thread Armand Grillet
/ Testing --- Used the linters after applying this patch. Thanks, Armand Grillet

Review Request 63581: Created virtual environment for linters in /support.

2017-11-06 Thread Armand Grillet
support/mesos-style.py b2fdac9f8f76bdf8d8ede9ad8a056e4bb8c2754c support/pip-requirements.txt PRE-CREATION Diff: https://reviews.apache.org/r/63581/diff/1/ Testing --- Used the linters after applying this patch. Thanks, Armand Grillet

Review Request 63538: Moved expectation for scheduler subscription events in some tests.

2017-11-03 Thread Armand Grillet
at=100 ``` And `make check`. Thanks, Armand Grillet

Re: Review Request 63463: Added support for credential secret to test-http-framework.

2017-11-02 Thread Armand Grillet
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63463/#review189899 --- Ship it! Ship It! - Armand Grillet On Nov. 1, 2017, 2:39

Re: Review Request 62938: Added ZooKeeper leader resolution to CLI.

2017-10-26 Thread Armand Grillet
/62938/diff/1-2/ Testing --- Tested with a Mesos cluster running with 3 masters and 1 agent, run some CLI commands successfully. Thanks, Armand Grillet

Review Request 63146: Replaced std::cerr by LOG(ERROR) in process.cpp.

2017-10-19 Thread Armand Grillet
Description --- See summary. Diffs - 3rdparty/libprocess/src/process.cpp 2334e2656dddbaa0b3532715e0a18132e1b898fd Diff: https://reviews.apache.org/r/63146/diff/1/ Testing --- ``` $ make check ``` Thanks, Armand Grillet

Re: Review Request 62595: Added test module wrapping the basic HTTP authenticatee.

2017-10-19 Thread Armand Grillet
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62595/#review188655 --- Ship it! Ship It! - Armand Grillet On Sept. 26, 2017, 10:54

Re: Review Request 62595: Added test module wrapping the basic HTTP authenticatee.

2017-10-19 Thread Armand Grillet
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62595/#review188654 --- LGTM. - Armand Grillet On Sept. 26, 2017, 10:54 p.m., Till

Re: Review Request 63114: Updated jQuery and Angular versions used in Makefile.am.

2017-10-18 Thread Armand Grillet
085ff3b820693c9ef0115a74d72b0d87f158a887 Diff: https://reviews.apache.org/r/63114/diff/1/ Testing (updated) --- ```sh $ make check $ DISTCHECK_CONFIGURE_FLAGS=" --disable-java" make distcheck ``` Thanks, Armand Grillet

Review Request 63114: Updated jQuery and Angular versions used in Makefile.am.

2017-10-18 Thread Armand Grillet
, Armand Grillet

Re: Review Request 63101: Upgrades jQuery used by Mesos WebUI to version 3.2.1.

2017-10-18 Thread Armand Grillet
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63101/#review188488 --- Ship it! Ship It! - Armand Grillet On Oct. 18, 2017, 12:12

Re: Review Request 63102: Upgrades AngularJS used by Mesos WebUI to version 1.2.32.

2017-10-18 Thread Armand Grillet
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63102/#review188473 --- Ship it! Ship It! - Armand Grillet On Oct. 18, 2017, 10:21

Re: Review Request 62214: Added JavaScript linter.

2017-10-18 Thread Armand Grillet
to commit a change on a JavaScript file and checked that ESLinter was correctly running. Thanks, Armand Grillet

Review Request 62938: Added ZooKeeper leader resolution to CLI.

2017-10-12 Thread Armand Grillet
dd109c09368e650b7d7dabd663c11bc2e3e5180a src/python/cli_new/pip-requirements.txt 7aeac344c47ccd2588fded44d7314db7abd85653 Diff: https://reviews.apache.org/r/62938/diff/1/ Testing --- Tested with a Mesos cluster running with 3 masters and 1 agent, run some CLI commands successfully. Thanks, Armand Grillet

Review Request 62891: Increased level for libprocess verbose logs regarding resumed processes.

2017-10-11 Thread Armand Grillet
-port=5037 --work_dir=/tmp/test-mesos/work/` and checked that the new output was as expected. Thanks, Armand Grillet

Review Request 62887: Increased level for recurring master and agent verbose logs.

2017-10-11 Thread Armand Grillet
--- Run `GLOG_v=1 ./mesos-local.sh --log_dir=/tmp/test-mesos/log/ --num_slaves=3 --port=5037 --work_dir=/tmp/test-mesos/work/` and `GLOG_v=2 ./mesos-local.sh --log_dir=/tmp/test-mesos/log/ --num_slaves=3 --port=5037 --work_dir=/tmp/test-mesos/work/` and checked that the new output was as expected. Thanks, Armand Grillet

Review Request 62886: Increased level for recurring allocator verbose logs.

2017-10-11 Thread Armand Grillet
-work_dir=/tmp/test-mesos/work/` and `GLOG_v=2 ./mesos-local.sh --log_dir=/tmp/test-mesos/log/ --num_slaves=3 --port=5037 --work_dir=/tmp/test-mesos/work/` and checked that the new output was correct. Thanks, Armand Grillet

Re: Review Request 62793: Added cpplint to the list of excluded files by Python linter.

2017-10-11 Thread Armand Grillet
. Thanks, Armand Grillet

Re: Review Request 62793: Added cpplint to the list of excluded files by Python linter.

2017-10-10 Thread Armand Grillet
eviews.apache.org/r/62793/#review187534 --- On Oct. 10, 2017, 9:57 a.m., Armand Grillet wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/62793/ > ---

Review Request 62864: Disabled Pylint error messages for apply-reviews support script.

2017-10-10 Thread Armand Grillet
1ca src/webui/master/static/js/controllers.js fa0ad54cbcec7a3b0bea9e2b0dc70a4c3f41e822 support/apply-reviews.py 23f20477f7edb1d7932630012a411d28c2720747 Diff: https://reviews.apache.org/r/62864/diff/1/ Testing --- Thanks, Armand Grillet

Review Request 62861: Updated list of excluded files by Python linter.

2017-10-10 Thread Armand Grillet
I have modified 'support/cpplint.py' and checked that it was not linted. Thanks, Armand Grillet

Re: Review Request 62793: Added cpplint to the list of excluded files by Python linter.

2017-10-10 Thread Armand Grillet
I have modified 'support/cpplint.py' and checked that it was not linted. Thanks, Armand Grillet

Re: Review Request 62214: Added JavaScript linter.

2017-10-06 Thread Armand Grillet
that ESLinter was correctly running. Thanks, Armand Grillet

Re: Review Request 62793: Updated list of excluded files by Python linter.

2017-10-06 Thread Armand Grillet
/cpplint.py' and checked that it was not linted. Thanks, Armand Grillet

Review Request 62793: Updated list of files excluded by Python linter.

2017-10-05 Thread Armand Grillet
have modified 'support/cpplint.py' and checked that it was not linted. Thanks, Armand Grillet

Review Request 62788: Added support/ to the list of the linted directories.

2017-10-05 Thread Armand Grillet
-reviews.py 5ecde40553c6b1ace9bfcf27a7268450b8bc2838 Diff: https://reviews.apache.org/r/62788/diff/1/ Testing --- Thanks, Armand Grillet

Re: Review Request 62592: Added basic HTTP authenticatee implementation.

2017-10-02 Thread Armand Grillet
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62592/#review186846 --- LGTM. - Armand Grillet On Oct. 2, 2017, 10:12 a.m., Till

Re: Review Request 62591: Modularized HTTP authenticatee.

2017-10-02 Thread Armand Grillet
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62591/#review186841 --- LGTM. - Armand Grillet On Sept. 26, 2017, 10:54 p.m., Till

Re: Review Request 62595: Added test module wrapping the basic HTTP authenticatee.

2017-10-02 Thread Armand Grillet
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62595/#review186835 --- LGTM. - Armand Grillet On Sept. 26, 2017, 10:54 p.m., Till

Re: Review Request 62587: Added HTTP authenticatee interface definition.

2017-10-02 Thread Armand Grillet
(patched) <https://reviews.apache.org/r/62587/#comment263674> `s/signalled/signaled`. - Armand Grillet On Oct. 2, 2017, 10:09 a.m., Till Toenshoff wrote: > > --- > This is an automatically generated e-mail. To reply,

Re: Review Request 62214: Added JavaScript linter.

2017-09-29 Thread Armand Grillet
/ Testing --- Following this commit, I have tried to commit a change on a JavaScript file and checked that ESLinter was correctly running. Thanks, Armand Grillet

Re: Review Request 62333: Added helper functions for linters using a virtual environment.

2017-09-29 Thread Armand Grillet
of `.py` and `.js` files then test commits to see if the linters before and afer removing their `.virtualenv` were still working as expected. Thanks, Armand Grillet

Review Request 62687: Added utility function to get data from a master endpoint to CLI.

2017-09-29 Thread Armand Grillet
://reviews.apache.org/r/62687/diff/1/ Testing --- To test with one master: ``` $ ./bootstrap $ source activate $ mesos-cli-tests ``` I also checked that the Python linter was still working. Thanks, Armand Grillet

Review Request 62663: Updated maximum acceptable number of similar lines in Python files.

2017-09-28 Thread Armand Grillet
Description --- This fixes the CI issue due to Pylint returning `"R: 1, 0: Similar lines in 2 files"`. Diffs - src/python/pylint.config c76036441784543eb9025d0bd562a5628c4bad4e Diff: https://reviews.apache.org/r/62663/diff/1/ Testing --- Thanks, Armand Grillet

Re: Review Request 62065: Added 'mesos agent list' command to CLI.

2017-09-27 Thread Armand Grillet
, Armand Grillet

Re: Review Request 62067: Added 'mesos container list' command to CLI.

2017-09-27 Thread Armand Grillet
-cli-tests I also checked that the Python linter was still working. Thanks, Armand Grillet

Re: Review Request 61213: Added 'mesos task list' command to CLI.

2017-09-26 Thread Armand Grillet
-cli-tests ``` I also checked that the Python linter was still working. Thanks, Armand Grillet

Re: Review Request 61212: Added CLI utility function to verify addresses.

2017-09-26 Thread Armand Grillet
: https://reviews.apache.org/r/61212/diff/7/ Changes: https://reviews.apache.org/r/61212/diff/6-7/ Testing --- Tested manually, PEP8 and Pylint used to make sure that the code style is correct. Thanks, Armand Grillet

Review Request 62573: Added CLI utility function to get agent address.

2017-09-26 Thread Armand Grillet
, Armand Grillet

Re: Review Request 61212: Added CLI utility function to verify addresses.

2017-09-26 Thread Armand Grillet
/python/cli_new/lib/cli/util.py 7371f83543ed527bea8dbf2fe4e20d92ef8e4492 Diff: https://reviews.apache.org/r/61212/diff/6/ Changes: https://reviews.apache.org/r/61212/diff/5-6/ Testing --- Tested manually, PEP8 and Pylint used to make sure that the code style is correct. Thanks, Armand

Review Request 62572: Added constants for the Mesos CLI.

2017-09-26 Thread Armand Grillet
--- This will be used by future commands and functions of the CLI. Diffs - src/python/cli_new/lib/cli/constants.py PRE-CREATION Diff: https://reviews.apache.org/r/62572/diff/1/ Testing --- Thanks, Armand Grillet

Re: Review Request 62214: Added JavaScript linter.

2017-09-25 Thread Armand Grillet
that ESLinter was correctly running. Thanks, Armand Grillet

Re: Review Request 62333: Added class for linters using a virtual environment.

2017-09-25 Thread Armand Grillet
` were still working as expected. Thanks, Armand Grillet

Re: Review Request 62333: Added class for linters using a virtual environment.

2017-09-25 Thread Armand Grillet
ing > --- > > Manual updates of `.py` and `.js` files then test commits to see if the > linters before and afer removing their `.virtualenv` were still working as > expected. > > > Thanks, > > Armand Grillet > >

Re: Review Request 61212: Added CLI utility functions to verify addresses.

2017-09-25 Thread Armand Grillet
, Armand Grillet

Re: Review Request 61211: Added default configuration file for CLI tests.

2017-09-25 Thread Armand Grillet
``` I also checked that the Python linter was still working. Thanks, Armand Grillet

Re: Review Request 60088: CLI: Added 'master' key as an acceptable key in config.toml.

2017-09-25 Thread Armand Grillet
7371f83543ed527bea8dbf2fe4e20d92ef8e4492 Diff: https://reviews.apache.org/r/60088/diff/6/ Changes: https://reviews.apache.org/r/60088/diff/5-6/ Testing --- Tested manually, PEP8 and Pylint used to make sure that the code style is correct. Thanks, Armand Grillet

Review Request 62544: Updated pylint to increase the maximum number of branches in a function.

2017-09-25 Thread Armand Grillet
, Armand Grillet

Re: Review Request 62066: Updated pylint to ignore errors for 'similar' imports across files.

2017-09-22 Thread Armand Grillet
, Armand Grillet

Review Request 62434: Fixed horizontal ellipsis in Web UI.

2017-09-20 Thread Armand Grillet
://reviews.apache.org/r/62434/diff/1/ Testing --- Change in the UI tested with Google Chrome 61.0.3163.91. Thanks, Armand Grillet

Re: Review Request 62357: Updated logging initialization arguments.

2017-09-18 Thread Armand Grillet
/scheduler.cpp ce69258027ed50867569374d2d827fc3cc651744 src/slave/main.cpp d53ff5013e00421ef1e13593584bd132a59738fb src/tests/main.cpp a7dc99b90f84a1a1ea299c937fbfc84e55adad1c Diff: https://reviews.apache.org/r/62357/diff/2/ Testing --- ``` make check ``` Thanks, Armand Grillet

Re: Review Request 62214: Added JavaScript linter.

2017-09-18 Thread Armand Grillet
PRE-CREATION support/mesos-style.py cf37d9f4da4ab90b92f0136a1dcd5dd8bbae5785 Diff: https://reviews.apache.org/r/62214/diff/2/ Testing --- Following this commit, I have tried to commit a change on a JavaScript file and checked that ESLinter was correctly running. Thanks, Armand Grillet

Re: Review Request 62018: Updated logging::initialize to make flags optional.

2017-09-18 Thread Armand Grillet
result as using it after running `mesos::internal::logging::initialize` without flags. Thanks, Armand Grillet

Review Request 62357: Updated logging initialization arguments.

2017-09-15 Thread Armand Grillet
d53ff5013e00421ef1e13593584bd132a59738fb src/tests/main.cpp a7dc99b90f84a1a1ea299c937fbfc84e55adad1c Diff: https://reviews.apache.org/r/62357/diff/1/ Testing --- ``` make check ``` Thanks, Armand Grillet

Re: Review Request 62214: Added JavaScript linter.

2017-09-15 Thread Armand Grillet
> have you considered adding some kind of VirtualEnv class or making these > > standalone virtualenv functions here for them to both reuse? /r/62333/ - Armand --- This is an automatically generated e-mail. To repl

Re: Review Request 62214: Added JavaScript linter.

2017-09-14 Thread Armand Grillet
on a JavaScript file and checked that ESLinter was correctly running. Thanks, Armand Grillet

Review Request 62333: Added class for linters using a virtual environment.

2017-09-14 Thread Armand Grillet
/1/ Testing --- Manual updates of `.py` and `.js` files then test commits to see if the linters before and afer removing their `.virtualenv` were still working as expected. Thanks, Armand Grillet

Review Request 62332: Linted JavaScript files.

2017-09-14 Thread Armand Grillet
e11f881e947c11fd9fac717f12101726c2c6e380 src/webui/master/static/js/controllers.js 339dfc4786ef4b88b9a16a0eb41b9b72836d469b src/webui/master/static/js/services.js afd25441813324ce54f09733fd501ebf1564ef7d Diff: https://reviews.apache.org/r/62332/diff/1/ Testing --- Thanks, Armand

Re: Review Request 62037: Added logging::initialize to main functions that use glog.

2017-09-14 Thread Armand Grillet
f0 Diff: https://reviews.apache.org/r/62037/diff/4/ Changes: https://reviews.apache.org/r/62037/diff/3-4/ Testing --- ``` make check ``` Had an issue with ExamplesTest.DiskFullFramework that is not related. Thanks, Armand Grillet

Re: Review Request 62018: Updated logging::initialize to make flags optional.

2017-09-14 Thread Armand Grillet
tested manually to see if using `LOG()` without initializing GLOG gives the same result as using it `LOG()` after running `mesos::internal::logging::initialize` without flags. Thanks, Armand Grillet

Re: Review Request 62018: Updated logging::initialize to make flags optional.

2017-09-12 Thread Armand Grillet
``` Also tested manually to see if using `LOG()` without initializing GLOG gives the same result as using it `LOG()` after running `mesos::internal::logging::initialize` without flags. Thanks, Armand Grillet

Re: Review Request 62018: Updated logging::initialize to make flags optional.

2017-09-12 Thread Armand Grillet
-- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62018/#review184487 --- On Sept. 6, 2017, 9:48 a.m., Armand Grillet wrote: > > ---

Re: Review Request 62037: Added logging::initialize to main functions that use glog.

2017-09-11 Thread Armand Grillet
rg/r/62037/diff/2-3/ Testing --- ``` make check ``` Had an issue with ExamplesTest.DiskFullFramework that is not related. Thanks, Armand Grillet

Re: Review Request 62018: Updated logging::initialize to make flags optional.

2017-09-11 Thread Armand Grillet
tomatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62018/#review184968 ------- On Sept. 6, 2017, 9:48 a.m., Armand Grillet wrote: > > --- > This is an au

Review Request 62214: Added JavaScript linter.

2017-09-11 Thread Armand Grillet
-requirements.txt PRE-CREATION support/mesos-style.py cf37d9f4da4ab90b92f0136a1dcd5dd8bbae5785 Diff: https://reviews.apache.org/r/62214/diff/1/ Testing --- Following this commit, I have tried to commit a change on a JavaScript file and checked that ESLinter was correctly invoked. Thanks, Armand

Review Request 62122: Fixed parameter name in uri/fetcher.hpp.

2017-09-06 Thread Armand Grillet
, Armand Grillet

Re: Review Request 62116: Excluded invalid offers from abnormal termination metrics.

2017-09-06 Thread Armand Grillet
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62116/#review184667 --- LGTM. - Armand Grillet On Sept. 6, 2017, 10:03 a.m., Alexander

Re: Review Request 62037: Added logging::initialize to main functions that use glog.

2017-09-06 Thread Armand Grillet
eviews.apache.org/r/62037/#review184488 --- On Sept. 6, 2017, 9:57 a.m., Armand Grillet wrote: > > --- > This is an automatically generated e-mail. To re

Re: Review Request 62037: Added logging::initialize to main functions that use glog.

2017-09-06 Thread Armand Grillet
ges: https://reviews.apache.org/r/62037/diff/1-2/ Testing --- ``` make check ``` Had an issue with ExamplesTest.DiskFullFramework that is not related. Thanks, Armand Grillet

Re: Review Request 62018: Updated logging::initialize to make flags optional.

2017-09-06 Thread Armand Grillet
``` Thanks, Armand Grillet

Re: Review Request 62037: Added logging::initialize to main functions that use glog.

2017-09-05 Thread Armand Grillet
gree? - Armand --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62037/#review184488 --- On Sept. 1, 2017, 3:47 p.m., Armand Grillet wrote:

Review Request 62067: CLI: Added 'mesos container list' command.

2017-09-04 Thread Armand Grillet
and --quorum. 3. Started one agent. 4. Launched one task using ./mesos-execute --master='zk://127.0.0.1:2181/mesos' --name='test' --command='sleep 3600'. 5. Checked that the output of 'mesos container list' was correct. I also checked that the Python linter was still working. Thanks, Armand Grillet

Review Request 62066: Updated Pylint similarities config to ignore imports.

2017-09-04 Thread Armand Grillet
--- This is useful as CLI plugins have similar imports. Diffs - src/python/cli_new/pylint.config 63fbb94fbf47cccd1053b4c1eafac18b88dbc818 Diff: https://reviews.apache.org/r/62066/diff/1/ Testing --- Thanks, Armand Grillet

Re: Review Request 61213: Added 'mesos task list' command to CLI.

2017-09-04 Thread Armand Grillet
='sleep 3600'`. 5. Checked that the output of 'mesos task list' was correct. I also checked that the Python linter was still working. Thanks, Armand Grillet

Review Request 62065: Added 'mesos agent list' command to CLI.

2017-09-04 Thread Armand Grillet
one agent. 4. Launched one task using ./mesos-execute --master='zk://127.0.0.1:2181/mesos' --name='test' --command='sleep 3600'. 5. Checked that the output of 'mesos agent list' was correct. I also checked that the Python linter was still working. Thanks, Armand Grillet

Re: Review Request 61212: Added CLI utility functions to check IPs and ports.

2017-09-04 Thread Armand Grillet
7371f83543ed527bea8dbf2fe4e20d92ef8e4492 Diff: https://reviews.apache.org/r/61212/diff/3/ Changes: https://reviews.apache.org/r/61212/diff/2-3/ Testing --- Tested manually, PEP8 and Pylint used to make sure that the code style is correct. Thanks, Armand Grillet

Re: Review Request 61213: Added 'mesos task list' command to CLI.

2017-09-03 Thread Armand Grillet
one task using `./mesos-execute --master='zk://127.0.0.1:2181/mesos' --name='test' --command='sleep 3600'`. 5. Checked that the output of 'mesos task list' was correct. I also checked that the Python linter was still working. Thanks, Armand Grillet

<    1   2   3   4   5   6   >