Philip Zeyliger has uploaded this change for review. ( http://gerrit.cloudera.org:8080/9723
Change subject: Make sys-info-test pass in Docker containers. ...................................................................... Make sys-info-test pass in Docker containers. If we can't identify a device id for /home, don't crash the test. A recent commit for "IMPALA-6500: gracefully handle invalid sched_getcpu() values" added tests for DiskInfo::device_name. These tests happen to fail in Docker containers, where you can have directories that don't get mapped to a device. Impala is dealing with this reasonably (returning -1), so this amends the test. Change-Id: I6cfa5fd9feb1c75fbb7bd70ad952ef1650d8b69f Testing: ran test inside of Docker and out. --- M be/src/util/sys-info-test.cc 1 file changed, 6 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/23/9723/1 -- To view, visit http://gerrit.cloudera.org:8080/9723 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I6cfa5fd9feb1c75fbb7bd70ad952ef1650d8b69f Gerrit-Change-Number: 9723 Gerrit-PatchSet: 1 Gerrit-Owner: Philip Zeyliger <[email protected]>
