Fix the store integration tests
Metadata
Current evaluation
Merged a fix for failing store integration tests caused by rate-limiting during rapid snap registrations. Added a wait delay after the second registration to prevent subsequent tests from hitting the same error.
Suggested action: —
No scores available.
Issue body
The tests were failing because we added a new one that attempts to register
two snaps too fast, in order to check the error the store sends for too many
attempts. After the second registration, we need to wait a little so the
following tests can register without getting the same error.
LP: #1599268
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged a fix for failing store integration tests caused by rate-limiting during rapid snap registrations. Added a wait delay after the second registration to prevent subsequent tests from hitting the same error. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged a fix for failing store integration tests caused by rapid consecutive snap registrations. Added a delay after the second registration to prevent subsequent tests from triggering rate-limit errors. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged a fix for failing store integration tests. Added a delay after rapid snap registrations to prevent rate-limit errors from blocking subsequent tests. Resolves LP #1599268. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #1247 Fixing Store integration tests. | snapcraft | merged | Merged updates to Store integration tests accommodating a new 40-character snap-name size limit. Test prefixes and configurations were adjusted to pass CI, with further error handling improvements planned. | |
| #1964 Fix Store integration tests with updated snap name registration error messages (take 2) | snapcraft | merged | Merged after approval, updating Store integration tests to match new snap name registration error messages. Builds on PR #1963, modifying string literals across three files. Resolved with zero outstanding comments. | |
| #1797 tests: update the snap name already registered for store tests | snapcraft | merged | Merged test update replacing a revoked snap name with an active one to match current store responses. Transient CI timeouts were retried before final merge. |