> On Jan. 22, 2016, 1:59 p.m., Jian Qiu wrote: > > The reason I think is that the master starting from local drop the > > framework authentication message before it is fully started which cause the > > authentication timeout. I am not sure whether we can delay the start of > > framework until master has been fully started? > > haosdent huang wrote: > Because add a delay in a example looks strange and may let user confuse, > I change the authenticate timeout here. > > Alexander Rukletsov wrote: > Could you please describe the reason why tests are slow in the Jira?
Updated, thx a lot! - haosdent ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42441/#review115843 ----------------------------------------------------------- On July 13, 2016, 1:54 p.m., haosdent huang wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/42441/ > ----------------------------------------------------------- > > (Updated July 13, 2016, 1:54 p.m.) > > > Review request for mesos, Alexander Rukletsov, Benjamin Mahler, and Jian Qiu. > > > Bugs: MESOS-4155 > https://issues.apache.org/jira/browse/MESOS-4155 > > > Repository: mesos > > > Description > ------- > > Decrease scheduler authenticate timeout. > > > Diffs > ----- > > src/sched/constants.hpp 75973c97c20927cd18b531cbeab2bf6f69d5538c > src/sched/flags.hpp 43b38d733e963aafc81d69d56569ff20ce8bffa6 > src/sched/sched.cpp b9315b53dfbe86500ad1643cc7dfd0f9d6f6a32a > src/tests/java_exception_test.sh fd02322096d09cee6cc22340f18681ad372867b5 > src/tests/java_framework_test.sh 8fccc699133c6db6130153c367ce01ba3931c1a2 > src/tests/no_executor_framework_test.sh > 4fa154ee52454fe3f56161abaa29e58793e627e3 > src/tests/persistent_volume_framework_test.sh > 074cdcbc4a738170e84887c1773cd7c118112d58 > src/tests/python_framework_test.sh dc3a50f4fe8d3340429996622e62f732941985a2 > src/tests/test_framework_test.sh 617ca5283bd626b535d0f8091bd1d622d175f6d8 > src/tests/test_http_framework_test.sh > 0e04ff689d008dea5d2e565b0c58096ecdd24b08 > > Diff: https://reviews.apache.org/r/42441/diff/ > > > Testing > ------- > > Repeat test in CentOS 7.1 > ``` > $ sudo ./bin/mesos-tests.sh --gtest_filter="ExamplesTest.*" > --gtest_repeat=200 --gtest_break_on_failure > ``` > > > Thanks, > > haosdent huang > >
