3787ea27bf
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. |
||
---|---|---|
.. | ||
create_bwc_index.py | ||
create_bwc_index_with_conficting_mappings.py | ||
create_bwc_index_with_plugin_mappings.py | ||
create_bwc_index_with_some_ancient_segments.py | ||
create_bwc_repo_with_ancient_indices.py | ||
es_release_notes.pl | ||
get-bwc-version.py | ||
prepare_release_update_documentation.py | ||
smoke_test_rc.py |