|
9 | 9 | tags: [atlas_connect]
|
10 | 10 |
|
11 | 11 | # Atlas data lake tests
|
12 |
| - - name: test-atlas-data-lake-with_ext |
| 12 | + - name: test-atlas-data-lake-without_ext |
13 | 13 | commands:
|
14 | 14 | - func: run tests
|
15 | 15 | vars:
|
16 | 16 | TEST_NAME: data_lake
|
17 | 17 | NO_EXT: "1"
|
18 | 18 | tags: [atlas_data_lake]
|
19 |
| - - name: test-atlas-data-lake-without_ext |
| 19 | + - name: test-atlas-data-lake-with_ext |
20 | 20 | commands:
|
21 | 21 | - func: run tests
|
22 | 22 | vars:
|
@@ -713,6 +713,323 @@ tasks:
|
713 | 713 | AWS_ROLE_SESSION_NAME: test
|
714 | 714 | tags: [auth-aws, auth-aws-web-identity]
|
715 | 715 |
|
| 716 | + # Compression tests |
| 717 | + - name: test-compression-v4.0-python3.9-no-c |
| 718 | + commands: |
| 719 | + - func: run server |
| 720 | + vars: |
| 721 | + VERSION: "4.0" |
| 722 | + - func: run tests |
| 723 | + tags: [compression] |
| 724 | + - name: test-compression-v4.2-python3.9-no-c |
| 725 | + commands: |
| 726 | + - func: run server |
| 727 | + vars: |
| 728 | + VERSION: "4.2" |
| 729 | + - func: run tests |
| 730 | + tags: [compression] |
| 731 | + - name: test-compression-v4.4-python3.9-no-c |
| 732 | + commands: |
| 733 | + - func: run server |
| 734 | + vars: |
| 735 | + VERSION: "4.4" |
| 736 | + - func: run tests |
| 737 | + tags: [compression] |
| 738 | + - name: test-compression-v5.0-python3.9-no-c |
| 739 | + commands: |
| 740 | + - func: run server |
| 741 | + vars: |
| 742 | + VERSION: "5.0" |
| 743 | + - func: run tests |
| 744 | + tags: [compression] |
| 745 | + - name: test-compression-v6.0-python3.9-no-c |
| 746 | + commands: |
| 747 | + - func: run server |
| 748 | + vars: |
| 749 | + VERSION: "6.0" |
| 750 | + - func: run tests |
| 751 | + tags: [compression] |
| 752 | + - name: test-compression-v7.0-python3.9-no-c |
| 753 | + commands: |
| 754 | + - func: run server |
| 755 | + vars: |
| 756 | + VERSION: "7.0" |
| 757 | + - func: run tests |
| 758 | + tags: [compression] |
| 759 | + - name: test-compression-v8.0-python3.9-no-c |
| 760 | + commands: |
| 761 | + - func: run server |
| 762 | + vars: |
| 763 | + VERSION: "8.0" |
| 764 | + - func: run tests |
| 765 | + tags: [compression] |
| 766 | + - name: test-compression-rapid-python3.9-no-c |
| 767 | + commands: |
| 768 | + - func: run server |
| 769 | + vars: |
| 770 | + VERSION: rapid |
| 771 | + - func: run tests |
| 772 | + tags: [compression] |
| 773 | + - name: test-compression-latest-python3.9-no-c |
| 774 | + commands: |
| 775 | + - func: run server |
| 776 | + vars: |
| 777 | + VERSION: latest |
| 778 | + - func: run tests |
| 779 | + tags: [compression] |
| 780 | + - name: test-compression-v4.0-python3.9 |
| 781 | + commands: |
| 782 | + - func: run server |
| 783 | + vars: |
| 784 | + VERSION: "4.0" |
| 785 | + - func: run tests |
| 786 | + tags: [compression] |
| 787 | + - name: test-compression-v4.2-python3.9 |
| 788 | + commands: |
| 789 | + - func: run server |
| 790 | + vars: |
| 791 | + VERSION: "4.2" |
| 792 | + - func: run tests |
| 793 | + tags: [compression] |
| 794 | + - name: test-compression-v4.4-python3.9 |
| 795 | + commands: |
| 796 | + - func: run server |
| 797 | + vars: |
| 798 | + VERSION: "4.4" |
| 799 | + - func: run tests |
| 800 | + tags: [compression] |
| 801 | + - name: test-compression-v5.0-python3.9 |
| 802 | + commands: |
| 803 | + - func: run server |
| 804 | + vars: |
| 805 | + VERSION: "5.0" |
| 806 | + - func: run tests |
| 807 | + tags: [compression] |
| 808 | + - name: test-compression-v6.0-python3.9 |
| 809 | + commands: |
| 810 | + - func: run server |
| 811 | + vars: |
| 812 | + VERSION: "6.0" |
| 813 | + - func: run tests |
| 814 | + tags: [compression] |
| 815 | + - name: test-compression-v7.0-python3.9 |
| 816 | + commands: |
| 817 | + - func: run server |
| 818 | + vars: |
| 819 | + VERSION: "7.0" |
| 820 | + - func: run tests |
| 821 | + tags: [compression] |
| 822 | + - name: test-compression-v8.0-python3.9 |
| 823 | + commands: |
| 824 | + - func: run server |
| 825 | + vars: |
| 826 | + VERSION: "8.0" |
| 827 | + - func: run tests |
| 828 | + tags: [compression] |
| 829 | + - name: test-compression-rapid-python3.9 |
| 830 | + commands: |
| 831 | + - func: run server |
| 832 | + vars: |
| 833 | + VERSION: rapid |
| 834 | + - func: run tests |
| 835 | + tags: [compression] |
| 836 | + - name: test-compression-latest-python3.9 |
| 837 | + commands: |
| 838 | + - func: run server |
| 839 | + vars: |
| 840 | + VERSION: latest |
| 841 | + - func: run tests |
| 842 | + tags: [compression] |
| 843 | + - name: test-compression-v4.0-python3.13-no-c |
| 844 | + commands: |
| 845 | + - func: run server |
| 846 | + vars: |
| 847 | + VERSION: "4.0" |
| 848 | + - func: run tests |
| 849 | + tags: [compression] |
| 850 | + - name: test-compression-v4.2-python3.13-no-c |
| 851 | + commands: |
| 852 | + - func: run server |
| 853 | + vars: |
| 854 | + VERSION: "4.2" |
| 855 | + - func: run tests |
| 856 | + tags: [compression] |
| 857 | + - name: test-compression-v4.4-python3.13-no-c |
| 858 | + commands: |
| 859 | + - func: run server |
| 860 | + vars: |
| 861 | + VERSION: "4.4" |
| 862 | + - func: run tests |
| 863 | + tags: [compression] |
| 864 | + - name: test-compression-v5.0-python3.13-no-c |
| 865 | + commands: |
| 866 | + - func: run server |
| 867 | + vars: |
| 868 | + VERSION: "5.0" |
| 869 | + - func: run tests |
| 870 | + tags: [compression] |
| 871 | + - name: test-compression-v6.0-python3.13-no-c |
| 872 | + commands: |
| 873 | + - func: run server |
| 874 | + vars: |
| 875 | + VERSION: "6.0" |
| 876 | + - func: run tests |
| 877 | + tags: [compression] |
| 878 | + - name: test-compression-v7.0-python3.13-no-c |
| 879 | + commands: |
| 880 | + - func: run server |
| 881 | + vars: |
| 882 | + VERSION: "7.0" |
| 883 | + - func: run tests |
| 884 | + tags: [compression] |
| 885 | + - name: test-compression-v8.0-python3.13-no-c |
| 886 | + commands: |
| 887 | + - func: run server |
| 888 | + vars: |
| 889 | + VERSION: "8.0" |
| 890 | + - func: run tests |
| 891 | + tags: [compression] |
| 892 | + - name: test-compression-rapid-python3.13-no-c |
| 893 | + commands: |
| 894 | + - func: run server |
| 895 | + vars: |
| 896 | + VERSION: rapid |
| 897 | + - func: run tests |
| 898 | + tags: [compression] |
| 899 | + - name: test-compression-latest-python3.13-no-c |
| 900 | + commands: |
| 901 | + - func: run server |
| 902 | + vars: |
| 903 | + VERSION: latest |
| 904 | + - func: run tests |
| 905 | + tags: [compression] |
| 906 | + - name: test-compression-v4.0-python3.13 |
| 907 | + commands: |
| 908 | + - func: run server |
| 909 | + vars: |
| 910 | + VERSION: "4.0" |
| 911 | + - func: run tests |
| 912 | + tags: [compression] |
| 913 | + - name: test-compression-v4.2-python3.13 |
| 914 | + commands: |
| 915 | + - func: run server |
| 916 | + vars: |
| 917 | + VERSION: "4.2" |
| 918 | + - func: run tests |
| 919 | + tags: [compression] |
| 920 | + - name: test-compression-v4.4-python3.13 |
| 921 | + commands: |
| 922 | + - func: run server |
| 923 | + vars: |
| 924 | + VERSION: "4.4" |
| 925 | + - func: run tests |
| 926 | + tags: [compression] |
| 927 | + - name: test-compression-v5.0-python3.13 |
| 928 | + commands: |
| 929 | + - func: run server |
| 930 | + vars: |
| 931 | + VERSION: "5.0" |
| 932 | + - func: run tests |
| 933 | + tags: [compression] |
| 934 | + - name: test-compression-v6.0-python3.13 |
| 935 | + commands: |
| 936 | + - func: run server |
| 937 | + vars: |
| 938 | + VERSION: "6.0" |
| 939 | + - func: run tests |
| 940 | + tags: [compression] |
| 941 | + - name: test-compression-v7.0-python3.13 |
| 942 | + commands: |
| 943 | + - func: run server |
| 944 | + vars: |
| 945 | + VERSION: "7.0" |
| 946 | + - func: run tests |
| 947 | + tags: [compression] |
| 948 | + - name: test-compression-v8.0-python3.13 |
| 949 | + commands: |
| 950 | + - func: run server |
| 951 | + vars: |
| 952 | + VERSION: "8.0" |
| 953 | + - func: run tests |
| 954 | + tags: [compression] |
| 955 | + - name: test-compression-rapid-python3.13 |
| 956 | + commands: |
| 957 | + - func: run server |
| 958 | + vars: |
| 959 | + VERSION: rapid |
| 960 | + - func: run tests |
| 961 | + tags: [compression] |
| 962 | + - name: test-compression-latest-python3.13 |
| 963 | + commands: |
| 964 | + - func: run server |
| 965 | + vars: |
| 966 | + VERSION: latest |
| 967 | + - func: run tests |
| 968 | + tags: [compression] |
| 969 | + - name: test-compression-v4.0-pypy3.10 |
| 970 | + commands: |
| 971 | + - func: run server |
| 972 | + vars: |
| 973 | + VERSION: "4.0" |
| 974 | + - func: run tests |
| 975 | + tags: [compression] |
| 976 | + - name: test-compression-v4.2-pypy3.10 |
| 977 | + commands: |
| 978 | + - func: run server |
| 979 | + vars: |
| 980 | + VERSION: "4.2" |
| 981 | + - func: run tests |
| 982 | + tags: [compression] |
| 983 | + - name: test-compression-v4.4-pypy3.10 |
| 984 | + commands: |
| 985 | + - func: run server |
| 986 | + vars: |
| 987 | + VERSION: "4.4" |
| 988 | + - func: run tests |
| 989 | + tags: [compression] |
| 990 | + - name: test-compression-v5.0-pypy3.10 |
| 991 | + commands: |
| 992 | + - func: run server |
| 993 | + vars: |
| 994 | + VERSION: "5.0" |
| 995 | + - func: run tests |
| 996 | + tags: [compression] |
| 997 | + - name: test-compression-v6.0-pypy3.10 |
| 998 | + commands: |
| 999 | + - func: run server |
| 1000 | + vars: |
| 1001 | + VERSION: "6.0" |
| 1002 | + - func: run tests |
| 1003 | + tags: [compression] |
| 1004 | + - name: test-compression-v7.0-pypy3.10 |
| 1005 | + commands: |
| 1006 | + - func: run server |
| 1007 | + vars: |
| 1008 | + VERSION: "7.0" |
| 1009 | + - func: run tests |
| 1010 | + tags: [compression] |
| 1011 | + - name: test-compression-v8.0-pypy3.10 |
| 1012 | + commands: |
| 1013 | + - func: run server |
| 1014 | + vars: |
| 1015 | + VERSION: "8.0" |
| 1016 | + - func: run tests |
| 1017 | + tags: [compression] |
| 1018 | + - name: test-compression-rapid-pypy3.10 |
| 1019 | + commands: |
| 1020 | + - func: run server |
| 1021 | + vars: |
| 1022 | + VERSION: rapid |
| 1023 | + - func: run tests |
| 1024 | + tags: [compression] |
| 1025 | + - name: test-compression-latest-pypy3.10 |
| 1026 | + commands: |
| 1027 | + - func: run server |
| 1028 | + vars: |
| 1029 | + VERSION: latest |
| 1030 | + - func: run tests |
| 1031 | + tags: [compression] |
| 1032 | + |
716 | 1033 | # Doctest tests
|
717 | 1034 | - name: test-doctests
|
718 | 1035 | commands:
|
|
0 commit comments