Explorar o código

Add extra trace check filter for extra events on Windows Server 2025 which arent DLL loads and should not trigger a failure.

Filters 2 "CreateFileMapping" events and 2 "FASTIO_RELEASE_FOR_SECTION_SYNCHRONIZATION" events, all from "System".
Martijn Laan hai 5 meses
pai
achega
1876e22cda
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      .github/workflows/build.yml

+ 2 - 1
.github/workflows/build.yml

@@ -112,7 +112,8 @@ jobs:
           set -x &&
           curdir="$(cygpath -aw Output | sed 's/\\/&&/g')" &&
           ver="$(sed 's/\./\\&/g' <trace/ver)" &&
-          sed -ne '/"'$curdir'\\innosetup-'$ver'\.\(exe\|exe\.Config\|en-US\|en\|ENU\|EN\)"/d' -e '/"'$curdir'\\/p' \
+          sed -ne '/"'$curdir'\\innosetup-'$ver'\.\(exe\|exe\.Config\|en-US\|en\|ENU\|EN\)"/d' \
+            -e '/"System","[0-9]*","\(CreateFileMapping\|FASTIO_[A-Z_]*\)"/d' -e '/"'$curdir'\\/p' \
             trace/procmon.csv >trace/filtered.csv &&
           if test -s trace/filtered.csv
           then