Skip to content
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

[Agent] Fixed test to pass on windows #16922

Merged
merged 6 commits into from
Mar 11, 2020

Conversation

michalpristas
Copy link
Contributor

Funny behavior of filepath.Dir caused drop test to fail.
Monitoring tests failed due to mixup in build tags.

Fixes: #16854

@elasticmachine
Copy link
Collaborator

Pinging @elastic/ingest-management (Project:fleet)

}
// if runtime.GOOS == "windows" && c.SkipWindows {
// t.Skip("Skipped under windows")
// }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can remove this :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i bet i did, i had to press ctrlz

Copy link
Contributor

@ph ph left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM lets see the windows test.

Can you add a CHANGELOG.md in the x-pack/agent?

@ph ph added the needs_backport PR is waiting to be backported to other branches. label Mar 10, 2020
@michalpristas michalpristas merged commit cfcae9d into elastic:master Mar 11, 2020
ph pushed a commit to ph/beats that referenced this pull request Apr 7, 2020
[Agent] Fixed test to pass on windows (elastic#16922)

(cherry picked from commit cfcae9d)
@ph ph added v7.8.0 and removed needs_backport PR is waiting to be backported to other branches. labels Apr 7, 2020
ph added a commit that referenced this pull request Apr 7, 2020
[Agent] Fixed test to pass on windows (#16922)

(cherry picked from commit cfcae9d)

Co-authored-by: Michal Pristas <michal.pristas@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Agent] Add windows test for the monitoring beats code.
3 participants