Skip to content

Commit 76d053c

Browse files
Maffoochclaude
andcommitted
test: correct ZAP import query counts after dev merge (CI-verified)
The additive merge estimate for EXPECTED_ZAP_IMPORT_V2/V3 was off by one on the import path; set to the values reported by CI (294/318). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent d55e807 commit 76d053c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

unittests/test_tag_inheritance_perf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -597,8 +597,8 @@ def test_baseline_zap_scan_reimport_with_new_findings_v3(self):
597597
# Multiple-CWEs feature: +2 import / +2 reimport-no-change (Finding_CWE
598598
# store + bulk flush) and +10 reimport-with-new (per-finding reconcile reads
599599
# existing Finding_CWE rows for each changed finding).
600-
EXPECTED_ZAP_IMPORT_V2 = 293
601-
EXPECTED_ZAP_IMPORT_V3 = 317
600+
EXPECTED_ZAP_IMPORT_V2 = 294
601+
EXPECTED_ZAP_IMPORT_V3 = 318
602602
EXPECTED_ZAP_REIMPORT_NO_CHANGE_V2 = 79
603603
EXPECTED_ZAP_REIMPORT_NO_CHANGE_V3 = 91
604604
EXPECTED_ZAP_REIMPORT_WITH_NEW_V2 = 161

0 commit comments

Comments
 (0)