Disabling wrapper does not help on ARM. I need to investigate it further. ../configure --disable-java --disable-python --disable-libtool-wrapper GTEST_FILTER=*ExecutorCheckTest.* make check -j15 [ FAILED ] 5 tests, listed below: [ FAILED ] CommandExecutorCheckTest.CommandCheckDeliveredAndReconciled [ FAILED ] DefaultExecutorCheckTest.CommandCheckDeliveredAndReconciled [ FAILED ] DefaultExecutorCheckTest.CommandCheckStatusChange [ FAILED ] DefaultExecutorCheckTest.CommandCheckSeesParentsEnv [ FAILED ] DefaultExecutorCheckTest.CommandCheckSharesWorkDirWithTask
pt., 24 lis 2017 o 00:45 użytkownik Tomek Janiszewski <jani...@gmail.com> napisał: > Thanks, I'll take a look at this after the weekend. > > pt., 24.11.2017, 00:35 użytkownik Alex Rukletsov <a...@mesosphere.com> > napisał: > >> Might be libtool wrappers. Have a look at [1] and commits [2, 3, 4]. >> >> [1] https://issues.apache.org/jira/browse/MESOS-7500 >> [2] >> >> https://github.com/apache/mesos/commit/d863620e5cb82b7f22cade0da0a0d18afbdf9136 >> [3] >> >> https://github.com/apache/mesos/commit/74121798f24fca372180b8c4bc00b4df07d46240 >> [4] >> >> https://github.com/apache/mesos/commit/cd516ab65b03045dba7f1cbfd40e72a1d5267539 >> >> On Thu, Nov 23, 2017 at 11:39 AM, Tomek Janiszewski <jani...@gmail.com> >> wrote: >> >> > Hi >> > >> > I found following 5 tests are flaky. They fail when run together but >> pass >> > alone. >> > >> > CommandExecutorCheckTest.CommandCheckDeliveredAndReconciled >> > DefaultExecutorCheckTest.CommandCheckDeliveredAndReconciled >> > DefaultExecutorCheckTest.CommandCheckStatusChange >> > DefaultExecutorCheckTest.CommandCheckSeesParentsEnv >> > DefaultExecutorCheckTest.CommandCheckSharesWorkDirWithTask >> > >> > Before I start debugging it, have you got any ideas what could be a >> > problem? >> > >> > Thanks >> > Tomek >> > >> >