From 0011b6ae2661ea70c4680b27f11016de89c2b6a1 Mon Sep 17 00:00:00 2001 From: Alexander Kiel Date: Mon, 27 Apr 2026 13:28:01 +0200 Subject: [PATCH] Debug Validator Errors --- .github/terminology-tests/simple-expand.sh | 8 +++++++- .github/workflows/build.yml | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/terminology-tests/simple-expand.sh b/.github/terminology-tests/simple-expand.sh index 13bc2f486..2dfb235b7 100755 --- a/.github/terminology-tests/simple-expand.sh +++ b/.github/terminology-tests/simple-expand.sh @@ -1,8 +1,14 @@ #!/bin/bash -set -euo pipefail java -jar validator_cli.jar txTests -test-version 1.8.0 \ -tx http://localhost:8080/fhir \ + -trace-log validator-debug.log -txLog tx.log \ -output .github/terminology-tests/output \ -mode flat \ -filter simple-expand + +echo "Debug Log:" +cat validator-debug.log + +echo "TX Log:" +cat tx.log diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 39a016ae2..c8800b2e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,8 +25,8 @@ env: BLAZECTL_CHECKSUM: ed411d59b4856667c7817235caacdd0933c59858a342f91982141e6ce2c0e663 # renovate: datasource=github-release-attachments depName=hapifhir/org.hl7.fhir.core - VALIDATOR_VERSION: 6.9.6 - VALIDATOR_CHECKSUM: b09adfeb7829836150813d2ab63a0dfec3898e3ded7ccd112733752d50576859 + VALIDATOR_VERSION: 6.9.7 + VALIDATOR_CHECKSUM: aba1fe09ada284fd4a9b049833e43d7b3beae327d996ae30d4245ec094b82dbb jobs: fmt: