Skip to content

Commit e3e0f30

Browse files
leliaclaude
andcommitted
Move e2e retry changelog entry out and drop remaining ticket reference
The e2e retry hardening ships with the dependency pinning PR instead, so its changelog entry moves there. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: lelia <2418071+lelia@users.noreply.github.com>
1 parent f7d5ab0 commit e3e0f30

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@
1212
(e.g. `generic`) and skips individual unparseable artifacts in the stream
1313
instead of failing the whole response.
1414

15-
### Changed: e2e reachability jobs retry transient empty results
16-
17-
- The e2e workflow now detects reachability runs that report success with no
18-
alerted components in the facts file — a transient backend condition — and
19-
retries the scan up to three times, uploading run artifacts on failure.
20-
2115
## 2.5.9
2216

2317
### Changed: bump pinned @coana-tech/cli to 15.10.3

tests/core/test_sdk_methods.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def test_get_added_and_removed_packages_license_override(core):
265265
)
266266

267267
def test_get_sbom_data_failure_raises(core):
268-
"""A failed SBOM stream fetch raises instead of returning {} (CE-362).
268+
"""A failed SBOM stream fetch raises instead of returning {}.
269269
270270
Returning {} let report generation continue and emit empty results with
271271
exit code 0; raising routes the failure through the CLI's API-error

0 commit comments

Comments
 (0)