Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix and re-enable ClusterStatsNodesTests#testIngestStats (#48704)
This commit creates random NodesStats until IngestStats is not null, so that it can be properly tested. This is done as to not change the existing behavior of createNodesStats since it depends on IngestStats being null at times for serialization testing purposes. I think it is OK to do this since it is unlikely that it will be null. relates #48485 closes #48684
- Loading branch information