-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[CI] NodeSubclassTests#testReplaceChildren fails for Pivot #48900
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
Comments
Pinging @elastic/es-search (:Search/SQL) |
Another instance: https://gradle-enterprise.elastic.co/s/5uqrz5ccq45js |
Fails for me on master too with the following reproduce line:
|
More scans detailing the failure: https://gradle-enterprise.elastic.co/s/ep7cass7ykyii |
Temporarily "mute" the testReplaceChildren for Pivot since it leads to failing tests for some seeds, since the new child doesn't respond to a valid data type. Relates to elastic#48900
For the special case that the `qualifier` of an attribute is set to null, when the attribute is still an `UnresolvedAttribute` there was a call to `dataType()` which throws an exception. To avoid that the method `withQualifier()` is overriden for `UnresolvedAttribute`. Fixes: elastic#48900
Temporarily "mute" the testReplaceChildren for Pivot since it leads to failing tests for some seeds, since the new child doesn't respond to a valid data type. Relates to elastic#48900
Another today |
And another one here: https://gradle-enterprise.elastic.co/s/qy5y7uu2a6guy/tests/ihtizrmlhavwa-jrtvjtda2so76?openStackTraces=WzBd Not sure why we haven't muted this yet. I'll find out if there's a reason and I'll mute it if there's not. |
Temporarily "mute" the testReplaceChildren for Pivot since it leads to failing tests for some seeds, since the new child doesn't respond to a valid data type. Relates to #48900
Muted the test for Pivot in |
Fixed in |
Reopening as this failed again today: [6.8.7] https://gradle-enterprise.elastic.co/s/kyjmyf3a7dduc Reproduce lines:
Exceprt from logs:
|
@przemekwitek this is the wrong issue. The failure you report is more likely related to #52951. |
https://gradle-enterprise.elastic.co/s/xyvdtf72vwxka/tests/ihtizrmlhavwa-jrtvjtda2so76
Reproduce (7.x) with:
Stacktrace:
The text was updated successfully, but these errors were encountered: