Depends on D3690
Modify the code of the blob service so the dev mode that uses the local cloud can be properly launched
Paths
| Differential D3691 Authored by • karol on Apr 11 2022, 6:01 AM.
Details
Summary Depends on D3690 Modify the code of the blob service so the dev mode that uses the local cloud can be properly launched Test Plan cd services docker-compose down yarn run-local-cloud yarn test-blob-service-dev-mode
Diff Detail
Event TimelineHerald added subscribers: • abosh, • benschac, atul and 3 others. · View Herald TranscriptApr 11 2022, 6:01 AM2022-04-11 06:01:53 (UTC-7) Harbormaster completed remote builds in B8060: Diff 11279.Apr 11 2022, 6:08 AM2022-04-11 06:08:47 (UTC-7) • karol edited the summary of this revision. (Show Details)Apr 11 2022, 6:38 AM2022-04-11 06:38:01 (UTC-7)
Harbormaster completed remote builds in B8072: Diff 11291.Apr 11 2022, 6:52 AM2022-04-11 06:52:52 (UTC-7) This revision now requires changes to proceed.Apr 26 2022, 10:49 AM2022-04-26 10:49:17 (UTC-7) Comment Actions I put up a follow-up for avoiding using compile-time flags D3872 To see why it comes as a follow-up, please see https://phabricator.ashoat.com/D3690#107900 Comment Actions
I agree, it really makes sense to do it as a separate diff. But at the same time, I don't agree a followup is the right way to do that. The issue is that we introduce new code here and we know that we need to update it. Writing and reviewing this code is quite wasteful, when it is replaced later. The correct way to do that is to make this change before this diff. I know it is painful to alter the stack, but overall it's a lot more efficient approach. Not going to bock you on this, but please consider introducing the changes before a diff in future stacks.
This revision is now accepted and ready to land.Apr 29 2022, 5:17 AM2022-04-29 05:17:39 (UTC-7) Comment Actions Sure, you're right.
Closed by commit rCOMMe82deb6b61df: [services] Dev mode - Set up Blob service (authored by • karol). · Explain WhyMay 6 2022, 1:46 AM2022-05-06 01:46:51 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 12332 services/blob/CMakeLists.txt
services/blob/dev/DatabaseSimulator.h
services/blob/dev/DevTools.h
services/blob/dev/DevTools.cpp
|