-
Notifications
You must be signed in to change notification settings - Fork 116
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
Tests failing with constant keywords in transforms with LogsDB #2218
Comments
@kpollich this would be kind of urgent because there are many tests failing in the daily builds because of this. |
Thanks @jsoriano I added this to our current sprint. |
@chrisberkhout I was working on this issue, using the
This can be reproduced with:
So there seems to be an actual issue. We would need to work on two things:
|
Tried to add a pipeline but I receive the same failure, even if logsdb is not enabled 🤔 elastic/integrations#11750 |
Ah, I think the problem was on the type, I was setting it to boolean |
There is already an open issue about testing transforms: #859 |
Some packages are failing when logsdb is enabled with:
For testing we use the preview transform API, where the value actually doesn't match with the definition, but this doesn't seem to be an issue in a real deployment. Confirm if this is actually not an issue, and adjust the tests so they don't fail on this case.
The text was updated successfully, but these errors were encountered: