Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use shorter filename in Filebeat test for Windows (#4271)
The test was failing on Windows when `os.rename` failed with `[Error 3] The system cannot find the path specified`. The root cause of the failure was that the path was ~260 characters on Jenkins which is greater than the `MAX_PATH` value in Windows. This PR shortens the test log’s name to resolve the issue. The other changes to normalize the filepath are nice to have for Windows, but not strictly required.
- Loading branch information