When you run a test on Mesos, one of the tests fails, what now?

After starting make checkwhen creating Mesos, I found that one of these tests fails. How can I find out more about the reasons for this failure?

+4
source share
2 answers

A note make check must be executed before the make checkfollowing is shown as:

The following assumes that your current directory ( pwd) is a folder buildin the project directory structure of the Mesos project.

Suppose the test named Foo.Barfailed for you. Now continue and run this test individually, with an expanded output:

./bin/mesos-tests.sh --gtest_filter="Foo.Bar" --verbose

.

, , .

GLOG_v=2 ./bin/mesos-tests.sh --gtest_filter="Foo.Bar" --verbose

VLOG . , , . , .

+8

, http_proxy https_proxy -, Mesos Mesos 127.0.0.1.

0

Source: https://habr.com/ru/post/1533221/


All Articles