kongo2002/nyx

test_check_http fails

saba0815 opened this issue · 1 comments

Executing make check results in one test failing:
nyx_make_check.log

It was executed on CentOS 7.

Please request more environment stuff if you need.

Thx,
saba.

Thanks again for reporting!

It was a flaky test indeed - the HTTP test was implemented in a best-effort fashion that attempts to issue the HTTP checks against a local port 80 (if open). I suspect you had the port 80 open on your build machine.

The test is now disabled by default as the tests should not make any assumptions on their environment.

Cheers,
Gregor