|
560 | 560 | --- |
561 | 561 | "cluster shard allocation explanation test with empty body and no URL parameters": |
562 | 562 | - requires: |
563 | | - test_runner_features: capabilities |
564 | 563 | capabilities: |
565 | 564 | - method: GET |
566 | 565 | path: /_cluster/allocation/explain |
567 | | - parameters: [ index, shard, primary, current_node ] |
568 | | - reason: "Path parameter support was added in version 9.2.0" |
| 566 | + capabilities: [ query_parameter_support ] |
| 567 | + test_runner_features: [ capabilities ] |
| 568 | + reason: "Query parameter support was added in version 9.2.0" |
569 | 569 |
|
570 | 570 | - do: |
571 | 571 | indices.create: |
|
585 | 585 | --- |
586 | 586 | "cluster shard allocation explanation test with only index provided in URL": |
587 | 587 | - requires: |
588 | | - test_runner_features: capabilities |
589 | 588 | capabilities: |
590 | 589 | - method: GET |
591 | 590 | path: /_cluster/allocation/explain |
592 | | - parameters: [ index, shard, primary, current_node ] |
593 | | - reason: "Path parameter support was added in version 9.2.0" |
| 591 | + capabilities: [ query_parameter_support ] |
| 592 | + test_runner_features: [ capabilities ] |
| 593 | + reason: "Query parameter support was added in version 9.2.0" |
594 | 594 |
|
595 | 595 | - do: |
596 | 596 | indices.create: |
|
606 | 606 | --- |
607 | 607 | "cluster shard allocation explanation test with only shard provided in URL": |
608 | 608 | - requires: |
609 | | - test_runner_features: capabilities |
610 | 609 | capabilities: |
611 | 610 | - method: GET |
612 | 611 | path: /_cluster/allocation/explain |
613 | | - parameters: [ index, shard, primary, current_node ] |
614 | | - reason: "Path parameter support was added in version 9.2.0" |
| 612 | + capabilities: [ query_parameter_support ] |
| 613 | + test_runner_features: [ capabilities ] |
| 614 | + reason: "Query parameter support was added in version 9.2.0" |
615 | 615 |
|
616 | 616 | - do: |
617 | 617 | indices.create: |
|
627 | 627 | --- |
628 | 628 | "cluster shard allocation explanation test with only primary provided in URL": |
629 | 629 | - requires: |
630 | | - test_runner_features: capabilities |
631 | 630 | capabilities: |
632 | 631 | - method: GET |
633 | 632 | path: /_cluster/allocation/explain |
634 | | - parameters: [ index, shard, primary, current_node ] |
635 | | - reason: "Path parameter support was added in version 9.2.0" |
| 633 | + capabilities: [ query_parameter_support ] |
| 634 | + test_runner_features: [ capabilities ] |
| 635 | + reason: "Query parameter support was added in version 9.2.0" |
636 | 636 |
|
637 | 637 | - do: |
638 | 638 | indices.create: |
|
648 | 648 | --- |
649 | 649 | "cluster shard allocation explanation test with only index and shard provided in URL": |
650 | 650 | - requires: |
651 | | - test_runner_features: capabilities |
652 | 651 | capabilities: |
653 | 652 | - method: GET |
654 | 653 | path: /_cluster/allocation/explain |
655 | | - parameters: [ index, shard, primary, current_node ] |
656 | | - reason: "Path parameter support was added in version 9.2.0" |
| 654 | + capabilities: [ query_parameter_support ] |
| 655 | + test_runner_features: [ capabilities ] |
| 656 | + reason: "Query parameter support was added in version 9.2.0" |
657 | 657 |
|
658 | 658 | - do: |
659 | 659 | indices.create: |
|
670 | 670 | --- |
671 | 671 | "cluster shard allocation explanation test with only shard and primary provided in the URL": |
672 | 672 | - requires: |
673 | | - test_runner_features: capabilities |
674 | 673 | capabilities: |
675 | 674 | - method: GET |
676 | 675 | path: /_cluster/allocation/explain |
677 | | - parameters: [ index, shard, primary, current_node ] |
678 | | - reason: "Path parameter support was added in version 9.2.0" |
| 676 | + capabilities: [ query_parameter_support ] |
| 677 | + test_runner_features: [ capabilities ] |
| 678 | + reason: "Query parameter support was added in version 9.2.0" |
679 | 679 |
|
680 | 680 | - do: |
681 | 681 | indices.create: |
|
692 | 692 | --- |
693 | 693 | "cluster shard allocation explanation test with only index and primary provided in the URL": |
694 | 694 | - requires: |
695 | | - test_runner_features: capabilities |
696 | 695 | capabilities: |
697 | 696 | - method: GET |
698 | 697 | path: /_cluster/allocation/explain |
699 | | - parameters: [ index, shard, primary, current_node ] |
700 | | - reason: "Path parameter support was added in version 9.2.0" |
| 698 | + capabilities: [ query_parameter_support ] |
| 699 | + test_runner_features: [ capabilities ] |
| 700 | + reason: "Query parameter support was added in version 9.2.0" |
701 | 701 |
|
702 | 702 | - do: |
703 | 703 | indices.create: |
|
714 | 714 | --- |
715 | 715 | "cluster shard allocation explanation test with 3 parameters in the URL": |
716 | 716 | - requires: |
717 | | - test_runner_features: capabilities |
718 | 717 | capabilities: |
719 | 718 | - method: GET |
720 | 719 | path: /_cluster/allocation/explain |
721 | | - parameters: [ index, shard, primary, current_node ] |
722 | | - reason: "Path parameter support was added in version 9.2.0" |
| 720 | + capabilities: [ query_parameter_support ] |
| 721 | + test_runner_features: [ capabilities ] |
| 722 | + reason: "Query parameter support was added in version 9.2.0" |
723 | 723 |
|
724 | 724 | - do: |
725 | 725 | indices.create: |
|
746 | 746 | --- |
747 | 747 | "cluster shard allocation explanation test with all parameters in the URL": |
748 | 748 | - requires: |
749 | | - test_runner_features: capabilities |
750 | 749 | capabilities: |
751 | 750 | - method: GET |
752 | 751 | path: /_cluster/allocation/explain |
753 | | - parameters: [ index, shard, primary, current_node ] |
754 | | - reason: "Path parameter support was added in version 9.2.0" |
| 752 | + capabilities: [ query_parameter_support ] |
| 753 | + test_runner_features: [ capabilities ] |
| 754 | + reason: "Query parameter support was added in version 9.2.0" |
755 | 755 |
|
756 | 756 | - do: |
757 | 757 | indices.create: |
|
784 | 784 | --- |
785 | 785 | "cluster shard allocation explanation test with parameters passed in both the body and URL": |
786 | 786 | - requires: |
787 | | - test_runner_features: capabilities |
788 | 787 | capabilities: |
789 | 788 | - method: GET |
790 | 789 | path: /_cluster/allocation/explain |
791 | | - parameters: [ index, shard, primary, current_node ] |
792 | | - reason: "Path parameter support was added in version 9.2.0" |
| 790 | + capabilities: [ query_parameter_support ] |
| 791 | + test_runner_features: [ capabilities ] |
| 792 | + reason: "Query parameter support was added in version 9.2.0" |
793 | 793 |
|
794 | 794 | - do: |
795 | 795 | indices.create: |
|
806 | 806 | --- |
807 | 807 | "cluster shard allocation explanation test with numerical index parameter passed in URL": |
808 | 808 | - requires: |
809 | | - test_runner_features: capabilities |
810 | 809 | capabilities: |
811 | 810 | - method: GET |
812 | 811 | path: /_cluster/allocation/explain |
813 | | - parameters: [ index, shard, primary, current_node ] |
814 | | - reason: "Path parameter support was added in version 9.2.0" |
| 812 | + capabilities: [ query_parameter_support ] |
| 813 | + test_runner_features: [ capabilities ] |
| 814 | + reason: "Query parameter support was added in version 9.2.0" |
815 | 815 |
|
816 | 816 | - do: |
817 | 817 | indices.create: |
|
832 | 832 | --- |
833 | 833 | "cluster shard allocation explanation test with incorrect index parameter passed in URL": |
834 | 834 | - requires: |
835 | | - test_runner_features: capabilities |
836 | 835 | capabilities: |
837 | 836 | - method: GET |
838 | 837 | path: /_cluster/allocation/explain |
839 | | - parameters: [ index, shard, primary, current_node ] |
840 | | - reason: "Path parameter support was added in version 9.2.0" |
| 838 | + capabilities: [ query_parameter_support ] |
| 839 | + test_runner_features: [ capabilities ] |
| 840 | + reason: "Query parameter support was added in version 9.2.0" |
841 | 841 |
|
842 | 842 | - do: |
843 | 843 | indices.create: |
|
858 | 858 | --- |
859 | 859 | "cluster shard allocation explanation test with an invalid, string shard parameter passed in URL": |
860 | 860 | - requires: |
861 | | - test_runner_features: capabilities |
862 | 861 | capabilities: |
863 | 862 | - method: GET |
864 | 863 | path: /_cluster/allocation/explain |
865 | | - parameters: [ index, shard, primary, current_node ] |
866 | | - reason: "Path parameter support was added in version 9.2.0" |
| 864 | + capabilities: [ query_parameter_support ] |
| 865 | + test_runner_features: [ capabilities ] |
| 866 | + reason: "Query parameter support was added in version 9.2.0" |
867 | 867 |
|
868 | 868 | - do: |
869 | 869 | indices.create: |
|
881 | 881 | --- |
882 | 882 | "cluster shard allocation explanation test with a valid, string shard parameter passed in URL": |
883 | 883 | - requires: |
884 | | - test_runner_features: capabilities |
885 | 884 | capabilities: |
886 | 885 | - method: GET |
887 | 886 | path: /_cluster/allocation/explain |
888 | | - parameters: [ index, shard, primary, current_node ] |
889 | | - reason: "Path parameter support was added in version 9.2.0" |
| 887 | + capabilities: [ query_parameter_support ] |
| 888 | + test_runner_features: [ capabilities ] |
| 889 | + reason: "Query parameter support was added in version 9.2.0" |
890 | 890 |
|
891 | 891 | - do: |
892 | 892 | indices.create: |
|
913 | 913 | --- |
914 | 914 | "cluster shard allocation explanation test with float shard parameter passed in URL": |
915 | 915 | - requires: |
916 | | - test_runner_features: capabilities |
917 | 916 | capabilities: |
918 | 917 | - method: GET |
919 | 918 | path: /_cluster/allocation/explain |
920 | | - parameters: [ index, shard, primary, current_node ] |
921 | | - reason: "Path parameter support was added in version 9.2.0" |
| 919 | + capabilities: [ query_parameter_support ] |
| 920 | + test_runner_features: [ capabilities ] |
| 921 | + reason: "Query parameter support was added in version 9.2.0" |
922 | 922 |
|
923 | 923 | - do: |
924 | 924 | indices.create: |
|
936 | 936 | --- |
937 | 937 | "cluster shard allocation explanation test with numerical primary parameter passed in URL": |
938 | 938 | - requires: |
939 | | - test_runner_features: capabilities |
940 | 939 | capabilities: |
941 | 940 | - method: GET |
942 | 941 | path: /_cluster/allocation/explain |
943 | | - parameters: [ index, shard, primary, current_node ] |
944 | | - reason: "Path parameter support was added in version 9.2.0" |
| 942 | + capabilities: [ query_parameter_support ] |
| 943 | + test_runner_features: [ capabilities ] |
| 944 | + reason: "Query parameter support was added in version 9.2.0" |
945 | 945 |
|
946 | 946 | - do: |
947 | 947 | indices.create: |
|
959 | 959 | --- |
960 | 960 | "cluster shard allocation explanation test with invalid primary parameter passed in URL": |
961 | 961 | - requires: |
962 | | - test_runner_features: capabilities |
963 | 962 | capabilities: |
964 | 963 | - method: GET |
965 | 964 | path: /_cluster/allocation/explain |
966 | | - parameters: [ index, shard, primary, current_node ] |
967 | | - reason: "Path parameter support was added in version 9.2.0" |
| 965 | + capabilities: [ query_parameter_support ] |
| 966 | + test_runner_features: [ capabilities ] |
| 967 | + reason: "Query parameter support was added in version 9.2.0" |
968 | 968 |
|
969 | 969 | - do: |
970 | 970 | indices.create: |
|
982 | 982 | --- |
983 | 983 | "cluster shard allocation explanation test with a valid, string primary parameter passed in URL": |
984 | 984 | - requires: |
985 | | - test_runner_features: capabilities |
986 | 985 | capabilities: |
987 | 986 | - method: GET |
988 | 987 | path: /_cluster/allocation/explain |
989 | | - parameters: [ index, shard, primary, current_node ] |
990 | | - reason: "Path parameter support was added in version 9.2.0" |
| 988 | + capabilities: [ query_parameter_support ] |
| 989 | + test_runner_features: [ capabilities ] |
| 990 | + reason: "Query parameter support was added in version 9.2.0" |
991 | 991 |
|
992 | 992 | - do: |
993 | 993 | indices.create: |
|
1014 | 1014 | --- |
1015 | 1015 | "cluster shard allocation explanation test with an invalid, string primary parameter passed in URL": |
1016 | 1016 | - requires: |
1017 | | - test_runner_features: capabilities |
1018 | 1017 | capabilities: |
1019 | 1018 | - method: GET |
1020 | 1019 | path: /_cluster/allocation/explain |
1021 | | - parameters: [ index, shard, primary, current_node ] |
1022 | | - reason: "Path parameter support was added in version 9.2.0" |
| 1020 | + capabilities: [ query_parameter_support ] |
| 1021 | + test_runner_features: [ capabilities ] |
| 1022 | + reason: "Query parameter support was added in version 9.2.0" |
1023 | 1023 |
|
1024 | 1024 | - do: |
1025 | 1025 | indices.create: |
|
1037 | 1037 | --- |
1038 | 1038 | "cluster shard allocation explanation test with numerical current node parameter passed in URL": |
1039 | 1039 | - requires: |
1040 | | - test_runner_features: capabilities |
1041 | 1040 | capabilities: |
1042 | 1041 | - method: GET |
1043 | 1042 | path: /_cluster/allocation/explain |
1044 | | - parameters: [ index, shard, primary, current_node ] |
1045 | | - reason: "Path parameter support was added in version 9.2.0" |
| 1043 | + capabilities: [ query_parameter_support ] |
| 1044 | + test_runner_features: [ capabilities ] |
| 1045 | + reason: "Query parameter support was added in version 9.2.0" |
1046 | 1046 |
|
1047 | 1047 | - do: |
1048 | 1048 | indices.create: |
|
0 commit comments