Pipeline tests in different packages are failing due to unexpected values for user_agent.version field. There is trailing dot that is not anymore present.
As an example:
"os": { "name": "Ubuntu" },
- "version": "93.0."
+ "version": "93.0"
}
}
Examples of Buildkite builds with these failures:
Relates to elastic/elasticsearch#116950
Pipeline tests in different packages are failing due to unexpected values for
user_agent.versionfield. There is trailing dot that is not anymore present.As an example:
"os": { "name": "Ubuntu" }, - "version": "93.0." + "version": "93.0" } }Examples of Buildkite builds with these failures:
Relates to elastic/elasticsearch#116950