Lars Volker has uploaded a new change for review. http://gerrit.cloudera.org:8080/3339
Change subject: IMPALA-3684, IMPALA-3693: Disable core files for breakpad tests ...................................................................... IMPALA-3684, IMPALA-3693: Disable core files for breakpad tests The breakpad tests were writing core files when triggering minidump writes. This was actually not needed and interfered with test execution and artifact collection. Most notably processes would take a long time to terminate while writing core files (IMPALA-3684). The core files would also be wrongly collected by Jenkins (IMPALA-3693). This change adds code to stop test clusters reliably, making test_breakpad independent from calling setup-impala-cluster.py via os.system. It also disables core dumps for the duration of the test and re-enables them afterwards. Change-Id: If592339632aa662b59be09d911229566d5772321 --- M tests/custom_cluster/test_breakpad.py 1 file changed, 32 insertions(+), 8 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/39/3339/1 -- To view, visit http://gerrit.cloudera.org:8080/3339 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If592339632aa662b59be09d911229566d5772321 Gerrit-PatchSet: 1 Gerrit-Project: Impala Gerrit-Branch: cdh5-2.6.0_5.8.0 Gerrit-Owner: Lars Volker <[email protected]>
