Delete DatastoreTM and most other references to Datastore (#1681)

This includes:
- deletion of helper DB methods in tests
- deletion of various old Datastore-only classes and removal of any
  endpoints
- removal of the dual-database test concept
- removal of 'ofy' from the AppEngineExtension
This commit is contained in:
gbrodman 2022-07-01 13:33:38 -04:00 committed by GitHub
parent cb1957f01a
commit f62732547f
336 changed files with 3452 additions and 12054 deletions

View file

@ -657,8 +657,8 @@ default five days) after which the transfer is automatically approved. Within
that window, this flow allows the losing client to reject the transfer request.
When the transfer was requested, poll messages and billing events were saved to
Datastore with timestamps such that they only would become active when the
transfer period passed. In this flow, those speculative objects are deleted.
SQL with timestamps such that they only would become active when the transfer
period passed. In this flow, those speculative objects are deleted.
### Errors