10-TDgpt¶
¶
TDgpt anode
1. Create anode with wrong address
2. Expect create failed
3. Show anodes, expect 0 rows
4. Drop non-exist anode, expect error
¶
TDgpt analysis functions
1. Create 1 anode
2. Show anodes expect 1 row
3. Show anodes full expect 17 rows
4. Create database d0 with 1 vgroup
5. Create stable stb with 6 columns and 1 tag
6. Create child table ct1 using stb with tag value 1000
7. Insert 17 rows into ct1
8. Query forecast/anomaly_window on super/child/normal tables
9. Query forecast with _frowts/_flow/_fhigh
10. Query forecast with holtwinters/arima/moirai algorithms
11. Query anomaly_window with iqr/ksigma/lof/shesd/grubbs algorithms
12. Except query with not exist column
13. Except query with not supported algorithm
¶
TDgpt corr() on tables
1. corr function query test cases on normal tables or child tables
2. Insert data into child/normal tables
3. Query corr() function with different column types
4. Query corr() function with invalid parameters
5. Query corr() function with insufficient data
¶
TDgpt corr() on stable
1. corr function query test cases on super table
2. Insert data into child tables
3. Query corr() function with different column types
4. Query corr() function with invalid parameters
5. Query corr() function with insufficient data