-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
logcollector #361
logcollector #361
Conversation
cgzones
commented
Oct 9, 2014
- fix some compiler warnings
- fix some static analyzer warnings
Hrm, looks like the tests failed here: https://travis-ci.org/ossec/ossec-hids/jobs/37510615#L2778 Looks like this test is supposed to fail: https://github.com/ossec/ossec-hids/blob/master/src/tests/test_os_net.c#L288 I'm not really familiar with travis-ci or the tests. This seems like a one off failure? Did just this test timeout or all the tests as a whole hit some type of timeout? I'd merge but since the tests hit a failure I don't think all the tests ran after this one. Is there a way to kick off another build without committing? |
Researched a bit more. Here is my understanding. I'm not seeing a timeout being set in our set of tests (could have just missed it) so the default is being set which according to this documentation is four seconds: http://check.sourceforge.net/doc/check_html/check_4.html#Test-Timeouts The test against https://github.com/ossec/ossec-hids/blob/master/src/tests/test_os_net.c#L288 Looking at the Hopefully, my interpretation of all of this is makes sense but I'd love to learn more so please let me know. |
…argument to a 'nonnull' parameter
Thanks for your investigation @awiddersheim. |