mozilla-services / server-syncstorage

The SyncServer server software, as used by Firefox Sync
Other
88 stars 27 forks source link

e2e test MAX_TOTAL_RECORDS (against Spanner) #155

Open pjenvey opened 4 years ago

pjenvey commented 4 years ago

Spanner's mutation limit requires a lower number of MAX_TOTAL_RECORDS. The e2e tests should ensure max_total_records edge cases can commit successfully (to avoid regressions such as https://github.com/mozilla-services/syncstorage-rs/issues/869

pjenvey commented 4 years ago

This is pretty straightforward to test but potentially a lengthy test to run every time the e2e tests are invoked.

pjenvey commented 1 year ago

Also logged here: https://mozilla-hub.atlassian.net/browse/SYNC-3525