forked from bodo-ai/Bodo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpytest.ini
More file actions
130 lines (126 loc) · 5.67 KB
/
pytest.ini
File metadata and controls
130 lines (126 loc) · 5.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
[pytest]
addopts = -p no:faulthandler
filterwarnings =
ignore:Use setlocale:DeprecationWarning:pytest_nunit
markers =
slow: marks tests as slow (deselect with '-m "not slow"')
weekly: marks tests only on azure weekly (runs every Wednesday)
smoke: marks tests as basic smoke tests to run on every PR (select with '-m "smoke"')
s3: s3 related tests
pandas: Tests that utilize a Pandas interface
ml: Machine Learning Related Tests
perf_regression: Test for Performance Regressions
snowflake: Any test that accesses Snowflake, including I/O-related tests
parquet: Tests that involve Parquet files (except for Snowflake write or Iceberg)
hdf5: I/O Tests for HDF5 files
one_rank: Tests that are designed to only run on one rank
compiler: Compiler related tests
tabular: Tests that involve the Tabular Iceberg Catalog
single_mod: single python module from which to run tests
iceberg: iceberg related tests
jit_dependency: marks Bodo DataFrames tests that require jit dependencies
bodosql_cpp: marks tests for the BodoSQL C++ backend
# Used for Azure NP=3
bodosql_1of7: part 1/7 of the test suite
bodosql_2of7: part 2/7 of the test suite
bodosql_3of7: part 3/7 of the test suite
bodosql_4of7: part 4/7 of the test suite
bodosql_5of7: part 5/7 of the test suite
bodosql_6of7: part 6/7 of the test suite
bodosql_7of7: part 7/7 of the test suite
# Used for Azure NP=2
hdfs: hdfs related tests
bodo_1of30: part 1/30 of the test suite
bodo_2of30: part 2/30 of the test suite
bodo_3of30: part 3/30 of the test suite
bodo_4of30: part 4/30 of the test suite
bodo_5of30: part 5/30 of the test suite
bodo_6of30: part 6/30 of the test suite
bodo_7of30: part 7/30 of the test suite
bodo_8of30: part 8/30 of the test suite
bodo_9of30: part 9/30 of the test suite
bodo_10of30: part 10/30 of the test suite
bodo_11of30: part 11/30 of the test suite
bodo_12of30: part 12/30 of the test suite
bodo_13of30: part 13/30 of the test suite
bodo_14of30: part 14/30 of the test suite
bodo_15of30: part 15/30 of the test suite
bodo_16of30: part 16/30 of the test suite
bodo_17of30: part 17/30 of the test suite
bodo_18of30: part 18/30 of the test suite
bodo_19of30: part 19/30 of the test suite
bodo_20of30: part 20/30 of the test suite
bodo_21of30: part 21/30 of the test suite
bodo_22of30: part 22/30 of the test suite
bodo_23of30: part 23/30 of the test suite
bodo_24of30: part 24/30 of the test suite
bodo_25of30: part 25/30 of the test suite
bodo_26of30: part 26/30 of the test suite
bodo_27of30: part 27/30 of the test suite
bodo_28of30: part 28/30 of the test suite
bodo_29of30: part 29/30 of the test suite
bodo_30of30: part 30/30 of the test suite
bodosql_1of22: part 1/22 of the test suite
bodosql_2of22: part 2/22 of the test suite
bodosql_3of22: part 3/22 of the test suite
bodosql_4of22: part 4/22 of the test suite
bodosql_5of22: part 5/22 of the test suite
bodosql_6of22: part 6/22 of the test suite
bodosql_7of22: part 7/22 of the test suite
bodosql_8of22: part 8/22 of the test suite
bodosql_9of22: part 9/22 of the test suite
bodosql_10of22: part 10/22 of the test suite
bodosql_11of22: part 11/22 of the test suite
bodosql_12of22: part 12/22 of the test suite
bodosql_13of22: part 13/22 of the test suite
bodosql_14of22: part 14/22 of the test suite
bodosql_15of22: part 15/22 of the test suite
bodosql_16of22: part 16/22 of the test suite
bodosql_17of22: part 17/22 of the test suite
bodosql_18of22: part 18/22 of the test suite
bodosql_19of22: part 19/22 of the test suite
bodosql_20of22: part 20/22 of the test suite
bodosql_21of22: part 21/22 of the test suite
bodosql_22of22: part 22/22 of the test suite
# Used for Azure NP=1
bodo_1of22: part 1/22 of the test suite
bodo_2of22: part 2/22 of the test suite
bodo_3of22: part 3/22 of the test suite
bodo_4of22: part 4/22 of the test suite
bodo_5of22: part 5/22 of the test suite
bodo_6of22: part 6/22 of the test suite
bodo_7of22: part 7/22 of the test suite
bodo_8of22: part 8/22 of the test suite
bodo_9of22: part 9/22 of the test suite
bodo_10of22: part 10/22 of the test suite
bodo_11of22: part 11/22 of the test suite
bodo_12of22: part 12/22 of the test suite
bodo_13of22: part 13/22 of the test suite
bodo_14of22: part 14/22 of the test suite
bodo_15of22: part 15/22 of the test suite
bodo_16of22: part 16/22 of the test suite
bodo_17of22: part 17/22 of the test suite
bodo_18of22: part 18/22 of the test suite
bodo_19of22: part 19/22 of the test suite
bodo_20of22: part 20/22 of the test suite
bodo_21of22: part 21/22 of the test suite
bodo_22of22: part 22/22 of the test suite
bodosql_1of12: part 1/12 of the test suite
bodosql_2of12: part 2/12 of the test suite
bodosql_3of12: part 3/12 of the test suite
bodosql_4of12: part 4/12 of the test suite
bodosql_5of12: part 5/12 of the test suite
bodosql_6of12: part 6/12 of the test suite
bodosql_7of12: part 7/12 of the test suite
bodosql_8of12: part 8/12 of the test suite
bodosql_9of12: part 9/12 of the test suite
bodosql_10of12: part 10/12 of the test suite
bodosql_11of12: part 11/12 of the test suite
bodosql_12of12: part 12/12 of the test suite
# DataFrame Library Azure NP=1
bodo_df_1of2: part 1/2 of the test suite
bodo_df_2of2: part 2/2 of the test suite
# DataFrame Library Azure NP=2
bodo_df_1of3: part 1/3 of the test suite
bodo_df_2of3: part 2/3 of the test suite
bodo_df_3of3: part 3/3 of the test suite