Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • Search Search
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 34
    • Issues 34
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe Software
  • Platform
  • System
  • SearchSearch
  • Merge requests
  • !229

IT-updates

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Smitha Manjunath requested to merge it-fixes into master Feb 04, 2022
  • Overview 32
  • Commits 24
  • Pipelines 30
  • Changes 39

Type of change

  • Bug Fix
  • Feature

indexer-service#54

Does this introduce a change in the core logic?

  • [NO ONLY Test logic is changed]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a breaking change?

  • [NO]

What is the current behavior?

Integration tests directly use elastic search. Ideally, they should be pure blackbox test without the need to have access to elastic OR values from keyvault like elastic password.

What is the new/expected behavior?

This feature aims to modify the test cases so that we create schema , ingest records and then search for those records rather than creating indexes directly in elastic and then searching ontop of it.

Have you added/updated Unit Tests and Integration Tests?

ITs are modified.

Any other useful information

Edited May 24, 2022 by Smitha Manjunath
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: it-fixes