This diff introduces a database method to update the device notification token field.
The purpose is to update the device notification token when the token is expired or wrong.
Related Linear task: ENG-1782
Paths
| Differential D5179 Authored by • max on Sep 19 2022, 7:04 AM.
Details Summary This diff introduces a database method to update the device notification token field. Related Linear task: ENG-1782 Test Plan
Diff Detail
Event Timeline• max held this revision as a draft. Herald added a reviewer: • jon. · View Herald TranscriptSep 19 2022, 7:04 AM2022-09-19 07:04:37 (UTC-7) Herald added a reviewer: • karol. · View Herald TranscriptSep 19 2022, 7:09 AM2022-09-19 07:09:05 (UTC-7) Harbormaster completed remote builds in B12275: Diff 16837.Sep 19 2022, 7:14 AM2022-09-19 07:14:39 (UTC-7) Comment Actions not familiar with Aws sdk, but the C++ looks about right. I feel like having a test case for this would help a lot of asserting that it has the desired behavior • max edited the test plan for this revision. (Show Details)Sep 19 2022, 3:58 PM2022-09-19 15:58:38 (UTC-7) Comment Actions
Sounds reasonable! D5184 was created and the test description was updated as well. This revision now requires changes to proceed.Sep 20 2022, 7:09 AM2022-09-20 07:09:51 (UTC-7) • max added inline comments.
Harbormaster completed remote builds in B12347: Diff 16949.Sep 21 2022, 7:17 AM2022-09-21 07:17:32 (UTC-7) Comment Actions We can always revisit if we want more detail than just a bool to denote success/failure. But that decision can be deferred. This looks fine to me. This revision is now accepted and ready to land.Sep 23 2022, 4:49 AM2022-09-23 04:49:25 (UTC-7) Harbormaster failed remote builds in B12416: Diff 17038!Sep 23 2022, 11:21 AM2022-09-23 11:21:37 (UTC-7) Harbormaster completed remote builds in B12416: Diff 17038.Sep 23 2022, 11:29 AM2022-09-23 11:29:57 (UTC-7) Closed by commit rCOMMdf8907048ae7: [services] Tunnelbroker - Add `updateSessionItemDeviceToken` database method (authored by • max). · Explain WhySep 23 2022, 11:30 AM2022-09-23 11:30:34 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 17043 services/tunnelbroker/src/Database/DatabaseManager.h
services/tunnelbroker/src/Database/DatabaseManager.cpp
|