Skip to content

Add caching tests#94

Merged
MDA2AV merged 1 commit intomainfrom
feature/add-caching-tests
Feb 16, 2026
Merged

Add caching tests#94
MDA2AV merged 1 commit intomainfrom
feature/add-caching-tests

Conversation

@MDA2AV
Copy link
Owner

@MDA2AV MDA2AV commented Feb 16, 2026

  • CAP-IMS-FUTURE — Sends If-Modified-Since with a year-2099 date; Pass=200, Warn=304
    • CAP-IMS-INVALID — Sends If-Modified-Since: not-a-date; Pass=200, Warn=304
    • CAP-INM-UNQUOTED — Captures ETag, strips quotes, sends unquoted in If-None-Match; Pass=200, Warn=304
    • CAP-ETAG-WEAK — Captures ETag, prepends W/ if strong, sends via If-None-Match; Pass=304, Warn=200

@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
71.1% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

@MDA2AV MDA2AV merged commit 01e93f5 into main Feb 16, 2026
0 of 2 checks passed
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.

New Tests - Cache related tests - to evaluate New section for all cache related tests

1 participant