-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
area/testingIssues or PRs related to testingIssues or PRs related to testinghelp wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.kind/tepCategorizes issue or PR as related to a TEP (or needs a TEP).Categorizes issue or PR as related to a TEP (or needs a TEP).
Description
E2E Test Coverage
IMPORTANT: Blocked by sub-issue: #9272
Expand end-to-end testing to cover real-world cache behavior across all resolver types. Existing e2e resolver tests must be questioned, fixed/refactored or removed if they are not doing anything useful.
Test scenarios needed:
Bundle Resolver:
- Test
max-cache-size: 2 or 3eviction behavior - Test
cache-ttl: 1swith short duration
Git Resolver:
- Test
max-cache-size: 2 or 3eviction behavior
Cluster Resolver:
- Test
max-cache-size: 2 or 3eviction behavior
Stress Testing:
- Concurrent resolution test: 50-100 simultaneous resolutions from bundle, git, and cluster resolvers
- Verify cache consistency under heavy concurrent load
- Verify proper LRU eviction behavior under load
How to Contribute
Read the parent issue #9228 (comment).
Metadata
Metadata
Assignees
Labels
area/testingIssues or PRs related to testingIssues or PRs related to testinghelp wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.kind/tepCategorizes issue or PR as related to a TEP (or needs a TEP).Categorizes issue or PR as related to a TEP (or needs a TEP).
Type
Projects
Status
Todo