----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46097/#review128499 -----------------------------------------------------------
Bad patch! Reviews applied: [46097, 46096, 45983, 45956, 45955, 45954, 45953] Failed command: ./support/apply-review.sh -n -r 45956 Error: 2016-04-12 18:43:39 URL:https://reviews.apache.org/r/45956/diff/raw/ [9802/9802] -> "45956.patch" [1] error: patch failed: src/slave/containerizer/mesos/isolators/network/cni/cni.cpp:40 error: src/slave/containerizer/mesos/isolators/network/cni/cni.cpp: patch does not apply Full log: https://builds.apache.org/job/mesos-reviewbot/12486/console - Mesos ReviewBot On April 12, 2016, 2:54 p.m., Qian Zhang wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/46097/ > ----------------------------------------------------------- > > (Updated April 12, 2016, 2:54 p.m.) > > > Review request for mesos, Avinash sridharan and Jie Yu. > > > Bugs: MESOS-5167 > https://issues.apache.org/jira/browse/MESOS-5167 > > > Repository: mesos > > > Description > ------- > > Added tests for 'network/cni' isolator. > > > Diffs > ----- > > src/Makefile.am a8f68316c5d4d4c82d99363535a97fa5b1caafc5 > src/tests/containerizer/cni_isolator_tests.cpp PRE-CREATION > > Diff: https://reviews.apache.org/r/46097/diff/ > > > Testing > ------- > > $ sudo make check GTEST_FILTER="CniIsolatorTest.ROOT_LaunchCommandTask" > ... > [==========] Running 1 test from 1 test case. > [----------] Global test environment set-up. > [----------] 1 test from CniIsolatorTest > [ RUN ] CniIsolatorTest.ROOT_LaunchCommandTask > + /home/stack/workspace/mesos/build/src/mesos-containerizer mount > --help=false --operation=make-rslave --path=/ > + + + cut -d -f5 > grep -v 3fb389d5-77b2-48bd-af69-c6385b3296c5 > + xargs --no-run-if-empty umount -l > grep -E /tmp/CniIsolatorTest_ROOT_LaunchCommandTask_BPuada/.+ > /proc/self/mountinfo > + mount -n --rbind > /tmp/CniIsolatorTest_ROOT_LaunchCommandTask_BPuada/provisioner/containers/3fb389d5-77b2-48bd-af69-c6385b3296c5/backends/copy/rootfses/12adf695-4a56-4531-8365-1dea7842a330 > > /tmp/CniIsolatorTest_ROOT_LaunchCommandTask_BPuada/slaves/d1d9bb40-b122-4adb-8a84-3ead09f81b58-S0/frameworks/d1d9bb40-b122-4adb-8a84-3ead09f81b58-0000/executors/559e79c5-dc46-46eb-a6ea-0bd2c79947b3/runs/3fb389d5-77b2-48bd-af69-c6385b3296c5/.rootfs > I0412 22:39:49.079829 20962 exec.cpp:150] Version: 0.29.0 > I0412 22:39:49.100260 21018 exec.cpp:225] Executor registered on agent > d1d9bb40-b122-4adb-8a84-3ead09f81b58-S0 > Registered executor on mesos > Starting task 559e79c5-dc46-46eb-a6ea-0bd2c79947b3 > Forked command at 21020 > [echo, echo, hello world] > hello world > Command exited with status 0 (pid: 21020) > I0412 22:39:49.239095 21016 exec.cpp:399] Executor asked to shutdown > [ OK ] CniIsolatorTest.ROOT_LaunchCommandTask (33871 ms) > [----------] 1 test from CniIsolatorTest (33891 ms total) > > [----------] Global test environment tear-down > [==========] 1 test from 1 test case ran. (33906 ms total) > [ PASSED ] 1 test. > ... > > > Thanks, > > Qian Zhang > >
