mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
* fix(tmq): add waitTransactionZeroWithTsql method to check for zero transactions after database creation * fix(tests): update test cases for tmq snapshot and remove commented line * fix(tmq): optimize waitTransactionZeroWithTsql method to use query instead of execute * fix(tmq): update waitTransactionZeroWithTsql method to implement timeout and improve transaction checking logic * fix(tmq): update database creation and transaction checking logic to use td_sql and improve error handling * fix(tmq): refactor waitTransactionZeroWithTdsql to use query method for transaction checking * fix(tmq): update logging format in createDb method and correct transaction checking function name * fix(tmq): refactor waitTransactionZeroWithTdsql method for improved readability * fix: typo Signed-off-by: WANG Xu <feici02@outlook.com> * fix(tmq): refactor database and table creation queries for improved readability and consistency * Implement feature X to enhance user experience and optimize performance * Implement feature X to enhance user experience and optimize performance * fix: update SQL string construction to handle empty database parameters * fix: ensure proper spacing in SQL string construction for database creation * fix: add process check after stopping taosd to ensure proper shutdown * fix: enhance process check after stopping taosd to ensure it terminates within a timeout --------- Signed-off-by: WANG Xu <feici02@outlook.com> Co-authored-by: WANG Xu <feici02@outlook.com>
12 lines
822 B
Text
12 lines
822 B
Text
#caseID,rerunTimes,Run with Sanitizer,casePath,caseCommand
|
|
#NA,NA,y or n,.,./ci/pytest.sh pytest cases/01-DataTypes/test_datatype_bigint.py
|
|
|
|
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/04-Query/test_db_show_create_db.py
|
|
,,y,.,./ci/pytest.sh pytest cases/10-Operators/04-Set/test_union_basic.py
|
|
,,y,.,./ci/pytest.sh pytest cases/13-TimeSeriesExt/07-CountWindow/test_count.py
|
|
,,y,.,./ci/pytest.sh pytest cases/14-JoinQueries/test_join_full.py
|
|
,,y,.,./ci/pytest.sh pytest cases/70-Cluster/test_cluster_kill_restore_dnode.py -N 5
|
|
,,y,.,./ci/pytest.sh pytest cases/70-Cluster/test_5dnode3mnode_sep1_vnode_stop_vnode_create_db.py -N 6 -M 3 --replica 3
|
|
,,y,.,./ci/pytest.sh pytest cases/17-DataSubscription/02-Consume/test_tmq_snapshot_basic.py
|
|
,,n,.,pytest cases/18-StreamProcessing/30-OldPyCases/test_oldcase_taosdShell.py
|