Skip to content

Commit

Permalink
[Model Monitoring] Fix v3io tsdb_client intest_app (#5615)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eyal-Danieli committed May 22, 2024
1 parent b08f60b commit 6b278e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/system/model_monitoring/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ def custom_setup(cls, project_name: str) -> None:
mm_constants.ProjectSecretKeys.TSDB_CONNECTION
),
)
else:
cls._tsdb_storage = mlrun.model_monitoring.get_tsdb_connector(
project=project_name
)
cls._kv_storage = mlrun.model_monitoring.get_store_object(project=project_name)
cls._v3io_container = f"users/pipelines/{project_name}/monitoring-apps/"

Expand Down

0 comments on commit 6b278e7

Please sign in to comment.