Skip to content
Snippets Groups Projects

Analyse service: Add stats determination functionality

  • Closes #371
Edited by Sotiris Tsepelakis

Merge request reports

Checking pipeline status.

Merged by Martin WeiseMartin Weise Jan 18, 2024 (Jan 18, 2024 4:40pm UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
118 )
119 # volume for script to create a test data db and import values from a csv
120 data_db.with_volume_mapping(
121 os.path.abspath("./test/init-data-db.sh"),
122 "/docker-entrypoint-initdb.d/init-data-db.sh",
123 )
124
125 with data_db:
126 yield data_db
127
128
129 @pytest.fixture(scope="function")
130 def opensearch_container():
131 os_container = OpenSearchContainer("opensearchproject/opensearch:2.10.0")
132
133 with os_container:
  • Martin Weise mentioned in commit 970ca44c

    mentioned in commit 970ca44c

  • merged

  • Please register or sign in to reply
    Loading