homework-jianmu/tests/pytest/query
Ping Xiao 08f6364137 [TD-6425]<test>: add test case for join result more than 1MB 2021-09-07 14:16:35 +08:00
..
nestedQuery full test for feature/TD-6214 2021-08-20 10:27:19 +08:00
__init__.py TD-97: fix bug and update testcases 2020-04-25 10:02:16 +08:00
bug1471.py fix TD-1471 2020-10-20 15:04:47 +08:00
bug1874.py [TD-1888]<test>add test case for td-1874 2020-11-11 10:53:00 +08:00
bug1875.py [TD-1889]<test>add case for td-1875 2020-11-11 10:51:45 +08:00
bug1876.py [TD-1890]<test> add test cae for TD-1876 2020-11-09 15:31:53 +08:00
bug2117.py [TD-2185]<test>add test case 2020-12-04 18:40:52 +08:00
bug2118.py [TD-2162]<test> add test for percentile 2020-12-16 11:46:44 +08:00
bug2119.py [TD-2375]<test>test percentile from blank table 2020-12-08 16:41:03 +08:00
bug2143.py [TD-2161]<test> add test case 2020-12-04 18:55:15 +08:00
bug2218.py <test> fix test case error 2020-11-30 14:30:29 +08:00
bug2281.py [TD-2332]<test>test diff&&top 2020-12-08 16:36:01 +08:00
bug3351.py [test]<fix> add test case and bug case 2021-03-23 13:55:10 +08:00
bug3375.py add case for TD-3375 2021-03-22 17:17:31 +08:00
computeErrorinWhere.py [TD-2039] <test> verify the bug of TD-2039 2021-04-27 09:30:40 +08:00
dataLossTest.py [TD-1823] <test> add test case for data loss 2020-10-29 16:48:18 +08:00
distinctOneColTb.py [TD-6113] <fix> fix case of TD-6113 2021-08-17 15:19:02 +08:00
filter.py [TD-4695]<test>update case for <> on primary ts 2021-06-15 14:16:10 +08:00
filterAllIntTypes.py add python test to cover "alter dnode" 2020-07-07 14:42:27 +08:00
filterAllUnsignedIntTypes.py [TD-2742]<test>modify case for unsigned 2021-02-22 12:59:00 +08:00
filterCombo.py TD-867: Remove unsupported python test cases 2020-07-07 14:52:32 +08:00
filterFloatAndDouble.py [TD-350]: add filter test cases for range 2020-06-17 15:01:59 +08:00
filterNoKeyword.py [TD-6234]<test>: add unit test case for TD-6011 2021-08-20 10:51:17 +08:00
filterOtherTypes.py [TD-2152] <test> add test case for join query 2020-11-25 11:19:15 +08:00
filterWithinMultiNchar.py [TD-6054]<fix>: Filtered by tag with nchar value not as expected 2021-08-16 15:29:38 +08:00
floatCompare.py [TD-2424]<test>: add test case for float compare 2020-12-15 17:31:20 +08:00
in.py [TD-6038]<test>query with in combined with and filter 2021-08-12 19:51:32 +08:00
intervalOffset.py td-1245: add test cases for interval offset 2020-09-17 09:44:02 +08:00
isNullTest.py [TD-2366]<test> add test case for is null 2020-12-11 15:31:15 +08:00
kill_query.py [TD-1592]<test>: add test case for kill qeury> 2020-11-06 15:23:16 +08:00
last_cache.py [TD-2354]<test>: add test case for cache last_row 2020-12-31 17:05:32 +08:00
last_row_cache.py [TD-6312]<test>: add test case for last_row query in table with 100 columns 2021-08-27 10:10:40 +08:00
long_where_query.py [td-225] fix compiler error and invalid in query. 2021-08-05 16:27:13 +08:00
natualInterval.py td-1245: add test cases for interval offset 2020-09-17 09:44:02 +08:00
nestquery_last_row.py [TD-5055]<fix> handle incorret resul 2021-07-16 23:38:11 +08:00
operator_cost.py [TD5618]<test>:test bug fix 2021-08-04 15:10:44 +08:00
query.py [TD-6387]<test> fetch over 100000 from super table 2021-08-28 14:52:44 +08:00
query1970YearsAf.py [TD-5398]<fix>: taosdemo 4096 columns table creation failed. (#6931) 2021-07-20 11:49:58 +08:00
queryBetweenAnd.py fix bug and case issue 2021-08-02 14:16:17 +08:00
queryCnameDisplay.py [TD-5229]<fix>: cname display is incomplete 2021-07-16 11:32:20 +08:00
queryConnection.py TD-1227 add test case 2020-09-01 17:59:04 +08:00
queryCountCSVData.py add testcast queryCountCSVData.py and add it to fulltest.sh 2020-10-28 15:26:41 +08:00
queryDiffColsOr.py [TD-5929]<test> create testcases for TD-5929 ---> diff cols support or 2021-08-29 09:14:50 +00:00
queryError.py [TD-6006]<test> query where by column with no quotes 2021-08-12 14:59:57 +08:00
queryFillTest.py [TD-2635]<test>: add test case 2021-01-20 17:27:06 +08:00
queryFilterTswithDateUnit.py Update queryFilterTswithDateUnit.py 2021-04-23 16:54:47 +08:00
queryGroupbySort.py [TD-3181]<test>add testcase for TD-3170 2021-03-08 11:24:46 +08:00
queryGroupbyWithInterval.py [TD-1478]<test> add test case query groupby with interval 2020-09-16 18:51:24 +08:00
queryInsertValue.py fix case issue 2021-06-01 08:28:45 +08:00
queryInterval.py merge from master 2021-07-30 13:52:54 +08:00
queryJoin.py [TD-6425]<test>: add test case for join result more than 1MB 2021-09-07 14:16:35 +08:00
queryJoin10tables.py [TD-3295]<test> add case for TD-3295 2021-04-06 18:18:10 +08:00
queryLike.py [TD-6359]<test>: add test case for escape '_' by '\' 2021-08-27 15:16:33 +08:00
queryMetaData.py add python test to cover "alter dnode" 2020-07-07 14:42:27 +08:00
queryMetaPerformace.py add python test to cover "alter dnode" 2020-07-07 14:42:27 +08:00
queryNormal.py [TD-3800]<test>: add test case for query last(*) 2021-04-19 13:54:40 +08:00
queryNullValueTest.py [TD-2742]<test>modify case for unsigned 2021-02-22 12:59:00 +08:00
queryPerformance.py [TD-6295][ci skip]<test>: Update performace test script for perfMonitor 2021-08-25 09:31:39 +08:00
querySecondtscolumnTowherenow.py [TD-4695]<test>update case for <> on primary ts 2021-06-15 14:16:10 +08:00
querySession.py [TD-4734]<feature> session_window and state window support main query 2021-06-20 21:51:15 +08:00
querySort.py [TD-2742]<test>modify case for unsigned 2021-02-22 12:59:00 +08:00
queryStableJoin.py [TD-5206]<test>:test query stable join function 2021-07-19 10:41:40 +08:00
queryStateWindow.py [TD-45145]<test>: add testcase of stat_window function 2021-06-19 17:02:09 +08:00
queryStddevWithGroupby.py [TD-3652]<test> add case for TD-3652 to resolve TD-3590 2021-04-06 18:06:59 +08:00
queryTbnameUpperLower.py [TD-5923]<test>finish test--->where tbname in UPPER/lower/mIXed 2021-08-11 14:55:45 +08:00
queryTscomputWithNow.py [TD-3918] <test> add case to verify the bug of TD-3897 2021-04-23 10:45:22 +08:00
queryTsisNull.py [TD-3954] <test> add case for resolve the bug of TD-3899 2021-05-07 10:58:03 +08:00
queryWildcardLength.py [TD-5616]like wildcard max_length test--merge to master 2021-08-11 19:17:08 +08:00
queryWithTaosdKilled.py fix test failures 2020-12-12 11:11:41 +08:00
query_performance.py [TD-1988]<TEST> delete personal message 2020-11-09 16:19:14 +08:00
removeDBAndSTable.py [TD-1743]<test> add test case for remove db and STable 2020-10-20 09:48:00 +08:00
select_last_crash.py Merge pull request #2583 from taosdata/remove_unsupported_python_cases 2020-07-07 15:38:17 +08:00
sliding.py [TD-2700]<test>: add test case 2021-01-21 19:10:01 +08:00
subqueryFilter.py Fix test failure 2021-06-08 14:31:09 +08:00
tbname.py [TD-5922]<test>: add unitest cases 2021-08-10 18:46:55 +08:00
unionAllTest.py [TD-4017]<test>: add test case 2021-05-08 15:56:18 +08:00