If a type or path is missing in the REST test yaml file, it is
automatically replaced with _all. This makes it hard to test changes
in the api, for example adding the possibility to leave the index
blank in addition to _all and * in the uri.
closes#4657
This change make single shard requests fail when no routing is specified and routing has been configured to be required in the mapping. Thi
Closes#4506