-
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] JdbcSqlSpecIT fails because of unknown NamedWriteable Processor #30014
Comments
Original comment by @costin: It's from the new math functions. The question is how I can fix it? The code is frozen so it will have to wait until after the move, right? |
Original comment by @nik9000:
You can open a PR but then you wait, yeah. |
More recent failures from today: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.3+periodic/5/console |
Other failures:
|
BinaryMathProcessor was missing from the list of register named writeables causing deserialization errors Fix #30014
BinaryMathProcessor was missing from the list of register named writeables causing deserialization errors Fix #30014
BinaryMathProcessor was missing from the list of register named writeables causing deserialization errors Fix #30014
Original comment by @tlrx:
The test
JdbcSqlSpecIT
failed today on CI on master branch:LINK REDACTED
It reproduces locally:
Many tests methods failed but they seem to have the same original root cause:
cc @elastic/es-sql
The text was updated successfully, but these errors were encountered: