Re: Build failed in Jenkins: Mesos-Windows #703

2016-10-17 Thread Joseph Wu
Neither stout nor libprocess tests have the test filters of `src/tests/environment.cpp`. The problem is that on Windows, you must be an Administrator (essentially root) to create symlinks. The four failed tests above (all except for "OsTest.System", which failed for a different reason) create

Re: Build failed in Jenkins: Mesos-Windows #703

2016-10-17 Thread Vinod Kone
Can the stout tests be prefixed with `ROOT_` ? On Fri, Oct 14, 2016 at 5:15 PM, Joseph Wu wrote: > I'll fix this shortly. I need to disable a couple (stout) tests that > require Administrator privileges. The ASF CI does not run any "ROOT" > tests, so I'll make this