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
/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
userns flag to ContainerLaunchInfo.
Diffs
-
include/mesos/slave/containerizer.proto
c30b1fc659ee9b3cd343899638ced6408d8b51a2
Diff: https://reviews.apache.org/r/58769/diff/1/
Testing
---
Thanks,
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
/
Testing
---
Thanks,
Srinivas Brahmaroutu
MESOS-5433
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
://reviews.apache.org/r/55657/diff/
Testing
---
Thanks,
Srinivas Brahmaroutu
1bb96f
Diff: https://reviews.apache.org/r/55686/diff/
Testing
---
make dist
Thanks,
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
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
va config, 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
-
cmake/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
DBState.h
/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
/
Testing
---
cmake ..
Check to see if
/src/java/generated/org/apache/mesos/MesosNativeLibrary.java is
generated.
Thanks,
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,
Thanks,
Srinivas Brahmaroutu
--
-- Java Found and will be enabled
--
Thanks,
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
mp; make
Thanks,
Srinivas Brahmaroutu
2.6.1.jar
Thanks,
Srinivas Brahmaroutu
for
Python. Hope this works.
- Srinivas
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/50415/#review158565
---
On Dec. 8, 2016, 11:0
2.6.1.jar
Thanks,
Srinivas Brahmaroutu
2.6.1.jar
Thanks,
Srinivas Brahmaroutu
.. && make
Thanks,
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
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
/diff/
Testing
---
Thanks,
Srinivas Brahmaroutu
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
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
Found issue that the tests would 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
f5659fcfb762aee5b2b9
Diff: https://reviews.apache.org/r/51411/diff/
Testing
---
Thanks,
Srinivas Brahmaroutu
PRE-CREATION
Diff: https://reviews.apache.org/r/50959/diff/
Testing
---
make check
Thanks,
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
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
containers running in user namespace.
Thanks,
Srinivas Brahmaroutu
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
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,
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
/49870/diff/
Testing
---
cmake .. && make
Thanks,
Srinivas Brahmaroutu
are many more
tests that are passing.
Thanks,
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,
/MesosTestsConfigure.cmake
3f543c010ae87ff04e6b45745bc49ef65b6590ff
Diff: https://reviews.apache.org/r/49862/diff/
Testing
---
cmake .. && make
Thanks,
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
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
889
src/slave/containerizer/mesos/provisioner/appc/fetcher.cpp
907e761856e8996b72e4231de27fa15e884d52e3
Diff: https://reviews.apache.org/r/51410/diff/
Testing
---
make check
Thanks,
Srinivas Brahmaroutu
check
Found issue that the tests would 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
PRE-CREATION
Diff: https://reviews.apache.org/r/50959/diff/
Testing
---
make check
Thanks,
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
-------
24d4d3838a5f2d7c4bd1
Diff: https://reviews.apache.org/r/51411/diff/
Testing
---
Thanks,
Srinivas Brahmaroutu
location ex: 'https://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
889
src/slave/containerizer/mesos/provisioner/appc/fetcher.cpp
907e761856e8996b72e4231de27fa15e884d52e3
Diff: https://reviews.apache.org/r/51410/diff/
Testing
---
make check
Thanks,
Srinivas Brahmaroutu
PRE-CREATION
Diff: https://reviews.apache.org/r/50959/diff/
Testing
---
make check
Thanks,
Srinivas Brahmaroutu
---
cmake .. && make
Thanks,
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,
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
library in the 3rdparty (I guess the
code is compiled as relocatable) and did not have issues linking.
Thanks,
Srinivas Brahmaroutu
/49870/diff/
Testing
---
cmake .. && make
Thanks,
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,
,
Srinivas Brahmaroutu
/diff/
Testing
---
cmake .. && make mesos-resolve
Thanks,
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
: https://reviews.apache.org/r/50325/diff/
Testing
---
cmake .. && make mesos-log
Thanks,
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
location ex: 'https://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
0c07a8a0555b12c8cf70
Diff: https://reviews.apache.org/r/51411/diff/
Testing
---
Thanks,
Srinivas Brahmaroutu
PRE-CREATION
Diff: https://reviews.apache.org/r/50959/diff/
Testing
---
make check
Thanks,
Srinivas Brahmaroutu
check
Thanks,
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
pecific location ex: '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
072c09b8081e5d5dded907b1a0ffb6d739d86911
Diff: https://reviews.apache.org/r/50958/diff/
Testing
---
make check
Thanks,
Srinivas Brahmaroutu
appc.cpp PRE-CREATION
Diff: https://reviews.apache.org/r/50959/diff/
Testing
---
make check
Thanks,
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
ing
---
Thanks,
Srinivas Brahmaroutu
51410/diff/
Testing
---
make check
Thanks,
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
xxx/hello.aci'
fetch from 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
appc.cpp PRE-CREATION
Diff: https://reviews.apache.org/r/50959/diff/
Testing
---
make check
Thanks,
Srinivas Brahmaroutu
nd.
Diffs
-
src/Makefile.am cf76a699c33debb129722b7cba63a4e9e09f84f7
src/uri/fetcher.hpp 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
/diff/
Testing
---
make check
Thanks,
Srinivas Brahmaroutu
3add35c8c0e559203acb540a288d0b51ac817519
src/uri/fetcher.cpp 198bd29993381758183edfce8faafba36da2d9ae
Diff: https://reviews.apache.org/r/50957/diff/
Testing
---
make check
Thanks,
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
://reviews.apache.org/r/50954/diff/
Testing
---
Tested documentation update.
Thanks,
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
t have a shared library in the 3rdparty (I guess the
code is compiled as relocatable) and did not have issues linking.
Thanks,
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,
://reviews.apache.org/r/49870/diff/
Testing
---
cmake .. && make
Thanks,
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,
---
cmake ..
cmake check
Thanks,
Srinivas Brahmaroutu
17b149f734ea9dc8ac4c5dd45bdb8312faf4cc77
Diff: https://reviews.apache.org/r/49862/diff/
Testing
---
cmake .. && make
Thanks,
Srinivas Brahmaroutu
Diff: https://reviews.apache.org/r/49870/diff/
Testing
---
cmake .. && make
Thanks,
Srinivas Brahmaroutu
1286ee08fe2d60867326a1f2585f054c20b52208
Diff: https://reviews.apache.org/r/50463/diff/
Testing
---
cmake && make mesosjava
Build /src/libmesosjava.* shared libraries.
Thanks,
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,
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,
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,
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,
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
gure.cmake 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
Thanks,
Srinivas Brahmaroutu
riable.h
/include/java/jni/org_apache_mesos_state_ZooKeeperState.h
Thanks,
Srinivas Brahmaroutu
s-java
Check to see if /src/java/mesos-java.jar
Thanks,
Srinivas Brahmaroutu
1 - 100 of 327 matches
Mail list logo