OpenSearch/dev-tools
Nik Everett 3787ea27bf Validate alias names the same as index names
Applied (almost) the same rules we use to validate index names
to new alias names. The only rule not applies it "must be lowercase".
We have tests that don't follow that rule and I except there are lots
of examples of camelCase alias names in the wild. We can add that
validation but I'm not sure it is worth it.

Closes #20748

Adds an alias that starts with `#` to the BWC index and validates
that you can read from it and remove it. Starting with `#` isn't
allowed after 5.1.0/6.0.0 so we don't create the alias or check it
after those versions.
2016-11-08 08:23:12 -05:00
..
create_bwc_index.py Validate alias names the same as index names 2016-11-08 08:23:12 -05:00
create_bwc_index_with_conficting_mappings.py Check for incompatible mappings while upgrading old indices 2015-08-04 18:13:29 -06:00
create_bwc_index_with_plugin_mappings.py Add a test that upgrades succeed even if a mapping contains fields that come from a plugin. 2015-11-24 19:14:19 +01:00
create_bwc_index_with_some_ancient_segments.py Check for incompatible mappings while upgrading old indices 2015-08-04 18:13:29 -06:00
create_bwc_repo_with_ancient_indices.py Tests: Move static bwc indexes to a shared location 2015-09-09 15:42:26 -07:00
es_release_notes.pl Rename "breaking java" tag to "breaking-java" 2016-07-29 14:43:31 +02:00
get-bwc-version.py Fix get-bwc-version for 5.0.0 (#21249) 2016-11-01 16:27:46 -04:00
prepare_release_update_documentation.py Release scripts: Split prepare_release into two scripts 2015-08-14 16:44:39 +02:00
smoke_test_rc.py Testing: Fix smoke tester (#21018) 2016-10-19 15:27:42 +02:00