Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
lucabelluccini opened this issue Jan 10, 2025 · 2 comments
Open

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

lucabelluccini opened this issue Jan 10, 2025 · 2 comments
Labels
:StorageEngine/Mapping The storage related side of mappings Team:StorageEngine >test Issues or PRs that are addressing/adding tests

Comments

@lucabelluccini
Copy link
Contributor

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

@elasticsearchmachine elasticsearchmachine added the needs:triage Requires assignment of a team area label label Jan 10, 2025
@lucabelluccini lucabelluccini added :Core/Infra/Core Core issues without another label :StorageEngine/Mapping The storage related side of mappings and removed needs:triage Requires assignment of a team area label labels Jan 10, 2025
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-storage-engine (Team:StorageEngine)

@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra (Team:Core/Infra)

@martijnvg martijnvg added >test Issues or PRs that are addressing/adding tests and removed :Core/Infra/Core Core issues without another label labels Jan 10, 2025
@elasticsearchmachine elasticsearchmachine removed the Team:Core/Infra Meta label for core/infra team label Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:StorageEngine/Mapping The storage related side of mappings Team:StorageEngine >test Issues or PRs that are addressing/adding tests
Projects
None yet
Development

No branches or pull requests

3 participants