Michael Ho has posted comments on this change. ( http://gerrit.cloudera.org:8080/13271 )
Change subject: IMPALA-8512: Disable certain tests on Centos6 ...................................................................... Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/13271/1/tests/common/environ.py File tests/common/environ.py: http://gerrit.cloudera.org:8080/#/c/13271/1/tests/common/environ.py@54 PS1, Line 54: IS_BUGGY_EL6_KERNEL = 'el6' in kernel_release and kernel_release < '2.6.32-674' > Does string comparison of the kernel version always work? As opposed to num Yes, it probably requires some more sophisticated parsing to make it more foolproof but it gets most of what we need for our current testing environment. -- To view, visit http://gerrit.cloudera.org:8080/13271 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Ifbff15415bc690f779a09ec93a7ded8b394eca10 Gerrit-Change-Number: 13271 Gerrit-PatchSet: 1 Gerrit-Owner: Michael Ho <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Lars Volker <[email protected]> Gerrit-Reviewer: Michael Ho <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]> Gerrit-Comment-Date: Tue, 07 May 2019 19:56:33 +0000 Gerrit-HasComments: Yes
