Joe McDonnell has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/21705 )
Change subject: IMPALA-13291: Filter dmesg messages by date ...................................................................... IMPALA-13291: Filter dmesg messages by date At the end of a test run, one of the things finalize.sh does is to look for interesting messages in the output of dmesg. Recently we had the issue where it was reporting false positives. This was because the dmesg output covers the history since the last machine reboot. Add an optional parameter to finalize.sh which gives the start time of the test run in the format "2012-10-30 18:17:16". This parameter is optional until all callers have been updated, some of which may be in different git repositories. Switch to using journalctl to fetch the dmesg output. This allows use of the --since option to filter the messages starting at the given timestamp. When this is used we should not see the false positives form earlier test runs on the same machine. Change-Id: I7ac9c16dfe1c60f04e117dd634609f03faa3c3dc Reviewed-on: http://gerrit.cloudera.org:8080/21705 Reviewed-by: Michael Smith <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> Reviewed-by: Joe McDonnell <[email protected]> --- M bin/jenkins/all-tests.sh M bin/jenkins/finalize.sh 2 files changed, 32 insertions(+), 9 deletions(-) Approvals: Michael Smith: Looks good to me, but someone else must approve Impala Public Jenkins: Verified Joe McDonnell: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/21705 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I7ac9c16dfe1c60f04e117dd634609f03faa3c3dc Gerrit-Change-Number: 21705 Gerrit-PatchSet: 2 Gerrit-Owner: Andrew Sherman <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]>
