From 6d5b6608a898491fec6ad58ee95010ffab56da4d Mon Sep 17 00:00:00 2001 From: scott snyder <snyder@bnl.gov> Date: Mon, 10 Dec 2018 10:23:33 +0100 Subject: [PATCH] TestTools: Ignore ChronoStatSvc MT warning. An upcoming version of Gaudi may warn that ChronoStatSvc results are unreliable for MT jobs. Iggnore these messages. Former-commit-id: 83a7c43c2cd23e7d8c1872fe0a18700b263eed45 --- AtlasTest/TestTools/share/post.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/AtlasTest/TestTools/share/post.sh b/AtlasTest/TestTools/share/post.sh index f8ccaa93553..1cae95b38bc 100755 --- a/AtlasTest/TestTools/share/post.sh +++ b/AtlasTest/TestTools/share/post.sh @@ -200,6 +200,7 @@ PP="$PP"'|INFO TopAlg list empty.' PP="$PP"'|^ChronoStatSvc +INFO +Number of skipped events for MemStat' PP="$PP"'|^Py:Athena +INFO +including file' PP="$PP"'|^Athena +INFO +including file' +PP="$PP"'|statistics are unreliable' # Ignore annoying error from root 6.10.06 PP="$PP"'|no interpreter information for class TSelectorCint' -- GitLab