You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add test for source-only snapshot with synthetic source (#113233) (#113270)
Source-only snapshots do not support indices that do not retain the
original source, including indices with synthetic sources. This change
adds a YAML test to verify this behavior.
Closes#112735
- match: { snapshot.failures.0.reason : "IllegalStateException[Can't snapshot _source only on an index that has incomplete source ie. has _source disabled or filters the source]" }
- match: { snapshot.failures.0.reason: "IllegalStateException[Can't snapshot _source only on an index that has incomplete source ie. has _source disabled or filters the source]" }
0 commit comments