From 6d7d758ba9bcb82678a6305fb19301537f3a8004 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Wed, 10 Jun 2020 02:23:22 +0100 Subject: [PATCH 1/3] disable test_hlt2_all_lines for address sanitizer as times out in nightlies --- Hlt/Hlt2Conf/tests/qmtest/test_hlt2_all_lines.qmt | 3 +++ Hlt/Hlt2Conf/tests/qmtest/test_hlt2_check_output.qmt | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Hlt/Hlt2Conf/tests/qmtest/test_hlt2_all_lines.qmt b/Hlt/Hlt2Conf/tests/qmtest/test_hlt2_all_lines.qmt index c940c415948..6b7ca769948 100644 --- a/Hlt/Hlt2Conf/tests/qmtest/test_hlt2_all_lines.qmt +++ b/Hlt/Hlt2Conf/tests/qmtest/test_hlt2_all_lines.qmt @@ -46,4 +46,7 @@ for line, positive_decisions in matches: if int(positive_decisions) > max_expected_decisions: causes.append('{} positive decisions found for {}'.format(positive_decisions, line)) + + asan + diff --git a/Hlt/Hlt2Conf/tests/qmtest/test_hlt2_check_output.qmt b/Hlt/Hlt2Conf/tests/qmtest/test_hlt2_check_output.qmt index a8239b1ec44..17c04273a95 100644 --- a/Hlt/Hlt2Conf/tests/qmtest/test_hlt2_check_output.qmt +++ b/Hlt/Hlt2Conf/tests/qmtest/test_hlt2_check_output.qmt @@ -27,8 +27,9 @@ HiveDataBrokerSvc().OutputLevel = 5 true - countErrorLines({"FATAL": 0, "ERROR": 0, "WARNING": 0}) - + + asan + -- GitLab From 7e02674a5636e2e9cc37f732b25582c56c2f5729 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Fri, 12 Jun 2020 19:56:09 +0100 Subject: [PATCH 2/3] disable mc_matching_example with address sanitizer builds --- Hlt/Hlt2Conf/tests/qmtest/test_hlt2_all_lines.qmt | 4 ++-- Hlt/RecoConf/tests/qmtest/mc_matching_example.qmt | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Hlt/Hlt2Conf/tests/qmtest/test_hlt2_all_lines.qmt b/Hlt/Hlt2Conf/tests/qmtest/test_hlt2_all_lines.qmt index 6b7ca769948..98e3cac20c3 100644 --- a/Hlt/Hlt2Conf/tests/qmtest/test_hlt2_all_lines.qmt +++ b/Hlt/Hlt2Conf/tests/qmtest/test_hlt2_all_lines.qmt @@ -46,7 +46,7 @@ for line, positive_decisions in matches: if int(positive_decisions) > max_expected_decisions: causes.append('{} positive decisions found for {}'.format(positive_decisions, line)) - + asan - + diff --git a/Hlt/RecoConf/tests/qmtest/mc_matching_example.qmt b/Hlt/RecoConf/tests/qmtest/mc_matching_example.qmt index b0c3c64b214..043e36b4d37 100644 --- a/Hlt/RecoConf/tests/qmtest/mc_matching_example.qmt +++ b/Hlt/RecoConf/tests/qmtest/mc_matching_example.qmt @@ -28,4 +28,7 @@ countErrorLines({"FATAL": 0, "ERROR": 0, "WARNING": 0}, stdout=remove_known_warnings(stdout)) + + asan + -- GitLab From d5ea4fc5687c5ecfe98bd26f4e98a093729b5890 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Sun, 14 Jun 2020 21:55:19 +0100 Subject: [PATCH 3/3] exclude hlt2_reco_test_ldst_input from address sanitizer --- .../tests/qmtest/examples.qms/hlt2_reco_test_ldst_input.qmt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Hlt/RecoConf/tests/qmtest/examples.qms/hlt2_reco_test_ldst_input.qmt b/Hlt/RecoConf/tests/qmtest/examples.qms/hlt2_reco_test_ldst_input.qmt index 667455b7d00..14cbfc4dde3 100644 --- a/Hlt/RecoConf/tests/qmtest/examples.qms/hlt2_reco_test_ldst_input.qmt +++ b/Hlt/RecoConf/tests/qmtest/examples.qms/hlt2_reco_test_ldst_input.qmt @@ -26,4 +26,7 @@ countErrorLines({"FATAL": 0, "ERROR": 0, "WARNING": 0}, stdout=remove_known_warnings(stdout)) + + asan + -- GitLab