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

Re-enable token bwc tests #42726

Merged
merged 1 commit into from
May 31, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

import org.apache.http.HttpHeaders;
import org.apache.http.HttpHost;
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
import org.elasticsearch.Version;
import org.elasticsearch.client.Request;
import org.elasticsearch.client.RequestOptions;
Expand All @@ -26,7 +25,6 @@
import java.util.List;
import java.util.Map;

@AwaitsFix(bugUrl = "need to backport #42651")
public class TokenBackwardsCompatibilityIT extends AbstractUpgradeTestCase {

private Collection<RestClient> twoClients = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
"Get the indexed token and use if to authenticate":
- skip:
features: headers
version: " - 7.99.99"
reason: "Need to backport PR #42651"

- do:
cluster.health:
Expand Down Expand Up @@ -61,8 +59,6 @@
"Get the indexed refreshed access token and use if to authenticate":
- skip:
features: headers
version: " - 7.99.99"
reason: "Need to backport PR #42651"

- do:
get:
Expand Down Expand Up @@ -115,8 +111,6 @@
"Get the indexed refresh token and use it to get another access token and authenticate":
- skip:
features: headers
version: " - 7.99.99"
reason: "Need to backport PR #42651"

- do:
get:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
"Get the indexed token and use if to authenticate":
- skip:
features: headers
version: " - 8.0.0"
reason: "Need to backport PR #42651"

- do:
cluster.health:
Expand Down Expand Up @@ -51,8 +49,6 @@
"Get the indexed refresh token and use if to get another access token and authenticate":
- skip:
features: headers
version: " - 8.0.0"
reason: "Need to backport PR #42651"

- do:
get:
Expand Down