From 882ad4c1138a32e8e0307ea78c434a88ba64fd83 Mon Sep 17 00:00:00 2001 From: Zhengchao An Date: Wed, 12 Aug 2026 06:44:43 +0800 Subject: [PATCH] fix: update s3s footprint baseline after table-catalog hardening (#5964) --- scripts/check_s3s_footprint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check_s3s_footprint.sh b/scripts/check_s3s_footprint.sh index cbb26a3f5..30cdcb3f0 100755 --- a/scripts/check_s3s_footprint.sh +++ b/scripts/check_s3s_footprint.sh @@ -26,7 +26,7 @@ cd "$(dirname "$0")/.." # Excludes crates/e2e_test/ — test infrastructure legitimately uses s3s # to verify S3 behavior and does not widen the production s3s surface. S3S_IMPORT_FILES_BASELINE=213 -S3_ERROR_LINES_BASELINE=1617 +S3_ERROR_LINES_BASELINE=1621 S3S_PATH_PATTERN='(^|[^"[:alnum:]_])s3s::' E2E_TEST_GLOB='--glob=!crates/e2e_test/**'