Kibana version: master
Possibly related to #26858
Elasticsearch version: n/a
Server OS version: Windows 10
Browser version: n/a
Browser OS version: n/a
Original install method (e.g. download page, yum, from source, etc.): git
Describe the bug: I'm hitting Filename too long errors (typically when using the backport utility) on these files;
error: unable to create file src/legacy/core_plugins/kibana/public/management/sections/index_patterns/create_index_pattern_wizard/components/step_index_pattern/components/loading_indices/__jest__/__snapshots__/loading_indices.test.js.snap: Filename too long
error: unable to create file src/legacy/core_plugins/kibana/public/management/sections/index_patterns/create_index_pattern_wizard/components/step_index_pattern/components/status_message/__jest__/__snapshots__/status_message.test.js.snap: Filename too long
error: unable to create file src/legacy/core_plugins/kibana/public/management/sections/index_patterns/create_index_pattern_wizard/components/step_time_field/components/advanced_options/__jest__/__snapshots__/advanced_options.test.js.snap: Filename too long
Steps to reproduce:
- I don't know if/why I'm only seeing the errors in the backport tool
node scripts/backport.js
- I did change a group policy on my Windows machine to enable long paths as described here and rebooted; https://social.technet.microsoft.com/Forums/en-US/535ec156-de98-43ed-8c46-10a9773c8b12/gpo-enable-win32-long-paths?forum=winserverGP
- I tried the backport tool in Windows PowerShell, CMD, and git-bash, and get the same error in all 3.
Expected behavior:
Screenshots (if relevant):
Errors in browser console (if relevant):
Provide logs and/or server output (if relevant):
Any additional context: My pwd is /c/Users/LeeDr/git/kibana (26 chars)
@tylersmalley thought there was a test for path lengths?
Kibana version: master
Possibly related to #26858
Elasticsearch version: n/a
Server OS version: Windows 10
Browser version: n/a
Browser OS version: n/a
Original install method (e.g. download page, yum, from source, etc.): git
Describe the bug: I'm hitting
Filename too longerrors (typically when using the backport utility) on these files;Steps to reproduce:
node scripts/backport.jsExpected behavior:
Screenshots (if relevant):
Errors in browser console (if relevant):
Provide logs and/or server output (if relevant):
Any additional context: My pwd is
/c/Users/LeeDr/git/kibana(26 chars)@tylersmalley thought there was a test for path lengths?