Huaisi Xu has submitted this change and it was merged. Change subject: IMPALA-2621: Fix flaky UNIX_TIMESTAMP() test ......................................................................
IMPALA-2621: Fix flaky UNIX_TIMESTAMP() test Previously the test would expect the execution of an expr to be less than 5 seconds. The test failed presumably because execution on EC2 took longer. Now the expr result is expected to be between the time just before the execution started and just after execution finished. Change-Id: I88271ab4bd0c3ec85e9cada98a3db00d501b0d2d Reviewed-on: http://gerrit.cloudera.org:8080/1397 Reviewed-by: Dan Hecht <[email protected]> Tested-by: Internal Jenkins (cherry picked from commit 76b2fb7efca3a4a0eb8c4e2975c4d9176faf4983) Reviewed-on: http://gerrit.cloudera.org:8080/2340 Reviewed-by: Juan Yu <[email protected]> Tested-by: Huaisi Xu <[email protected]> --- M be/src/exprs/expr-test.cc 1 file changed, 48 insertions(+), 28 deletions(-) Approvals: Huaisi Xu: Verified Juan Yu: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/2340 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I88271ab4bd0c3ec85e9cada98a3db00d501b0d2d Gerrit-PatchSet: 2 Gerrit-Project: Impala Gerrit-Branch: cdh5-2.2.0_5.4.x Gerrit-Owner: Huaisi Xu <[email protected]> Gerrit-Reviewer: Casey Ching <[email protected]> Gerrit-Reviewer: Dan Hecht <[email protected]> Gerrit-Reviewer: Huaisi Xu <[email protected]> Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Juan Yu <[email protected]>
