TDengine/test/cases
WANG Xu c52c68aa4f
sync: apply remaining build system changes from monorepo (main)
The following commits could not be applied individually due to context
differences between the monorepo and the public repo's build files.
They have been applied as a cumulative diff to ensure the final state
matches the monorepo exactly:

- chore: sync CI files with 3.0 branch to eliminate merge conflicts (rd-public/tsdb!271)
- revert(refactor): dynamically link taosd taosudf taosmqtt against libtaosnative.so to reduce binary size (revert #183) (rd-public/tsdb!282)
- fix(docs): autofix formatting issues across all doc files (rd-public/tsdb!296)
- feat: support -DBUILD_SANITIZER=true on windows for debug build (rd-public/tsdb!291)
- feat(build): build cache, mirror, and sccache optimizations (rd-public/tsdb!326)
- docs: update image for three replica (rd-public/tsdb!324)
- enh: shared storage on windows (rd-public/tsdb!333)
- fix(cmake): convert ext_libs3 from git clone to URL tarball download (rd-public/tsdb!360)
- feat: dual-source deps and comprehensive docs/packaging (cherry-pick to main) (rd-public/tsdb!352)
- fix(cmake): guard DOWNLOAD_EXTRACT_TIMESTAMP for CMake < 3.24 and fix duplicate Cargo.lock entry (rd-public/tsdb!369)
- fix: test case execution failure in pytest.sh (rd-public/tsdb!338)
- enh: built-in compilation support for Python UDF plugins use abi3 (rd-public/tsdb!325)
2026-05-23 14:11:50 +08:00
..
01-DataTypes fix: colDataKeepFirstNRows reset varmeta.length when all kept rows ar… (#35061) 2026-04-07 19:22:20 +08:00
02-Databases sync: apply remaining build system changes from monorepo (main) 2026-05-23 14:11:50 +08:00
03-Tables enh: implement cachemodel fallback mechanism for memory limits (#34998) 2026-03-30 19:05:17 +08:00
04-SuperTables sync: apply remaining build system changes from monorepo (main) 2026-05-23 14:11:50 +08:00
05-VirtualTables feat(mac): sod mandatory and mac[manual-only] (#35121) 2026-04-22 20:26:42 +08:00
06-DataIngestion fix(ci): test_db_create_encrypt & test_write_csv_with_quote on windows (#34928) 2026-03-26 14:26:18 +08:00
07-DataDeletion feat: support secure delete option. (#34591) 2026-03-16 20:26:22 +08:00
08-DataCompression fix:refactor log messages in test cases to remove "successfully executed" for consistency (#34422) 2026-01-28 13:41:40 +08:00
09-DataQuerying sync: apply remaining build system changes from monorepo (main) 2026-05-23 14:11:50 +08:00
10-Operators feat(mac): sod mandatory and mac[manual-only] (#35121) 2026-04-22 20:26:42 +08:00
11-Functions fix(test): handle NULL _irowts_origin in interp fill(near) test (#35304) 2026-05-12 09:06:16 +08:00
12-UDFs sync: apply remaining build system changes from monorepo (main) 2026-05-23 14:11:50 +08:00
13-TimeSeriesExt fix: Improve the externalwindow documentation while fixing the bug in the group_concat function (#35078) 2026-04-10 10:21:28 +08:00
14-JoinQueries enh: timerange pushdown in asof join sql (#35289) 2026-05-12 13:42:45 +08:00
15-TagIndices fix tag file crash (#34607) 2026-03-09 09:16:06 +08:00
16-Views enh(rbac): column level SELECT mask privilege for data desensitization (#35232) 2026-04-27 15:56:44 +08:00
17-DataSubscription sync: apply remaining build system changes from monorepo (main) 2026-05-23 14:11:50 +08:00
18-StreamProcessing sync: apply remaining build system changes from monorepo (main) 2026-05-23 14:11:50 +08:00
19-TSMAs fix: [6789525493] Fix tsma drop with if exists. (#34858) 2026-03-26 09:56:17 +08:00
20-RSMAs sync: apply remaining build system changes from monorepo (main) 2026-05-23 14:11:50 +08:00
21-MetaData feat(mac): sod mandatory and mac[manual-only] (#35121) 2026-04-22 20:26:42 +08:00
22-PerformanceData test: tidy up uncatalog cases (12.02) (#33786) 2025-12-25 09:38:45 +08:00
23-ShowCommands feat: implement SHOW CREATE STREAM statement (#35158) 2026-05-16 20:39:39 +08:00
24-Users fix(rbac): access control[manual-only] (#35213) 2026-04-27 14:57:54 +08:00
25-Privileges fix(rbac): privilege of change passwd[manual-only] (#35284) 2026-05-09 15:46:04 +08:00
26-NodeManager fix compile error (#34803) 2026-03-17 13:49:08 +08:00
27-Mount sync: apply remaining build system changes from monorepo (main) 2026-05-23 14:11:50 +08:00
29-Escape test: tidy up uncatalog cases (12.02) (#33786) 2025-12-25 09:38:45 +08:00
30-NameLimits fix: test_sql_length_boundary (#34511) 2026-02-05 17:13:17 +08:00
31-Security fix: add ddos and buffer overflow ci case (#35208) 2026-04-23 14:17:04 +08:00
32-Grants sync: apply remaining build system changes from monorepo (main) 2026-05-23 14:11:50 +08:00
42-Xnode fix(xnode): support granting system privileges to xnode/agent and object privileges to xnode tasks (#34901) 2026-03-25 08:57:26 +08:00
70-Cluster sync: apply remaining build system changes from monorepo (main) 2026-05-23 14:11:50 +08:00
73-TLS test: add SSL cases (#33119) 2025-12-04 14:33:42 +08:00
80-Components Fix: solving code security issues. (#35234) 2026-04-28 11:30:56 +08:00
81-Tools sync: apply remaining build system changes from monorepo (main) 2026-05-23 14:11:50 +08:00
82-UnitTest enh(tests): remove tmqTest from unit test execution script 2026-03-01 21:27:34 +08:00
83-DocTest docs: update taos-ws-py version to 0.6.9 and add riscv64 support in documentation (#35188) 2026-04-24 14:46:59 +08:00
demo fix:refactor log messages in test cases to remove "successfully executed" for consistency (#34422) 2026-01-28 13:41:40 +08:00
dummy TD-35058 (#31235) 2025-05-28 16:51:05 +08:00
uncatalog sync: apply remaining build system changes from monorepo (main) 2026-05-23 14:11:50 +08:00