Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/22509 )
Change subject: [util] fix MetricsTest.TableAndTabletPrometheusTest ...................................................................... [util] fix MetricsTest.TableAndTabletPrometheusTest Since different STL implementations might produce different ordering in the metric entities' container (std::unordered_map), it was necessary to amend the scenario to remove the hard-coded output template, otherwise the scenario would fail at least on SLES15. Change-Id: I15ee5fc8974f5df931a33cdcbc09c3da4da691a7 Reviewed-on: http://gerrit.cloudera.org:8080/22509 Tested-by: Kudu Jenkins Reviewed-by: Abhishek Chennaka <[email protected]> --- M src/kudu/util/metrics-test.cc 1 file changed, 54 insertions(+), 33 deletions(-) Approvals: Kudu Jenkins: Verified Abhishek Chennaka: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/22509 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I15ee5fc8974f5df931a33cdcbc09c3da4da691a7 Gerrit-Change-Number: 22509 Gerrit-PatchSet: 3 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Marton Greber <[email protected]> Gerrit-Reviewer: Yifan Zhang <[email protected]>
