TDengine/utils/test/c
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
..
blob_test.c feat: supportstmt2 blob (#32458) 2025-09-29 14:32:21 +08:00
CMakeLists.txt sync: apply remaining build system changes from monorepo (main) 2026-05-23 14:11:50 +08:00
createTable.c fix:defects in coverity scan 2022-10-20 11:18:14 +08:00
get_db_name_test.c fix:table num in ins_tables 2023-01-13 11:48:26 +08:00
replay_test.c fix:offset set to earliest clearly 2023-10-16 17:53:48 +08:00
sml_test.c enh(rbac): access control (#34259) 2026-01-28 19:06:16 +08:00
timezone_test.c feat:[TD-32642] add timezone logic 2024-11-25 23:43:37 +08:00
tmq_alter_tag.c fix(tmq): optimize tablelist in tmq when alter tag & modify tag if ne… (#33988) 2025-12-22 18:14:39 +08:00
tmq_batch_alter_tag.c fix(taosd): add logic in altering table for tmq/stream (#34809) 2026-03-21 11:38:22 +08:00
tmq_blob.c feat: supportstmt2 blob (#32458) 2025-09-29 14:32:21 +08:00
tmq_get_meta_json.c fix(tmq): tmq_get_json_meta return null if alter stable in schemaless (#33754) 2025-11-30 09:35:39 +08:00
tmq_multi_thread_test.c feat:[TD-31242]add new interface taos_get_column_data_null to get if raw data is null 2024-08-28 18:00:40 +08:00
tmq_offset_test.c enh(wal): [TS-7567]set wal keep version to avoid deleting (#33517) 2025-11-13 09:28:26 +08:00
tmq_poll_test.c fix: remove waitting for empty block & optimize poll logic 2025-03-05 09:32:45 +08:00
tmq_taosx_ci.c fix(taosd): add logic in altering table for tmq/stream (#34809) 2026-03-21 11:38:22 +08:00
tmq_td32187.c fix(tmq): pSw is null if get raw data & remove consumer is not ready status (#33945) 2025-12-22 09:15:44 +08:00
tmq_td32471.c feat(tmq): [TS-6379]remove limition for table operation in tmq (#33834) 2025-12-15 11:26:46 +08:00
tmq_td32526.c fix:[TD-32471]set error code to terrno if tmq_consumer_poll return NULL 2025-01-08 16:50:38 +08:00
tmq_td33798.c fix(tmq): pSw is null if get raw data & remove consumer is not ready status (#33945) 2025-12-22 09:15:44 +08:00
tmq_td35698.c fix(stream): [TD35698]decimal data error if snapshot is true (#33149) 2025-10-10 09:37:05 +08:00
tmq_td37265.c fix(tmq): [td-37265]poll error if insering some cols with stmt (#32438) 2025-08-06 17:34:26 +08:00
tmq_td37436.c fix(stream): case error (#33648) 2025-11-19 20:59:47 +08:00
tmq_td38404.c Merge branch '3.3.6' into merge/3.3.6tomain 2025-10-28 09:13:52 +08:00
tmq_token.c feat(tmq): support token for tmq (#34337) 2026-01-22 14:27:05 +08:00
tmq_ts5466.c fix:[TS-5466] tag rewrite error 2024-09-27 01:43:36 +08:00
tmq_ts5776.c fix(tmq): pSw is null if get raw data & remove consumer is not ready status (#33945) 2025-12-22 09:15:44 +08:00
tmq_ts6115.c feat[TS-6115]: support deletion of topics with active consumers. (#30232) 2025-03-18 14:11:00 +08:00
tmq_ts7402.c fix(taosd): add logic in altering table for tmq/stream (#34809) 2026-03-21 11:38:22 +08:00
tmq_ts7662.c fix(tmq): [TS-7662] fix getting more creating table message because o… (#33639) 2025-11-19 17:31:16 +08:00
tmq_vtable.c enh(tmq): support for vtable (#34587) 2026-03-09 10:49:14 +08:00
tmq_write_raw_test.c feat(decimal): support decimal data type (#30060) 2025-03-14 18:08:07 +08:00
tmq_write_raw_with_blob_test.c feat: supportstmt2 blob (#32458) 2025-09-29 14:32:21 +08:00
tmqDemo.c feat:[TD-32642] add timezone logic 2024-11-22 18:31:51 +08:00
tmqOffset.c feat:[TD-26056] add replay logic 2023-10-08 16:06:15 +08:00
tmqSim.c fix(test): case error in windows (#34920) 2026-03-25 09:22:41 +08:00
tsz_test.c enh compress 2024-06-22 11:35:47 +08:00
varbinary_test.c fix:[TS-4479] support long varbinary in format like \x3423 2024-01-29 13:55:46 +08:00
write_raw_block_test.c feat(decimal): support decimal data type (#30060) 2025-03-14 18:08:07 +08:00