-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Search Profiler: Cannot read properties of undefined (reading 'shards') - error pops up when you click on profile button #127514
Comments
Pinging @elastic/platform-deployment-management (Team:Deployment Management) |
Took a quick look at this. The UI is expecting It looks like this is potentially an ES issue, although the UI should handle this more gracefully. @rashmivkulkarni do you know if the accessibility tests are run with a certain kind of a user? I wonder if this is a permissions issue or something. |
accessibility tests - use |
@rashmivkulkarni Can you point me to where that's defined in the tests? Just to rule it out, I think it's worth trying to run as a |
@alisonelizabeth @rashmivkulkarni I remembered the same issue tracked here. My thoughts on the issue were:
Hope that might be helpful |
Thanks for sharing @yuliacech! I didn't realize there was another issue open. @rashmivkulkarni I'm going to close your issue in favor of Yulia's: #125080. Let's continue the discussion there. I'll reach out to the ES team to see if they have any thoughts. |
Pinging @elastic/kibana-accessibility (Project:Accessibility) |
Kibana : main
Search profiler: When trying to unskip the search profiler accessibility test , I ran into this issue.
Steps: Navigate to Dev Tools> Search Profiler and click on Profile button. Immediately a pop up appears with this error message .
Expanding it
This was after pulling main into my branch and bootstrapping.
Test in question:
x-pack/test/accessibility/apps/search_profiler.ts
Start your test server:
node scripts/functional_tests_server --config test/accessibility/config.ts
Run the test
node scripts/functional_test_runner --config test/accessibility/config.ts
Ref issue: #91939
cc @alisonelizabeth @LeeDr
The text was updated successfully, but these errors were encountered: