Functional test server errors out on Windows when running on ES snapshot #20560
Labels
bug
Fixes for quality problems that affect the customer experience
Team:Operations
Team label for Operations Team
Kibana version: master
Server OS version: Windows 10
Describe the bug:
Running the test server from Windows will give the following error:
Tracking it down, it's because it downloads the .tar.gz package regardless of the OS. Looks like it comes from here:
https://github.com/elastic/kibana/blob/master/packages/kbn-es/src/install/snapshot.js
in this function:
ping @tylersmalley
I did try something like this, which fixes the download, but then there are more problems further down the line with the unzip (as it uses the node lib to extract tarballs by default)
The text was updated successfully, but these errors were encountered: