fill.py -Q test
This commit is contained in:
parent
3026c80073
commit
c6bb9ff765
|
@ -564,6 +564,7 @@
|
||||||
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arctan.py -Q 2
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arctan.py -Q 2
|
||||||
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/query_cols_tags_and_or.py -Q 2
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/query_cols_tags_and_or.py -Q 2
|
||||||
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interp.py -Q 2
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interp.py -Q 2
|
||||||
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/fill.py -Q 2
|
||||||
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQueryInterval.py -Q 2
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQueryInterval.py -Q 2
|
||||||
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity.py -Q 2
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity.py -Q 2
|
||||||
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity_1.py -Q 2
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity_1.py -Q 2
|
||||||
|
@ -693,6 +694,7 @@
|
||||||
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsbsQuery.py -Q 3
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsbsQuery.py -Q 3
|
||||||
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sml.py -Q 3
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sml.py -Q 3
|
||||||
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interp.py -Q 3
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interp.py -Q 3
|
||||||
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/fill.py -Q 3
|
||||||
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/case_when.py -Q 3
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/case_when.py -Q 3
|
||||||
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/blockSMA.py -Q 3
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/blockSMA.py -Q 3
|
||||||
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/projectionDesc.py -Q 3
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/projectionDesc.py -Q 3
|
||||||
|
@ -789,6 +791,7 @@
|
||||||
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsbsQuery.py -Q 4
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsbsQuery.py -Q 4
|
||||||
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sml.py -Q 4
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sml.py -Q 4
|
||||||
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interp.py -Q 4
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interp.py -Q 4
|
||||||
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/fill.py -Q 4
|
||||||
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/case_when.py -Q 4
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/case_when.py -Q 4
|
||||||
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_select.py
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_select.py
|
||||||
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_select.py -R
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_select.py -R
|
||||||
|
|
|
@ -452,6 +452,7 @@ python3 ./test.py -f 2-query/arccos.py -P -Q 2
|
||||||
python3 ./test.py -f 2-query/arctan.py -P -Q 2
|
python3 ./test.py -f 2-query/arctan.py -P -Q 2
|
||||||
python3 ./test.py -f 2-query/query_cols_tags_and_or.py -P -Q 2
|
python3 ./test.py -f 2-query/query_cols_tags_and_or.py -P -Q 2
|
||||||
python3 ./test.py -f 2-query/interp.py -P -Q 2
|
python3 ./test.py -f 2-query/interp.py -P -Q 2
|
||||||
|
python3 ./test.py -f 2-query/fill.py -P -Q 2
|
||||||
python3 ./test.py -f 2-query/nestedQueryInterval.py -P -Q 2
|
python3 ./test.py -f 2-query/nestedQueryInterval.py -P -Q 2
|
||||||
python3 ./test.py -f 2-query/stablity.py -P -Q 2
|
python3 ./test.py -f 2-query/stablity.py -P -Q 2
|
||||||
python3 ./test.py -f 2-query/stablity_1.py -P -Q 2
|
python3 ./test.py -f 2-query/stablity_1.py -P -Q 2
|
||||||
|
@ -581,6 +582,7 @@ python3 ./test.py -f 2-query/last_row.py -P -Q 3
|
||||||
python3 ./test.py -f 2-query/tsbsQuery.py -P -Q 3
|
python3 ./test.py -f 2-query/tsbsQuery.py -P -Q 3
|
||||||
python3 ./test.py -f 2-query/sml.py -P -Q 3
|
python3 ./test.py -f 2-query/sml.py -P -Q 3
|
||||||
python3 ./test.py -f 2-query/interp.py -P -Q 3
|
python3 ./test.py -f 2-query/interp.py -P -Q 3
|
||||||
|
python3 ./test.py -f 2-query/fill.py -P -Q 3
|
||||||
python3 ./test.py -f 2-query/case_when.py -P -Q 3
|
python3 ./test.py -f 2-query/case_when.py -P -Q 3
|
||||||
python3 ./test.py -f 2-query/blockSMA.py -P -Q 3
|
python3 ./test.py -f 2-query/blockSMA.py -P -Q 3
|
||||||
python3 ./test.py -f 2-query/projectionDesc.py -P -Q 3
|
python3 ./test.py -f 2-query/projectionDesc.py -P -Q 3
|
||||||
|
@ -677,6 +679,7 @@ python3 ./test.py -f 2-query/last_row.py -P -Q 4
|
||||||
python3 ./test.py -f 2-query/tsbsQuery.py -P -Q 4
|
python3 ./test.py -f 2-query/tsbsQuery.py -P -Q 4
|
||||||
python3 ./test.py -f 2-query/sml.py -P -Q 4
|
python3 ./test.py -f 2-query/sml.py -P -Q 4
|
||||||
python3 ./test.py -f 2-query/interp.py -P -Q 4
|
python3 ./test.py -f 2-query/interp.py -P -Q 4
|
||||||
|
python3 ./test.py -f 2-query/fill.py -P -Q 4
|
||||||
python3 ./test.py -f 2-query/case_when.py -P -Q 4
|
python3 ./test.py -f 2-query/case_when.py -P -Q 4
|
||||||
python3 ./test.py -f 2-query/insert_select.py -P
|
python3 ./test.py -f 2-query/insert_select.py -P
|
||||||
python3 ./test.py -f 2-query/insert_select.py -P -R
|
python3 ./test.py -f 2-query/insert_select.py -P -R
|
||||||
|
|
|
@ -498,6 +498,7 @@ python3 ./test.py -f 2-query/arccos.py -Q 2
|
||||||
python3 ./test.py -f 2-query/arctan.py -Q 2
|
python3 ./test.py -f 2-query/arctan.py -Q 2
|
||||||
python3 ./test.py -f 2-query/query_cols_tags_and_or.py -Q 2
|
python3 ./test.py -f 2-query/query_cols_tags_and_or.py -Q 2
|
||||||
python3 ./test.py -f 2-query/interp.py -Q 2
|
python3 ./test.py -f 2-query/interp.py -Q 2
|
||||||
|
python3 ./test.py -f 2-query/fill.py -Q 2
|
||||||
python3 ./test.py -f 2-query/nestedQueryInterval.py -Q 2
|
python3 ./test.py -f 2-query/nestedQueryInterval.py -Q 2
|
||||||
python3 ./test.py -f 2-query/stablity.py -Q 2
|
python3 ./test.py -f 2-query/stablity.py -Q 2
|
||||||
python3 ./test.py -f 2-query/stablity_1.py -Q 2
|
python3 ./test.py -f 2-query/stablity_1.py -Q 2
|
||||||
|
@ -626,6 +627,7 @@ python3 ./test.py -f 2-query/last_row.py -Q 3
|
||||||
python3 ./test.py -f 2-query/tsbsQuery.py -Q 3
|
python3 ./test.py -f 2-query/tsbsQuery.py -Q 3
|
||||||
python3 ./test.py -f 2-query/sml.py -Q 3
|
python3 ./test.py -f 2-query/sml.py -Q 3
|
||||||
python3 ./test.py -f 2-query/interp.py -Q 3
|
python3 ./test.py -f 2-query/interp.py -Q 3
|
||||||
|
python3 ./test.py -f 2-query/fill.py -Q 3
|
||||||
python3 ./test.py -f 2-query/case_when.py -Q 3
|
python3 ./test.py -f 2-query/case_when.py -Q 3
|
||||||
python3 ./test.py -f 2-query/blockSMA.py -Q 3
|
python3 ./test.py -f 2-query/blockSMA.py -Q 3
|
||||||
python3 ./test.py -f 2-query/projectionDesc.py -Q 3
|
python3 ./test.py -f 2-query/projectionDesc.py -Q 3
|
||||||
|
@ -719,6 +721,7 @@ python3 ./test.py -f 2-query/last_row.py -Q 4
|
||||||
python3 ./test.py -f 2-query/tsbsQuery.py -Q 4
|
python3 ./test.py -f 2-query/tsbsQuery.py -Q 4
|
||||||
python3 ./test.py -f 2-query/sml.py -Q 4
|
python3 ./test.py -f 2-query/sml.py -Q 4
|
||||||
python3 ./test.py -f 2-query/interp.py -Q 4
|
python3 ./test.py -f 2-query/interp.py -Q 4
|
||||||
|
python3 ./test.py -f 2-query/fill.py -Q 4
|
||||||
python3 ./test.py -f 2-query/case_when.py -Q 4
|
python3 ./test.py -f 2-query/case_when.py -Q 4
|
||||||
python3 ./test.py -f 2-query/insert_select.py
|
python3 ./test.py -f 2-query/insert_select.py
|
||||||
python3 ./test.py -f 2-query/insert_select.py -R
|
python3 ./test.py -f 2-query/insert_select.py -R
|
||||||
|
|
Loading…
Reference in New Issue