Skip to content

Commit 2d97853

Browse files
test(appsec): run the flask app suites when app.py changes DD_U55XLN
tests/appsec/app.py matched only the threats suites, none of which run the integration tests that actually serve it, so the shutdown change in the previous commit shipped without any of them running. Same gap that #19674 closed for appsec_utils.py. 15 -> 19 matched suites. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent d073cc5 commit 2d97853

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/appsec/suitespec.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ suites:
7474
paths:
7575
- '@appsec_iast'
7676
- tests/appsec/iast_packages/*
77+
- tests/appsec/app.py
7778
- tests/appsec/appsec_utils.py
7879
timeout: 50m
7980
iast_tdd_propagation:
@@ -85,6 +86,7 @@ suites:
8586
- '@appsec_iast'
8687
- '@remoteconfig'
8788
- tests/appsec/iast_tdd_propagation/*
89+
- tests/appsec/app.py
8890
- tests/appsec/appsec_utils.py
8991
retry: 2
9092
snapshot: true
@@ -150,6 +152,7 @@ suites:
150152
- '@appsec_iast'
151153
- tests/appsec/integrations/flask_tests/test_iast_flask.py
152154
- tests/appsec/integrations/flask_tests/test_appsec_flask_telemetry.py
155+
- tests/appsec/app.py
153156
- tests/appsec/appsec_utils.py
154157
retry: 2
155158
# test_appsec_flask_telemetry.py asserts on payloads received by the test agent.
@@ -165,6 +168,7 @@ suites:
165168
- '@appsec_iast'
166169
- '@remoteconfig'
167170
- tests/appsec/integrations/flask_tests/*
171+
- tests/appsec/app.py
168172
- tests/appsec/appsec_utils.py
169173
retry: 2
170174
services:

0 commit comments

Comments
 (0)