Review Request 58771: Added tests for usernamespace support.

2017-04-26 Thread Srinivas Brahmaroutu
tests for usernamespace support. Diffs - src/tests/containerizer/isolator_tests.cpp 355e15ff69ca6bdd94821f6566fd09a280d03b47 Diff: https://reviews.apache.org/r/58771/diff/1/ Testing --- Thanks, Srinivas Brahmaroutu

Review Request 58770: Enabled usernamespace support for default executor.

2017-04-26 Thread Srinivas Brahmaroutu
/containerizer/mesos/launch.hpp 49eb9128ae5a1e4ec02e2b9d9e3cb67d7a8f7663 src/slave/containerizer/mesos/launch.cpp 2835beff9dbfa7f2a1cac306a58e2b1d66c14342 Diff: https://reviews.apache.org/r/58770/diff/1/ Testing --- Thanks, Srinivas Brahmaroutu

Review Request 58769: Added userns flag to ContainerLaunchInfo.

2017-04-26 Thread Srinivas Brahmaroutu
userns flag to ContainerLaunchInfo. Diffs - include/mesos/slave/containerizer.proto c30b1fc659ee9b3cd343899638ced6408d8b51a2 Diff: https://reviews.apache.org/r/58769/diff/1/ Testing --- Thanks, Srinivas Brahmaroutu

Review Request 55782: Added preprocessing for bin scripts.

2017-01-20 Thread Srinivas Brahmaroutu
https://issues.apache.org/jira/browse/MESOS-6757 Repository: mesos Description --- Added preprocessing for bin scripts. Diffs - CMakeLists.txt c6b1eb6a7c7e6ed3650847acbec0ddd3101bb96f Diff: https://reviews.apache.org/r/55782/diff/ Testing --- cmake .. Thanks, Srinivas

Re: Review Request 55657: Added cpack to create source package.

2017-01-18 Thread Srinivas Brahmaroutu
/ Testing --- Thanks, Srinivas Brahmaroutu

Re: Review Request 55686: Added custom target for 'make distcheck'.

2017-01-18 Thread Srinivas Brahmaroutu
Repository: mesos Description --- Added custom target for 'make distcheck'. Diffs (updated) - CMakeLists.txt c6b1eb6a7c7e6ed3650847acbec0ddd3101bb96f Diff: https://reviews.apache.org/r/55686/diff/ Testing --- make dist Thanks, Srinivas Brahmaroutu

Re: Review Request 55657: Added cpack to create source package.

2017-01-18 Thread Srinivas Brahmaroutu
://reviews.apache.org/r/55657/diff/ Testing --- Thanks, Srinivas Brahmaroutu

Re: Review Request 55686: Added custom target for 'make distcheck'.

2017-01-18 Thread Srinivas Brahmaroutu
://reviews.apache.org/r/55686/diff/ Testing --- make dist Thanks, Srinivas Brahmaroutu

Review Request 55686: Added cpack to create source package. Currently the cpack source package is create in TGZ format. The sources packages are comparable to the make dist output. There may be a need

2017-01-18 Thread Srinivas Brahmaroutu
additional source files to the archive at some point. Diffs - CMakeLists.txt c6b1eb6a7c7e6ed3650847acbec0ddd3101bb96f Diff: https://reviews.apache.org/r/55686/diff/ Testing --- make dist Thanks, Srinivas Brahmaroutu

Review Request 55657: Added cpack to create source package. Currently the cpack source package is create in TGZ format. The sources packages are comparable to the make dist output. There may be a need

2017-01-17 Thread Srinivas Brahmaroutu
additional source files to the archive at some point. Diffs - CMakeLists.txt c6b1eb6a7c7e6ed3650847acbec0ddd3101bb96f Diff: https://reviews.apache.org/r/55657/diff/ Testing --- Thanks, Srinivas Brahmaroutu

Re: Review Request 50415: Added build step to build Java Protobuf.

2016-12-12 Thread Srinivas Brahmaroutu
build, and install commands to the > > protobuf config, build, and install commands. For example: > > > > ``` > > set(PROTOBUF_BUILD_CMD ${PROTOBUF_BUILD_CMD} ${PROTOBUF_JAVA_BUILD_CMD}) > > ``` > > > > This should cause the normal

Re: Review Request 50463: Added code to build libmesosjava shared library.

2016-12-10 Thread Srinivas Brahmaroutu
/MesosConfigure.cmake 6a9ed9dc02f5c9a6d1fce0866f19ffeafec35cdc src/CMakeLists.txt 0cc0451ae3ca0183da3d575cc4bd3c5b3ea30ecc Diff: https://reviews.apache.org/r/50463/diff/ Testing --- cmake && make mesosjava Build /src/libmesosjava.* shared libraries. Thanks, Srinivas Brahmaroutu

Re: Review Request 50459: Added code to generate JNI Header files.

2016-12-10 Thread Srinivas Brahmaroutu
/include/java/jni/org_apache_mesos_state_LogState.h /include/java/jni/org_apache_mesos_state_Variable.h /include/java/jni/org_apache_mesos_state_ZooKeeperState.h Thanks, Srinivas Brahmaroutu

Re: Review Request 50457: Added code to generate MesosNativeLibrary.java.

2016-12-10 Thread Srinivas Brahmaroutu
/ Testing --- cmake .. Check to see if /src/java/generated/org/apache/mesos/MesosNativeLibrary.java is generated. Thanks, Srinivas Brahmaroutu

Re: Review Request 50460: Added code to build libstate shared library.

2016-12-10 Thread Srinivas Brahmaroutu
/MesosConfigure.cmake 6a9ed9dc02f5c9a6d1fce0866f19ffeafec35cdc src/CMakeLists.txt 0cc0451ae3ca0183da3d575cc4bd3c5b3ea30ecc src/state/CMakeLists.txt PRE-CREATION Diff: https://reviews.apache.org/r/50460/diff/ Testing --- cmake .. && make state build libstate dynamic library. Thanks,

Re: Review Request 50458: Added code to build mesos-java.jar.

2016-12-10 Thread Srinivas Brahmaroutu
Thanks, Srinivas Brahmaroutu

Re: Review Request 50455: Enabled Java builds if Java is found.

2016-12-10 Thread Srinivas Brahmaroutu
-- -- Java Found and will be enabled -- Thanks, Srinivas Brahmaroutu

Re: Review Request 50456: Added custom command to generate Java protobufs.

2016-12-10 Thread Srinivas Brahmaroutu
enerated/org/apache/mesos/scheduler/Protos.java /src/java/generated/org/apache/mesos/v1/executor/Protos.java /src/java/generated/org/apache/mesos/v1/Protos.java /src/java/generated/org/apache/mesos/v1/scheduler/Protos.java Thanks, Srinivas Brahmaroutu

Re: Review Request 50414: Added variables for building Java Protobuf.

2016-12-10 Thread Srinivas Brahmaroutu
mp; make Thanks, Srinivas Brahmaroutu

Re: Review Request 50415: Added build step to build Java Protobuf.

2016-12-10 Thread Srinivas Brahmaroutu
Thanks, Srinivas Brahmaroutu

Re: Review Request 50415: Added build step to build Java Protobuf.

2016-12-08 Thread Srinivas Brahmaroutu
is works. - Srinivas --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50415/#review158565 --- On Dec. 8, 2016, 11:04 p.m., Srinivas Bra

Re: Review Request 50415: Added build step to build Java Protobuf.

2016-12-08 Thread Srinivas Brahmaroutu
Thanks, Srinivas Brahmaroutu

Re: Review Request 50415: Added build step to build Java Protobuf.

2016-12-08 Thread Srinivas Brahmaroutu
Thanks, Srinivas Brahmaroutu

Re: Review Request 50414: Added variables for building Java Protobuf.

2016-12-08 Thread Srinivas Brahmaroutu
.. && make Thanks, Srinivas Brahmaroutu

Re: Review Request 49862: Changed libraies to shared on OSX and UNIX.

2016-10-31 Thread Srinivas Brahmaroutu
/CMakeLists.txt 17b149f734ea9dc8ac4c5dd45bdb8312faf4cc77 src/tests/cmake/MesosTestsConfigure.cmake 3f543c010ae87ff04e6b45745bc49ef65b6590ff Diff: https://reviews.apache.org/r/49862/diff/ Testing --- cmake .. && make Thanks, Srinivas Brahmaroutu

Re: Review Request 52809: User Namespaces Initial Implementation.

2016-10-17 Thread Srinivas Brahmaroutu
r namespace the task will be run inside the user namespace with as a root with the user who started the task is mapped to outside of the container. Approriate uid and gid maps are created. Phase 2: Provide mount point support for containers running in user namespace. Thanks, Srinivas Brahmaroutu

Re: Review Request 52810: Added tests to test usernamespaces.

2016-10-17 Thread Srinivas Brahmaroutu
/diff/ Testing --- Thanks, Srinivas Brahmaroutu

Re: Review Request 52810: Added tests to test usernamespaces.

2016-10-17 Thread Srinivas Brahmaroutu
and Jie Yu. Repository: mesos Description --- Added tests to test usernamespaces. Diffs (updated) - src/tests/containerizer/isolator_tests.cpp 8fefeef8c83ed2ab01f56a1ec572d3acb307143c Diff: https://reviews.apache.org/r/52810/diff/ Testing --- Thanks, Srinivas Brahmaroutu

Re: Review Request 52810: Added tests to test usernamespaces.

2016-10-17 Thread Srinivas Brahmaroutu
and Jie Yu. Repository: mesos Description (updated) --- Added tests to test usernamespaces. Diffs (updated) - src/tests/containerizer/isolator_tests.cpp 8fefeef8c83ed2ab01f56a1ec572d3acb307143c Diff: https://reviews.apache.org/r/52810/diff/ Testing --- Thanks, Srinivas

Re: Review Request 51411: Added provisioner tests to provision using meta discovery.

2016-10-16 Thread Srinivas Brahmaroutu
f5659fcfb762aee5b2b9 Diff: https://reviews.apache.org/r/51411/diff/ Testing --- Thanks, Srinivas Brahmaroutu

Re: Review Request 50960: Added appc uri fetcher tests.

2016-10-16 Thread Srinivas Brahmaroutu
if "rkt" binary is not available. Please suggest if I should use some environment variable to selectively run the tests under __IF_DEFINED_RKT Thanks, Srinivas Brahmaroutu

Re: Review Request 50959: Added appc fetcher plugin to use rkt tool.

2016-10-16 Thread Srinivas Brahmaroutu
, Srinivas Brahmaroutu

Re: Review Request 51410: Enabled meta discovery and appc labels.

2016-10-16 Thread Srinivas Brahmaroutu
src/slave/flags.hpp ec619f84c7f3be81db8ce8536936bf7d4207efa2 src/slave/flags.cpp 7f79cfcc7939680c38a3d0cd57471cc9976aff7c Diff: https://reviews.apache.org/r/51410/diff/ Testing --- make check Thanks, Srinivas Brahmaroutu

Review Request 52810: Added tests to test usernamespaces.

2016-10-12 Thread Srinivas Brahmaroutu
Description --- WIP : Added tests to test usernamespaces. Diffs - src/tests/containerizer/isolator_tests.cpp 8fefeef8c83ed2ab01f56a1ec572d3acb307143c Diff: https://reviews.apache.org/r/52810/diff/ Testing --- Thanks, Srinivas Brahmaroutu

Review Request 52809: User Namespace implementation.

2016-10-12 Thread Srinivas Brahmaroutu
containers running in user namespace. Thanks, Srinivas Brahmaroutu

Re: Review Request 52809: User Namespace implementation.

2016-10-12 Thread Srinivas Brahmaroutu
to outside of the container. Approriate uid and gid maps are created. Phase 2: Provide mount point support for containers running in user namespace. Thanks, Srinivas Brahmaroutu

Re: Review Request 49863: Added Test Modules that are loaded by mesos tests.

2016-10-04 Thread Srinivas Brahmaroutu
6650c7c12b188b08c70cfee72b3200e83e7a1cd2 src/CMakeLists.txt ba49d81335fd47a8ced334e282eadb00657bf2c2 src/examples/CMakeLists.txt PRE-CREATION src/examples/cmake/ExamplesConfigure.cmake PRE-CREATION Diff: https://reviews.apache.org/r/49863/diff/ Testing --- cmake .. && make Thanks,

Re: Review Request 49874: Added logrotate_container_logger for running mesos tests.

2016-10-04 Thread Srinivas Brahmaroutu
src/slave/cmake/SlaveConfigure.cmake b339239761a5de321d65b92376dae69c339bee5c src/slave/container_loggers/CMakeLists.txt PRE-CREATION Diff: https://reviews.apache.org/r/49874/diff/ Testing --- cmake .. && make Thanks, Srinivas Brahmaroutu

Re: Review Request 49870: Added test executables required to run tests.

2016-10-04 Thread Srinivas Brahmaroutu
/49870/diff/ Testing --- cmake .. && make Thanks, Srinivas Brahmaroutu

Re: Review Request 49921: Fixed mesos tests to run most of the tests on Unix and OSX.

2016-10-04 Thread Srinivas Brahmaroutu
are many more tests that are passing. Thanks, Srinivas Brahmaroutu

Re: Review Request 49863: Added Test Modules that are loaded by mesos tests.

2016-10-04 Thread Srinivas Brahmaroutu
6650c7c12b188b08c70cfee72b3200e83e7a1cd2 src/CMakeLists.txt ba49d81335fd47a8ced334e282eadb00657bf2c2 src/examples/CMakeLists.txt PRE-CREATION src/examples/cmake/ExamplesConfigure.cmake PRE-CREATION Diff: https://reviews.apache.org/r/49863/diff/ Testing --- cmake .. && make Thanks,

Re: Review Request 49862: Changed libraies to shared on OSX and UNIX.

2016-10-04 Thread Srinivas Brahmaroutu
/MesosTestsConfigure.cmake 3f543c010ae87ff04e6b45745bc49ef65b6590ff Diff: https://reviews.apache.org/r/49862/diff/ Testing --- cmake .. && make Thanks, Srinivas Brahmaroutu

Re: Review Request 50327: Added scripts to build sample framework executables.

2016-10-04 Thread Srinivas Brahmaroutu
eviews.apache.org/r/50327/#review151244 --- On Oct. 4, 2016, 4:53 p.m., Srinivas Brahmaroutu wrote: > > --- > This is an automatically generated e-mail. To re

Re: Review Request 50327: Added scripts to build sample framework executables.

2016-10-04 Thread Srinivas Brahmaroutu
dynamic-reservation-framework test-http-framework test-framework test-executor test-http-executor long-lived-framework long-lived-executor no-executor-framework docker-no-executor-framework balloon-framework balloon-executor load-generator-framework persistent-volume-framework Thanks, Srinivas Brahmaroutu

Re: Review Request 51410: Enabled meta discovery using appc labels.

2016-09-23 Thread Srinivas Brahmaroutu
889 src/slave/containerizer/mesos/provisioner/appc/fetcher.cpp 907e761856e8996b72e4231de27fa15e884d52e3 Diff: https://reviews.apache.org/r/51410/diff/ Testing --- make check Thanks, Srinivas Brahmaroutu

Re: Review Request 50960: Added appc uri fetcher tests.

2016-09-18 Thread Srinivas Brahmaroutu
fail if "rkt" binary is not available. Please suggest if I should use some environment variable to selectively run the tests under __IF_DEFINED_RKT Thanks, Srinivas Brahmaroutu

Re: Review Request 50959: Added appc fetcher plugin to use rkt tool.

2016-09-18 Thread Srinivas Brahmaroutu
, Srinivas Brahmaroutu

Re: Review Request 50959: Added appc fetcher plugin to use rkt tool.

2016-09-18 Thread Srinivas Brahmaroutu
and Export methods. Apparently "export" cannot be a function name. - Srinivas --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50959/#review149113 -------

Re: Review Request 51411: Added provisioner tests to provision using meta discovery.

2016-09-18 Thread Srinivas Brahmaroutu
24d4d3838a5f2d7c4bd1 Diff: https://reviews.apache.org/r/51411/diff/ Testing --- Thanks, Srinivas Brahmaroutu

Re: Review Request 50960: Added appc uri fetcher tests.

2016-09-18 Thread Srinivas Brahmaroutu
://github.com/xxx/hello.aci' fetch from docker registry ex: 'docker://hello-world'. Diffs (updated) - src/tests/uri_fetcher_tests.cpp 3c1bd33137612de90d65b7af288bb81ac9876c8b Diff: https://reviews.apache.org/r/50960/diff/ Testing --- make check Thanks, Srinivas Brahmaroutu

Re: Review Request 51410: Enabled meta discovery using appc labels.

2016-09-18 Thread Srinivas Brahmaroutu
889 src/slave/containerizer/mesos/provisioner/appc/fetcher.cpp 907e761856e8996b72e4231de27fa15e884d52e3 Diff: https://reviews.apache.org/r/51410/diff/ Testing --- make check Thanks, Srinivas Brahmaroutu

Re: Review Request 50959: Added appc fetcher plugin to use rkt tool.

2016-09-18 Thread Srinivas Brahmaroutu
, Srinivas Brahmaroutu

Re: Review Request 49862: Changed libraies to shared on OSX and UNIX.

2016-09-07 Thread Srinivas Brahmaroutu
--- cmake .. && make Thanks, Srinivas Brahmaroutu

Re: Review Request 49921: Fixed mesos tests to run most of the tests on Unix and OSX.

2016-09-07 Thread Srinivas Brahmaroutu
3f543c010ae87ff04e6b45745bc49ef65b6590ff Diff: https://reviews.apache.org/r/49921/diff/ Testing --- cmake .. && make src/tests/mesos-tests (runs 723 tests with no failures) I did not enable any module that has even a single failue. There are many more tests that are passing. Thanks,

Re: Review Request 49874: Added logrotate_container_logger for running mesos tests.

2016-09-07 Thread Srinivas Brahmaroutu
src/slave/cmake/SlaveConfigure.cmake b339239761a5de321d65b92376dae69c339bee5c src/slave/container_loggers/CMakeLists.txt PRE-CREATION Diff: https://reviews.apache.org/r/49874/diff/ Testing --- cmake .. && make Thanks, Srinivas Brahmaroutu

Re: Review Request 49924: Added libprocess as a shared library.

2016-09-07 Thread Srinivas Brahmaroutu
library in the 3rdparty (I guess the code is compiled as relocatable) and did not have issues linking. Thanks, Srinivas Brahmaroutu

Re: Review Request 49870: Added test executables required to run tests.

2016-09-07 Thread Srinivas Brahmaroutu
/49870/diff/ Testing --- cmake .. && make Thanks, Srinivas Brahmaroutu

Re: Review Request 49863: Added Test Modules that are loaded by mesos tests.

2016-09-07 Thread Srinivas Brahmaroutu
6650c7c12b188b08c70cfee72b3200e83e7a1cd2 src/CMakeLists.txt 01ef494f7120156de3b826d7def76fb30bcc61b5 src/examples/CMakeLists.txt PRE-CREATION src/examples/cmake/ExamplesConfigure.cmake PRE-CREATION Diff: https://reviews.apache.org/r/49863/diff/ Testing --- cmake .. && make Thanks,

Re: Review Request 49688: Added cmake build variables for mesos tests.

2016-09-07 Thread Srinivas Brahmaroutu
, Srinivas Brahmaroutu

Re: Review Request 50326: Added script to build mesos-resolve.

2016-09-06 Thread Srinivas Brahmaroutu
/diff/ Testing --- cmake .. && make mesos-resolve Thanks, Srinivas Brahmaroutu

Re: Review Request 50327: Added scripts to build sample framework executables.

2016-09-06 Thread Srinivas Brahmaroutu
dynamic-reservation-framework test-http-framework test-framework test-executor test-http-executor long-lived-framework long-lived-executor no-executor-framework docker-no-executor-framework balloon-framework balloon-executor load-generator-framework persistent-volume-framework Thanks, Srinivas Brahmaroutu

Re: Review Request 50325: Added script to build mesos-log tool.

2016-09-06 Thread Srinivas Brahmaroutu
: https://reviews.apache.org/r/50325/diff/ Testing --- cmake .. && make mesos-log Thanks, Srinivas Brahmaroutu

Re: Review Request 51410: Enabled meta discovery using appc labels.

2016-09-06 Thread Srinivas Brahmaroutu
c76 src/slave/containerizer/mesos/provisioner/appc/fetcher.cpp 907e761856e8996b72e4231de27fa15e884d52e3 Diff: https://reviews.apache.org/r/51410/diff/ Testing --- make check Thanks, Srinivas Brahmaroutu

Re: Review Request 50960: Added appc uri fetcher tests.

2016-09-06 Thread Srinivas Brahmaroutu
://github.com/xxx/hello.aci' fetch from docker registry ex: 'docker://hello-world'. Diffs (updated) - src/tests/uri_fetcher_tests.cpp 3c1bd33137612de90d65b7af288bb81ac9876c8b Diff: https://reviews.apache.org/r/50960/diff/ Testing --- make check Thanks, Srinivas Brahmaroutu

Re: Review Request 51411: Added provisioner tests to provision using meta discovery.

2016-09-06 Thread Srinivas Brahmaroutu
0c07a8a0555b12c8cf70 Diff: https://reviews.apache.org/r/51411/diff/ Testing --- Thanks, Srinivas Brahmaroutu

Re: Review Request 50959: Added appc fetcher plugin to use rkt tool.

2016-09-06 Thread Srinivas Brahmaroutu
, Srinivas Brahmaroutu

Re: Review Request 50956: Added name to uri fetcher plugins.

2016-08-25 Thread Srinivas Brahmaroutu
check Thanks, Srinivas Brahmaroutu

Re: Review Request 50957: Added fetch method based on plugin name.

2016-08-25 Thread Srinivas Brahmaroutu
(updated) - include/mesos/uri/fetcher.hpp 3add35c8c0e559203acb540a288d0b51ac817519 src/uri/fetcher.cpp 198bd29993381758183edfce8faafba36da2d9ae Diff: https://reviews.apache.org/r/50957/diff/ Testing --- make check Thanks, Srinivas Brahmaroutu

Re: Review Request 50960: Added appc uri fetcher tests.

2016-08-25 Thread Srinivas Brahmaroutu
: 'https://github.com/xxx/hello.aci' fetch from docker registry ex: 'docker://hello-world'. Diffs (updated) - src/tests/uri_fetcher_tests.cpp 072c09b8081e5d5dded907b1a0ffb6d739d86911 Diff: https://reviews.apache.org/r/50960/diff/ Testing --- make check Thanks, Srinivas Brahmaroutu

Re: Review Request 50958: Added tests to invoke the fetcher plugins by name.

2016-08-25 Thread Srinivas Brahmaroutu
072c09b8081e5d5dded907b1a0ffb6d739d86911 Diff: https://reviews.apache.org/r/50958/diff/ Testing --- make check Thanks, Srinivas Brahmaroutu

Re: Review Request 50959: Added appc fetcher plugin to use rkt tool.

2016-08-25 Thread Srinivas Brahmaroutu
Thanks, Srinivas Brahmaroutu

Re: Review Request 51410: Enabled meta discovery using appc labels.

2016-08-25 Thread Srinivas Brahmaroutu
src/slave/containerizer/mesos/provisioner/appc/fetcher.cpp 907e761856e8996b72e4231de27fa15e884d52e3 Diff: https://reviews.apache.org/r/51410/diff/ Testing --- make check Thanks, Srinivas Brahmaroutu

Review Request 51411: Added provisioner tests to provision using meta discovery.

2016-08-24 Thread Srinivas Brahmaroutu
ing --- Thanks, Srinivas Brahmaroutu

Review Request 51410: Enabled meta discovery using appc labels.

2016-08-24 Thread Srinivas Brahmaroutu
51410/diff/ Testing --- make check Thanks, Srinivas Brahmaroutu

Re: Review Request 49689: Added Appc runtime isolator tests.

2016-08-20 Thread Srinivas Brahmaroutu
src/tests/containerizer/appc_runtime_isolator_tests.cpp PRE-CREATION Diff: https://reviews.apache.org/r/49689/diff/ Testing --- Make check Thanks, Srinivas Brahmaroutu

Review Request 50960: Added appc uri fetcher tests.

2016-08-10 Thread Srinivas Brahmaroutu
docker registry ex: 'docker://hello-world'. Diffs - src/tests/uri_fetcher_tests.cpp 072c09b8081e5d5dded907b1a0ffb6d739d86911 Diff: https://reviews.apache.org/r/50960/diff/ Testing --- make check Thanks, Srinivas Brahmaroutu

Re: Review Request 50959: Added appc fetcher plugin to use rkt tool.

2016-08-10 Thread Srinivas Brahmaroutu
Thanks, Srinivas Brahmaroutu

Review Request 50959: Added appc fetcher plugin to use rkt tool.

2016-08-10 Thread Srinivas Brahmaroutu
949363ecdb15f5b225db7f3ed67eda52c351bfa1 src/uri/fetcher.cpp 198bd29993381758183edfce8faafba36da2d9ae src/uri/fetchers/appc.hpp PRE-CREATION src/uri/fetchers/appc.cpp PRE-CREATION Diff: https://reviews.apache.org/r/50959/diff/ Testing --- make check Thanks, Srinivas Brahmaroutu

Review Request 50958: Added tests to invoke the fetcher plugins by name.

2016-08-10 Thread Srinivas Brahmaroutu
/diff/ Testing --- make check Thanks, Srinivas Brahmaroutu

Review Request 50957: Added fetch method based on plugin name.

2016-08-10 Thread Srinivas Brahmaroutu
3add35c8c0e559203acb540a288d0b51ac817519 src/uri/fetcher.cpp 198bd29993381758183edfce8faafba36da2d9ae Diff: https://reviews.apache.org/r/50957/diff/ Testing --- make check Thanks, Srinivas Brahmaroutu

Review Request 50956: Added name to uri fetcher plugins.

2016-08-10 Thread Srinivas Brahmaroutu
72f70b8d17c947d5e9d8eb70c1c6bd6046bf1cd2 src/uri/fetchers/hadoop.hpp 1689f607a2bcff09887e5aa4d6e03de0ac020260 src/uri/fetchers/hadoop.cpp 3c69d43d7bc21061adb9c392da976dc5584e74d4 Diff: https://reviews.apache.org/r/50956/diff/ Testing --- make check Thanks, Srinivas Brahmaroutu

Review Request 50954: Added documentation to Appc runtime support.

2016-08-10 Thread Srinivas Brahmaroutu
://reviews.apache.org/r/50954/diff/ Testing --- Tested documentation update. Thanks, Srinivas Brahmaroutu

Re: Review Request 49874: Added logrotate_container_logger for running mesos tests.

2016-08-07 Thread Srinivas Brahmaroutu
33120ace79bce449329a7cc4b7ef264d2867fc13 src/slave/cmake/SlaveConfigure.cmake b339239761a5de321d65b92376dae69c339bee5c src/slave/container_loggers/CMakeLists.txt PRE-CREATION Diff: https://reviews.apache.org/r/49874/diff/ Testing --- cmake .. && make Thanks, Srinivas Brahmaroutu

Re: Review Request 49924: Added libprocess as a shared library.

2016-08-07 Thread Srinivas Brahmaroutu
not have a shared library in the 3rdparty (I guess the code is compiled as relocatable) and did not have issues linking. Thanks, Srinivas Brahmaroutu

Re: Review Request 49921: Fixed mesos tests to run most of the tests on Unix and OSX.

2016-08-07 Thread Srinivas Brahmaroutu
361032082c3a5f76b949dc7981f75b53e02d84f5 Diff: https://reviews.apache.org/r/49921/diff/ Testing --- cmake .. && make src/tests/mesos-tests (runs 723 tests with no failures) I did not enable any module that has even a single failue. There are many more tests that are passing. Thanks,

Re: Review Request 49870: Added test executables required to run tests.

2016-08-07 Thread Srinivas Brahmaroutu
://reviews.apache.org/r/49870/diff/ Testing --- cmake .. && make Thanks, Srinivas Brahmaroutu

Re: Review Request 49863: Added Test Modules that are loaded by mesos tests.

2016-08-07 Thread Srinivas Brahmaroutu
6650c7c12b188b08c70cfee72b3200e83e7a1cd2 src/CMakeLists.txt 1286ee08fe2d60867326a1f2585f054c20b52208 src/examples/CMakeLists.txt PRE-CREATION src/examples/cmake/ExamplesConfigure.cmake PRE-CREATION Diff: https://reviews.apache.org/r/49863/diff/ Testing --- cmake .. && make Thanks,

Re: Review Request 49688: Added cmake build variables for mesos tests.

2016-08-07 Thread Srinivas Brahmaroutu
--- cmake .. cmake check Thanks, Srinivas Brahmaroutu

Re: Review Request 49862: Changed libraies to shared on OSX and UNIX.

2016-08-07 Thread Srinivas Brahmaroutu
17b149f734ea9dc8ac4c5dd45bdb8312faf4cc77 Diff: https://reviews.apache.org/r/49862/diff/ Testing --- cmake .. && make Thanks, Srinivas Brahmaroutu

Re: Review Request 49870: Added test executables required to run tests.

2016-08-07 Thread Srinivas Brahmaroutu
Diff: https://reviews.apache.org/r/49870/diff/ Testing --- cmake .. && make Thanks, Srinivas Brahmaroutu

Re: Review Request 50463: Added code to build libmesosjava shared library.

2016-08-04 Thread Srinivas Brahmaroutu
1286ee08fe2d60867326a1f2585f054c20b52208 Diff: https://reviews.apache.org/r/50463/diff/ Testing --- cmake && make mesosjava Build /src/libmesosjava.* shared libraries. Thanks, Srinivas Brahmaroutu

Re: Review Request 49863: Added Test Modules that are loaded by mesos tests.

2016-08-04 Thread Srinivas Brahmaroutu
6650c7c12b188b08c70cfee72b3200e83e7a1cd2 src/CMakeLists.txt 1286ee08fe2d60867326a1f2585f054c20b52208 src/examples/CMakeLists.txt PRE-CREATION src/examples/cmake/ExamplesConfigure.cmake PRE-CREATION Diff: https://reviews.apache.org/r/49863/diff/ Testing --- cmake .. && make Thanks,

Re: Review Request 49863: Added Test Modules that are loaded by mesos tests.

2016-08-04 Thread Srinivas Brahmaroutu
6650c7c12b188b08c70cfee72b3200e83e7a1cd2 src/CMakeLists.txt 1286ee08fe2d60867326a1f2585f054c20b52208 src/examples/CMakeLists.txt PRE-CREATION src/examples/cmake/ExamplesConfigure.cmake PRE-CREATION Diff: https://reviews.apache.org/r/49863/diff/ Testing --- cmake .. && make Thanks,

Re: Review Request 49863: Added Test Modules that are loaded by mesos tests.

2016-08-04 Thread Srinivas Brahmaroutu
6650c7c12b188b08c70cfee72b3200e83e7a1cd2 src/CMakeLists.txt 1286ee08fe2d60867326a1f2585f054c20b52208 src/examples/CMakeLists.txt PRE-CREATION src/examples/cmake/ExamplesConfigure.cmake PRE-CREATION Diff: https://reviews.apache.org/r/49863/diff/ Testing --- cmake .. && make Thanks,

Re: Review Request 49863: Added Test Modules that are loaded by mesos tests.

2016-08-04 Thread Srinivas Brahmaroutu
6650c7c12b188b08c70cfee72b3200e83e7a1cd2 src/CMakeLists.txt 1286ee08fe2d60867326a1f2585f054c20b52208 src/examples/CMakeLists.txt PRE-CREATION src/examples/cmake/ExamplesConfigure.cmake PRE-CREATION Diff: https://reviews.apache.org/r/49863/diff/ Testing --- cmake .. && make Thanks,

Re: Review Request 50421: Added code to detect proper zookeeper home directory.

2016-08-04 Thread Srinivas Brahmaroutu
zookeeper home directory. Diffs (updated) - src/tests/zookeeper.cpp d29b100b9d38f2c70160cbd59dfffdcbd1690f47 Diff: https://reviews.apache.org/r/50421/diff/ Testing --- cmake && make test with autotools to make sure the tests run. Thanks, Srinivas Brahmaroutu

Re: Review Request 50463: Added code to build libmesosjava shared library.

2016-08-04 Thread Srinivas Brahmaroutu
6650c7c12b188b08c70cfee72b3200e83e7a1cd2 src/CMakeLists.txt 32a8ae2320ee3dada8a19dd815eccb4710c18159 Diff: https://reviews.apache.org/r/50463/diff/ Testing --- cmake && make mesosjava Build /src/libmesosjava.* shared libraries. Thanks, Srinivas Brahmaroutu

Re: Review Request 50460: Added code to build libstate shared library.

2016-08-04 Thread Srinivas Brahmaroutu
Thanks, Srinivas Brahmaroutu

Re: Review Request 50459: Added code to generate JNI Header files.

2016-08-04 Thread Srinivas Brahmaroutu
riable.h /include/java/jni/org_apache_mesos_state_ZooKeeperState.h Thanks, Srinivas Brahmaroutu

Re: Review Request 50458: Added code to build mesos-java.jar.

2016-08-04 Thread Srinivas Brahmaroutu
k to see if /src/java/mesos-java.jar Thanks, Srinivas Brahmaroutu

  1   2   3   4   >