Skip to content

Commit

Permalink
Add relational_db to resources list for automatic provision time coll…
Browse files Browse the repository at this point in the history
…ection.

PiperOrigin-RevId: 704878968
  • Loading branch information
bvliu authored and copybara-github committed Dec 11, 2024
1 parent edf4a1c commit 7e263a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions perfkitbenchmarker/benchmark_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ def ConstructRelationalDb(self):
relational_db_class.GetDefaultEngineVersion(engine)
)
self.relational_db = relational_db_class(self.config.relational_db)
self.resources.append(self.relational_db)

def ConstructNonRelationalDb(self) -> None:
"""Initializes the non_relational db."""
Expand Down

0 comments on commit 7e263a0

Please sign in to comment.