Commit 3d35bde
authored
[8.x] Remove call to super.cleanupCluster in cleanup methods which does not override parent method (elastic#122209) (elastic#122258)
* Remove call to super.cleanupCluster in cleanup methods which does not override parent method (elastic#122209)
ReindexDataStreamIndexAction.cleanupCluster called EsIntegTestCase.cleanupCluster, but did not override it. This caused EsIntegTestCase.cleanupCluster to be called twice, once in ReindexDataStreamIndexAction.cleanupCluster and once when the After annotation is called on EsIntegTestCase.
(cherry picked from commit 89ba03e)
# Conflicts:
# muted-tests.yml
# x-pack/plugin/migrate/src/internalClusterTest/java/org/elasticsearch/xpack/migrate/action/ReindexDatastreamIndexTransportActionIT.java
* deletePipeline not available in 8.x1 parent 3b238be commit 3d35bde
File tree
1 file changed
+1
-2
lines changed- x-pack/plugin/migrate/src/internalClusterTest/java/org/elasticsearch/xpack/migrate/action
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | 80 | | |
82 | 81 | | |
83 | 82 | | |
| |||
0 commit comments