Skip to content

test(intel): skip real NVD tests on transient network failures#32

Merged
evkir merged 1 commit into
mainfrom
fix/nvd-flaky-network-test
Jun 18, 2026
Merged

test(intel): skip real NVD tests on transient network failures#32
evkir merged 1 commit into
mainfrom
fix/nvd-flaky-network-test

Conversation

@evkir

@evkir evkir commented Jun 18, 2026

Copy link
Copy Markdown
Owner

Nightly slow job failed on a read timeout against the live NVD API for CVE-2021-44228. The client returned a graceful error dict after 3 backoff retries — correct behavior, not a regression. A transient transport failure should skip, not fail the build.

Add _skip_on_transient() helper (timeout/connection/429/503) applied before the error assertion in both real-NVD tests.

Nightly slow job failed on a read timeout against the live NVD API for
CVE-2021-44228. The client returned a graceful error dict after 3 backoff
retries — correct behavior, not a regression. A transient transport
failure should skip, not fail the build.

Add _skip_on_transient() helper (timeout/connection/429/503) applied
before the error assertion in both real-NVD tests.
@evkir evkir merged commit dcb5d6c into main Jun 18, 2026
5 checks passed
@evkir evkir deleted the fix/nvd-flaky-network-test branch June 18, 2026 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant