File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed
x-pack/qa/rolling-upgrade/src/test
java/org/elasticsearch/upgrades
resources/rest-api-spec/test Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 7
7
8
8
import org .apache .http .HttpHeaders ;
9
9
import org .apache .http .HttpHost ;
10
- import org .apache .lucene .util .LuceneTestCase .AwaitsFix ;
11
10
import org .elasticsearch .Version ;
12
11
import org .elasticsearch .client .Request ;
13
12
import org .elasticsearch .client .RequestOptions ;
31
30
import static org .elasticsearch .common .xcontent .XContentFactory .jsonBuilder ;
32
31
import static org .hamcrest .Matchers .equalTo ;
33
32
34
- @ AwaitsFix (bugUrl = "need to backport #42651" )
35
33
public class TokenBackwardsCompatibilityIT extends AbstractUpgradeTestCase {
36
34
37
35
private Collection <RestClient > twoClients = null ;
Original file line number Diff line number Diff line change 2
2
" Get the indexed token and use if to authenticate " :
3
3
- skip :
4
4
features : headers
5
- version : " - 7.99.99"
6
- reason : " Need to backport PR #42651"
7
5
8
6
- do :
9
7
cluster.health :
61
59
" Get the indexed refreshed access token and use if to authenticate " :
62
60
- skip :
63
61
features : headers
64
- version : " - 7.99.99"
65
- reason : " Need to backport PR #42651"
66
62
67
63
- do :
68
64
get :
115
111
" Get the indexed refresh token and use it to get another access token and authenticate " :
116
112
- skip :
117
113
features : headers
118
- version : " - 7.99.99"
119
- reason : " Need to backport PR #42651"
120
114
121
115
- do :
122
116
get :
Original file line number Diff line number Diff line change 2
2
" Get the indexed token and use if to authenticate " :
3
3
- skip :
4
4
features : headers
5
- version : " - 8.0.0"
6
- reason : " Need to backport PR #42651"
7
5
8
6
- do :
9
7
cluster.health :
51
49
" Get the indexed refresh token and use if to get another access token and authenticate " :
52
50
- skip :
53
51
features : headers
54
- version : " - 8.0.0"
55
- reason : " Need to backport PR #42651"
56
52
57
53
- do :
58
54
get :
You can’t perform that action at this time.
0 commit comments