[Feature] Enable Druid to use mock GCS server to run e2e tests #738
Labels
area/cost
Cost related
area/dev-productivity
Developer productivity related (how to improve development)
kind/enhancement
Enhancement, improvement, extension
Milestone
Feature (What you would like to be added):
Making druid to utilise
mock GCS server
to rune2e
tests. This will remove the dependency on the actualGCS
server therefore reducing the costs.Motivation (Why is this needed?):
Using FakeGCS to mimic GCS locally can optimize our testing process, making it more accessible and cost-effective. This is because FakeGCS can replicate all of the required GCS services for backuprestore, eliminating the need for actual GCS infrastructure. Also removes the complexity of maintaining and rotating infra secrets.
Approach/Hint to the implement solution (optional):
The text was updated successfully, but these errors were encountered: