diff --git a/AGENTS.md b/AGENTS.md index 3c1fc46691..7a7f0a71d6 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -111,4 +111,4 @@ The PR title **must** strictly adhere to the following format. It uses the packa ### PR description -The PR description **must** strictly follow the template located at @.github/pull_request_template.md and **must** keep HTML comment elements in the pull request description according to the pull request template. These elements are essential for CI and removing them will cause processing failures. +The PR description **must** strictly follow the template located at @.github/pull_request_template.md and **must** keep the HTML comment elements like `Tests ` unchanged in the pull request description according to the pull request template. These elements are essential for CI and removing them will cause processing failures. diff --git a/pkg/util/sem/compat/testhelper.go b/pkg/util/sem/compat/testhelper.go index daa34c80e8..1c40fc01f7 100644 --- a/pkg/util/sem/compat/testhelper.go +++ b/pkg/util/sem/compat/testhelper.go @@ -121,7 +121,6 @@ var compatibleSEMV2Config = `{ {"name": "tidb_row_format_version", "hidden": true}, {"name": "tidb_slow_query_file", "hidden": true}, {"name": "tidb_slow_log_threshold", "hidden": true}, - {"name": "tidb_slow_txn_log_threshold", "hidden": true}, {"name": "tidb_enable_collect_execution_info", "hidden": true}, {"name": "tidb_memory_usage_alarm_ratio", "hidden": true}, {"name": "tidb_redact_log", "hidden": true}, diff --git a/pkg/util/sem/sem.go b/pkg/util/sem/sem.go index b32281fd00..e66b414f09 100644 --- a/pkg/util/sem/sem.go +++ b/pkg/util/sem/sem.go @@ -150,7 +150,6 @@ func IsInvisibleSysVar(varNameInLower string) bool { vardef.TiDBRowFormatVersion, vardef.TiDBSlowQueryFile, vardef.TiDBSlowLogThreshold, - vardef.TiDBSlowTxnLogThreshold, vardef.TiDBEnableCollectExecutionInfo, vardef.TiDBMemoryUsageAlarmRatio, vardef.TiDBRedactLog,