> On June 8, 2017, 4:24 p.m., Kapil Arya wrote: > > src/tests/containerizer/docker_containerizer_tests.cpp > > Lines 4271 (patched) > > <https://reviews.apache.org/r/59899/diff/1/?file=1744126#file1744126line4271> > > > > Should we check `stdout` contents as well. Something like `echo test && > > sleep 1000`?
Yes, good point - helps squashing another possible scenario... - Till ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59899/#review177319 ----------------------------------------------------------- On June 7, 2017, 11:07 p.m., Till Toenshoff wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/59899/ > ----------------------------------------------------------- > > (Updated June 7, 2017, 11:07 p.m.) > > > Review request for mesos, Adam B, Kapil Arya, and Joseph Wu. > > > Repository: mesos > > > Description > ------- > > This test would fail before applying the Docker containerizer sandbox > stdout/stderr ownership fix. Note that when we are setting a task-user, > this test did not fail before - only when setting the framework-user > but not the task-user. > > > Diffs > ----- > > src/tests/containerizer/docker_containerizer_tests.cpp > 84e062a03c8c13bab5739e44031c91379362d417 > > > Diff: https://reviews.apache.org/r/59899/diff/2/ > > > Testing > ------- > > make check > > > Thanks, > > Till Toenshoff > >
