Surya Hebbar has uploaded a new patch set (#7). ( http://gerrit.cloudera.org:8080/22482 )
Change subject: IMPALA-13751: Fix runtime-profile-test failure since IMPALA-13304 ...................................................................... IMPALA-13751: Fix runtime-profile-test failure since IMPALA-13304 This patch fixes the flaky tests added to the "runtime-profile-test" in IMPALA-13304. The following possible causes have been fixed. -> Lexical errors present while defining example event sequence labels -> Edge cases providing invalid randomization ranges -> Improper re-allocation of instance timestamps -> Possibility of missing events within the test environment itself -> Inconsistent sleep timers during event sequence generation The test fixture's coverage for cases of complete and missing events have been refactored into a common validation method. Recorded randomly generated parameters within the test fixture to JUnitXML. Tested locally with high parallelism and resource exhaustion. Change-Id: If04744e215cac79f255b3d73c3e91e873c13749a --- M be/src/util/runtime-profile-test.cc M be/src/util/runtime-profile.cc 2 files changed, 93 insertions(+), 117 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/82/22482/7 -- To view, visit http://gerrit.cloudera.org:8080/22482 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: If04744e215cac79f255b3d73c3e91e873c13749a Gerrit-Change-Number: 22482 Gerrit-PatchSet: 7 Gerrit-Owner: Surya Hebbar <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Laszlo Gaal <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]> Gerrit-Reviewer: Surya Hebbar <[email protected]>
