-
Notifications
You must be signed in to change notification settings - Fork 25k
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
[CI] GraphExploreResponseTests#testHlrcFromXContent fails #36034
Comments
Pinging @elastic/es-analytics-geo |
Found another one in the old CI mails: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob-unix-compatibility/os=fedora/52/console @markharwood can you take a look? This looks similar so some earlier cases where the order of xContent deserialization is probably tested the wrong way. I will not mute this test just yet since it seems to fail fairly rarely so far. |
This one failed again in https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+periodic/576/console and reproduces locally also
REPRO with
|
Tests can override assertToXContentEquivalence() in case their xcontent cannot be directly compared (e.g. due to insertion order in maps affecting the xcontent ordering). But the `testHlrcFromXContent` test hardcoded the equivalence test to `true` instead of consulting `assertToXContentEquivalence()` Fixes elastic#36034
…38232) Tests can override assertToXContentEquivalence() in case their xcontent cannot be directly compared (e.g. due to insertion order in maps affecting the xcontent ordering). But the `testHlrcFromXContent` test hardcoded the equivalence test to `true` instead of consulting `assertToXContentEquivalence()` Fixes #36034
Tests can override assertToXContentEquivalence() in case their xcontent cannot be directly compared (e.g. due to insertion order in maps affecting the xcontent ordering). But the `testHlrcFromXContent` test hardcoded the equivalence test to `true` instead of consulting `assertToXContentEquivalence()` Fixes elastic#36034 Backport of elastic#38232
…38453) Tests can override assertToXContentEquivalence() in case their xcontent cannot be directly compared (e.g. due to insertion order in maps affecting the xcontent ordering). But the `testHlrcFromXContent` test hardcoded the equivalence test to `true` instead of consulting `assertToXContentEquivalence()` Fixes #36034 Backport of #38232
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.x+intake/353/console
Error:
This also reproduces locally for me on master
The text was updated successfully, but these errors were encountered: