Skip to content

Fixing the Search integration tests for the new Schema Service Spring 6 contract.

Derek Hudson requested to merge aws-fix-search-for-spring6-schema-migration into master

Type of change

  • Bug Fix
  • Feature

Please provide link to gitlab issue or ADR(Architecture Decision Record)

Does this introduce a change in the core logic?

  • [YES]

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

  • AWS
  • Azure
  • Google Cloud
  • IBM

Does this introduce a breaking change?

  • [NO]

What is the current behavior?

Search integration tests fail because of an extra trailing / in the calls to the Schema Service.

What is the new/expected behavior?

Removes that breaking extra trailing / in the calls to the Schema Service and adds an assert to validate that the schema was created.

Have you added/updated Unit Tests and Integration Tests?

Any other useful information

Merge request reports