Marvel: Remove AwaitFix on NodeStatsRendererTests
Now thread pools are sorted by names in elasticsearch core (see elastic/elasticsearchelastic/elasticsearch#13121) Closes elastic/elasticsearch#367 Original commit: elastic/x-pack-elasticsearch@d2fab327c0
This commit is contained in:
parent
f90afd72d2
commit
794b2e0089
|
@ -19,7 +19,6 @@ public class NodeStatsRendererTests extends ESSingleNodeTestCase {
|
||||||
private static final String SAMPLE_FILE = "/samples/marvel_node_stats.json";
|
private static final String SAMPLE_FILE = "/samples/marvel_node_stats.json";
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@AwaitsFix(bugUrl = "https://github.com/elastic/x-plugins/issues/367")
|
|
||||||
public void testNodeStatsRenderer() throws Exception {
|
public void testNodeStatsRenderer() throws Exception {
|
||||||
createIndex("index-0");
|
createIndex("index-0");
|
||||||
|
|
||||||
|
|
|
@ -48,14 +48,14 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"thread_pool": {
|
"thread_pool": {
|
||||||
|
"bulk": {
|
||||||
|
"rejected": 0
|
||||||
|
},
|
||||||
"index": {
|
"index": {
|
||||||
"rejected": 0
|
"rejected": 0
|
||||||
},
|
},
|
||||||
"search": {
|
"search": {
|
||||||
"rejected": 0
|
"rejected": 0
|
||||||
},
|
|
||||||
"bulk": {
|
|
||||||
"rejected": 0
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"fs": {
|
"fs": {
|
||||||
|
|
Loading…
Reference in New Issue