Skip to content
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

Failing pipeline tests due to user_agent.version values #12036

Open
mrodm opened this issue Dec 9, 2024 · 0 comments · May be fixed by #12033
Open

Failing pipeline tests due to user_agent.version values #12036

mrodm opened this issue Dec 9, 2024 · 0 comments · May be fixed by #12033
Assignees

Comments

@mrodm
Copy link
Contributor

mrodm commented Dec 9, 2024

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

@mrodm mrodm self-assigned this Dec 9, 2024
@mrodm mrodm linked a pull request Dec 9, 2024 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant