Skip to content

Conversation

jdconrad
Copy link
Contributor

Note: this has a small fix for ignoring asm labels when looking for the string constants for transport version names.

ES-12334

@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra (Team:Core/Infra)

Copy link
Member

@rjernst rjernst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

public class SamlInitiateSingleSignOnRequestTests extends ESTestCase {

private static final TransportVersion IDP_CUSTOM_SAML_ATTRIBUTES = TransportVersion.fromName("idp_custom_saml_attributes");
private static final TransportVersion IDP_CUSTOM_SAML_ATTRIBUTES_PATCH = TransportVersion.fromName("idp_custom_saml_attributes")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: you can use the constant above instead of doing fromName again?

@jdconrad jdconrad merged commit 1bf50c9 into elastic:main Sep 30, 2025
33 checks passed
jdconrad added a commit to jdconrad/elasticsearch that referenced this pull request Sep 30, 2025
Note: this has a small fix for ignoring asm labels when looking
for the string constants for transport version names.

ES-12334
jdconrad added a commit to jdconrad/elasticsearch that referenced this pull request Sep 30, 2025
Note: this has a small fix for ignoring asm labels when looking
for the string constants for transport version names.

ES-12334
elasticsearchmachine pushed a commit that referenced this pull request Sep 30, 2025
Note: this has a small fix for ignoring asm labels when looking
for the string constants for transport version names.

ES-12334
elasticsearchmachine pushed a commit that referenced this pull request Sep 30, 2025
…#135731)

* Migrate transport versions 8841_040 through 8841_034 (#135654)

Note: this has a small fix for ignoring asm labels when looking
for the string constants for transport version names.

ES-12334

* update test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants