-
Notifications
You must be signed in to change notification settings - Fork 220
chore(nimbus): bump kinto test server from 30.1.1 to latest #15107
Copy link
Copy link
Open
Description
Summary
The local Kinto test server used for integration tests (mozilla/remote-settings:30.1.1) is very outdated — the latest is v42.3.0.
Firefox 149's Remote Settings client now sends _since timestamps as bare integers (v2 format), but Kinto v1 expects quoted strings and returns HTTP 400: "The value should be integer between double quotes." This broke the desktop enrollment integration tests.
A workaround was added in #15032 (clear local RS DB before each sync), but bumping to a v2-compatible Kinto server would fix this properly and allow removing the workaround.
Acceptance Criteria
- Bump
mozilla/remote-settingsimage indocker-compose.ymlto latest stable version - Update
kinto/server.iniif the config format changed - Verify all integration tests pass with the new server
- Remove the
client.db.clear()workaround fromconftest.py
┆Issue is synchronized with this Jira Task
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels