----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49864/#review141599 -----------------------------------------------------------
Fix it, then Ship it! src/tests/containerizer/mesos_containerizer_tests.cpp (line 1295) <https://reviews.apache.org/r/49864/#comment206937> `path::join(flags.launcher_dir, "mesos-containerizer")` - haosdent huang On July 10, 2016, 4:19 a.m., Haris Choudhary wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/49864/ > ----------------------------------------------------------- > > (Updated July 10, 2016, 4:19 a.m.) > > > Review request for mesos and Jie Yu. > > > Repository: mesos > > > Description > ------- > > Fixed ExecutorPIDTest. > The ExecutorPIDTest added prevously produced the following trace: > > [ RUN ] MesosLauncherStatusTest.ExecutorPIDTest > ABORT: > (../../../3rdparty/libprocess/include/process/posix/subprocess.hpp:306): > Failed to os::execvpe on path '/home/vagrant/mesos/build/src': Permission > denied > *** Aborted at 1467352526 (unix time) try "date -d @1467352526" if you are > using GNU date *** > PC: @ 0x2ac209cc9c37 (unknown) > *** SIGABRT (@0x3e80000730f) received by PID 29455 (TID 0x2ac2027779c0) from > PID 29455; stack trace: *** > @ 0x2ac209a85330 (unknown) > @ 0x2ac209cc9c37 (unknown) > @ 0x2ac209ccd028 (unknown) > [ OK ] MesosLauncherStatusTest.ExecutorPIDTest (15 ms) > > > This issue had been addressed with this patch. > > > Diffs > ----- > > src/tests/containerizer/mesos_containerizer_tests.cpp > 57588cc1fb918924a163bdb40b195cc5f4231f6e > > Diff: https://reviews.apache.org/r/49864/diff/ > > > Testing > ------- > > Make and make check > > > Thanks, > > Haris Choudhary > >