Skip to content

[Synthetic _source] Deprecation and test upgrade to 9.x #119988

Open
@lucabelluccini

Description

@lucabelluccini

Following #116689 we should test the following flow:

  1. Create 8.latest cluster

  2. Create an index where Synthetic _source is used

PUT demosourcesyn
{
  "mappings": {
    "_source": {
      "mode": "synthetic"
    }
  }
}
  1. Index a document
POST demosourcesyn/_doc
{
  "field": "test"
}
  1. Check the settings in GET demosourcesyn?include_defaults=true

  2. Upgrade to 9.x

  3. Index a document

POST demosourcesyn/_doc
{
  "field": "test2"
}

It must succeed

  1. Check the settings in GET demosourcesyn?include_defaults=true

It must still index documents with Synthetic _source

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions