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

Remove unnecessary deprecation warning in Get Alias API #82773

Merged

Conversation

gwbrown
Copy link
Contributor

@gwbrown gwbrown commented Jan 19, 2022

The check removed by this commit checks specifically for requests for aliases
that would be system aliases, if they existed. I'm not sure why we were doing
this, as we don't try to do this anywhere else. The only test that this seems to
make fail is the test explicitly checking that behavior, which I don't think is
really what we want. So I'm just removing it.

Relates #81589

The check removed by this commit checks specifically for requests for aliases
that *would* be system aliases, if they existed. I'm not sure why we were doing
this, as we don't try to do this anywhere else. The only test that this seems to
make fail is the test explicitly checking that behavior, which I don't think is
really what we want. So I'm just removing it.
@elasticmachine elasticmachine added the Team:Core/Infra Meta label for core/infra team label Jan 19, 2022
@elasticmachine
Copy link
Collaborator

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

@gwbrown gwbrown requested a review from rjernst January 19, 2022 00:55
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

@gwbrown
Copy link
Contributor Author

gwbrown commented Jan 25, 2022

Failure is #82971.

@gwbrown
Copy link
Contributor Author

gwbrown commented Jan 25, 2022

@elasticmachine update branch

@gwbrown gwbrown added auto-backport-and-merge auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) labels Jan 25, 2022
@elasticsearchmachine elasticsearchmachine merged commit 9be18cb into elastic:master Jan 25, 2022
gwbrown added a commit to gwbrown/elasticsearch that referenced this pull request Jan 25, 2022
The check removed by this commit checks specifically for requests for
aliases that *would* be system aliases, if they existed. I'm not sure
why we were doing this, as we don't try to do this anywhere else. The
only test that this seems to make fail is the test explicitly checking
that behavior, which I don't think is really what we want. So I'm just
removing it.

Relates elastic#81589
@elasticsearchmachine
Copy link
Collaborator

💔 Backport failed

Status Branch Result
8.0
7.17 Commit could not be cherrypicked due to conflicts

You can use sqren/backport to manually backport by running backport --upstream elastic/elasticsearch --pr 82773

elasticsearchmachine pushed a commit that referenced this pull request Jan 25, 2022
)

The check removed by this commit checks specifically for requests for
aliases that *would* be system aliases, if they existed. I'm not sure
why we were doing this, as we don't try to do this anywhere else. The
only test that this seems to make fail is the test explicitly checking
that behavior, which I don't think is really what we want. So I'm just
removing it.

Relates #81589
gwbrown added a commit to gwbrown/elasticsearch that referenced this pull request Jan 25, 2022
The check removed by this commit checks specifically for requests for
aliases that *would* be system aliases, if they existed. I'm not sure
why we were doing this, as we don't try to do this anywhere else. The
only test that this seems to make fail is the test explicitly checking
that behavior, which I don't think is really what we want. So I'm just
removing it.

Relates elastic#81589
elasticsearchmachine pushed a commit that referenced this pull request Jan 25, 2022
)

The check removed by this commit checks specifically for requests for
aliases that *would* be system aliases, if they existed. I'm not sure
why we were doing this, as we don't try to do this anywhere else. The
only test that this seems to make fail is the test explicitly checking
that behavior, which I don't think is really what we want. So I'm just
removing it.

Relates #81589
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) :Core/Infra/Core Core issues without another label >non-issue Team:Core/Infra Meta label for core/infra team v7.17.0 v8.0.0-rc2 v8.1.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants