-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Falling test on metricbeat system/socket_summary output #8848
Comments
@jsoriano have you seen this one? |
@ph no, this is new for me, I wonder why it has started to fail now. OSX image in travis hasn't changed. Have you been able to reproduce it locally? |
I meant #7868.
same error, I am running macOS mojave. |
This is also failing in Jenkins since https://beats-ci.elastic.co/job/elastic+beats+master+multijob-darwin/beat=metricbeat,label=macosx/156/ |
I think I know why, I believe I am the responsable for that, let me take a quick look. |
We were inheriting environment variables on windows only, this make sure the variables are inherited on unix too. Because the system module in metricbeat uses `lsof` since the environment variables were cleared the $PATH was not available so the binary was not found. fixes: elastic#8848
We were inheriting environment variables on windows only, this make sure the variables are inherited on unix too. Because the system module in metricbeat uses `lsof` since the environment variables were cleared the $PATH was not available so the binary was not found. fixes: #8848
We were inheriting environment variables on windows only, this make sure the variables are inherited on unix too. Because the system module in metricbeat uses `lsof` since the environment variables were cleared the $PATH was not available so the binary was not found. fixes: elastic#8848 (cherry picked from commit 67abf3b)
We were inheriting environment variables on windows only, this make sure the variables are inherited on unix too. Because the system module in metricbeat uses `lsof` since the environment variables were cleared the $PATH was not available so the binary was not found. fixes: elastic#8848 (cherry picked from commit 67abf3b)
We were inheriting environment variables on windows only, this make sure the variables are inherited on unix too. Because the system module in metricbeat uses `lsof` since the environment variables were cleared the $PATH was not available so the binary was not found. fixes: #8848 (cherry picked from commit 67abf3b)
Cherry-pick of PR #8849 to 6.5 branch. Original message: We were inheriting environment variables on windows only, this make sure the variables are inherited on unix too. Because the system module in metricbeat uses `lsof` since the environment variables were cleared the $PATH was not available so the binary was not found. fixes: #8848
…lastic#8856) Cherry-pick of PR elastic#8849 to 6.5 branch. Original message: We were inheriting environment variables on windows only, this make sure the variables are inherited on unix too. Because the system module in metricbeat uses `lsof` since the environment variables were cleared the $PATH was not available so the binary was not found. fixes: elastic#8848
I am hitting the following failure on Metricbeat 6.5 and master.
https://travis-ci.org/elastic/beats/jobs/448818231
I've looked at the existing issue in our repo and I found this one #7973, but the fix was for windows and I've seen it fails on darwin.
The text was updated successfully, but these errors were encountered: