-
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
Failing test: X-Pack Jest Tests.x-pack/plugins/index_management/__jest__/client_integration - <TemplateCreate /> on component mount form validation aliases (step 4) should set the correct page title #59855
Comments
Pinging @elastic/kibana-test-triage (failed-test) |
New failure: Jenkins Build |
Potentially related to / being caused by #55877 |
Pinging @elastic/es-ui (Team:Elasticsearch UI) |
Based on the warnings received when running the
I think the failures are of the same type we saw in #58068, namely that |
@thompsongl is this something that the EUI team should fix? Or should all dependent teams fix their tests? It seems that the former makes more sense but I haven't investigated. |
@sebelga I'm certainly willing to help. Let me investigate further |
Starting with some empathy as my next paragraph probably comes off a bit strong: We did miss the introduced flakiness while merging this change and, as Greg said, we're willing to help resolve appropriately. These errors are outside the scope of EUI. Another way to look at it is if Kibana implemented some 3rd party charting library which artificially kept enzyme/react-test-library alive for a few extra node ticks, and then the charting library optimized to something purely synchronous (but kept the same API surface). We wouldn't say they broke Kibana's tests. As stated earlier, many of these tests were already throwing related warnings but were ignored. That said, we're all together in this and are happy to help look into related issues where we can, but these issues need to be addressed in Kibana and the individual teams are going to be much, much more effective than Greg or I; e.g. Lens' test issue (#58068) took quite a bit of time from both of us just to understand how the test & underlying components were structured before investigating the cause of the failure. |
Thanks @chandlerprall. It sounds like our tests were dependent upon a side effect of EuiIcon's implementation to work. When that side effect disappeared, our tests broke. Do I have that right? If that's the case, then I agree with you. If EUI's interface hasn't changed then we should be responsible for fixing our tests. And thank you for offering to help -- we will be happy to ping you for support! |
Well put, @chandlerprall. Thanks for jumping in.
Correct. The interface for EuiIcon did not change, but an internal async resolution did. Let me know how I can help! |
Thanks for clarifying @chandlerprall, makes sense now 👍 |
A test failed on a tracked branch
First failure: Jenkins Build
The text was updated successfully, but these errors were encountered: