-
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
DateIndexNameProcessorTests.testTemplatedFields is repeatedly failing #38067
Comments
Pinging @elastic/es-core-infra |
Muted in 89bffc2 |
This test is repeatedly failing, so this commit mutes it. Relates #38067
`XX` was being used to represent an offset pattern, it should be `ZZ` Fixes elastic#38067.
`XX` was being used to represent an offset pattern, it should be `ZZ` Fixes #38067.
Sorry I broke this. Although the test failure is fixed now, this has revealed that there is a place in the date index name processor that is not using the Joda BWC layer in 6.7 and not using Java 8 time formats in 7.0. It is Line 93 in cde126d
This is perplexing, because when I wrote "However, while making this change I found that changing the default for date processing in ingest also affects index naming with the date index name processor" in #37935 I must have observed a place where the date index name processor was being affected by the changes to So I think to adhere to the principle that 6.7 will output deprecation warnings for uses of Joda time formats that won't work in 7.0 |
I'll take it and work on that one today |
This testing is failing intake builds and PR builds. I am going to mute it. The reproduction and failure is:
The text was updated successfully, but these errors were encountered: