File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
misc/python/materialize/scalability/endpoint Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1010import psycopg
1111
1212from materialize import git
13+ from materialize .mzcompose import ADDITIONAL_BENCHMARKING_SYSTEM_PARAMETERS
1314from materialize .mzcompose .composition import Composition
1415from materialize .mzcompose .services .materialized import Materialized
1516from materialize .mzcompose .services .postgres import Postgres
@@ -160,8 +161,6 @@ def up(self) -> None:
160161 if not self .composition .try_pull_service_image (
161162 Materialized (
162163 image = self .image ,
163- external_metadata_store = True ,
164- metadata_store = "cockroach" ,
165164 )
166165 ):
167166 # explicitly specified image cannot be found and alternative exists
@@ -180,6 +179,7 @@ def up_internal(self) -> None:
180179 Materialized (
181180 image = self .image ,
182181 sanity_restart = False ,
182+ additional_system_parameter_defaults = ADDITIONAL_BENCHMARKING_SYSTEM_PARAMETERS ,
183183 external_metadata_store = True ,
184184 metadata_store = "cockroach" ,
185185 )
You can’t perform that action at this time.
0 commit comments