Skip to content

IT-updates

Smitha Manjunath requested to merge it-fixes into master

Type of change

  • Bug Fix
  • Feature

indexer-service#54 (closed)

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 by Smitha Manjunath

Merge request reports