Andrew Sherman has uploaded this change for review. ( 
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
---
M bin/jenkins/all-tests.sh
M bin/jenkins/finalize.sh
2 files changed, 32 insertions(+), 9 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/05/21705/1
--
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: newchange
Gerrit-Change-Id: I7ac9c16dfe1c60f04e117dd634609f03faa3c3dc
Gerrit-Change-Number: 21705
Gerrit-PatchSet: 1
Gerrit-Owner: Andrew Sherman <[email protected]>

Reply via email to