Tianyi Wang has uploaded this change for review. ( http://gerrit.cloudera.org:8080/9171
Change subject: IMPALA-6242: Change runtime-profile-test into using the same clock ...................................................................... IMPALA-6242: Change runtime-profile-test into using the same clock In runtime-profile-test, both MonotonicStopWatch::Now() and MonotonicNanos() are used. The former may use CLOCK_MONOTONIC_COARSE or CLOCK_MONOTONIC while the latter always uses CLOCK_MONOTONIC. This may contribute to the flakiness of this test. This patch changes this test into using MonotonicStopWatch::Now() uniformly. Change-Id: I20648d88e666b08d6f2a67a4158244865a50b629 --- M be/src/util/runtime-profile-test.cc 1 file changed, 9 insertions(+), 12 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/71/9171/1 -- To view, visit http://gerrit.cloudera.org:8080/9171 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I20648d88e666b08d6f2a67a4158244865a50b629 Gerrit-Change-Number: 9171 Gerrit-PatchSet: 1 Gerrit-Owner: Tianyi Wang <[email protected]>
