Skip to content

*: update third-party dependencies#4467

Merged
ti-chi-bot[bot] merged 5 commits intopingcap:masterfrom
wk989898:fix-0313
Mar 20, 2026
Merged

*: update third-party dependencies#4467
ti-chi-bot[bot] merged 5 commits intopingcap:masterfrom
wk989898:fix-0313

Conversation

@wk989898
Copy link
Copy Markdown
Collaborator

@wk989898 wk989898 commented Mar 13, 2026

What problem does this PR solve?

Issue Number: close #4466

What is changed and how it works?

Check List

Tests

  • Unit test
  • Integration test
  • Manual test (add detailed scripts or steps below)
  • No code

Questions

Will it cause performance regression or break compatibility?
Do you need to update user documentation, design documentation or monitoring documentation?

Release note

Please refer to [Release Notes Language Style Guide](https://pingcap.github.io/tidb-dev-guide/contribute-to-tidb/release-notes-style-guide.html) to write a quality release note.

If you don't think this PR needs a release note then fill it with `None`.

Summary by CodeRabbit

  • Chores

    • Updated Go toolchain to 1.25.8 across build configs and module files.
    • Upgraded project dependencies and test tooling (including select direct and transitive libraries and test-reporting tools).
  • Documentation

    • Updated source compilation guide with Go 1.25.8 download links and fetch commands.

Signed-off-by: wk989898 <nhsmwk@gmail.com>
@ti-chi-bot ti-chi-bot bot added the release-note Denotes a PR that will be considered when it comes time to generate release notes. label Mar 13, 2026
@gemini-code-assist
Copy link
Copy Markdown

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request performs routine maintenance by updating the Go language version and several third-party Go module dependencies. These updates ensure the project benefits from the latest improvements, bug fixes, and security patches in its foundational tools and libraries, contributing to overall stability and maintainability.

Highlights

  • Go Version Update: The Go language version used across the project and its build environments has been updated from 1.25.5 to 1.25.7.
  • Dependency Updates: Several third-party Go module dependencies were updated, including filippo.io/edwards25519 from v1.1.0 to v1.1.1 and github.com/go-sql-driver/mysql from v1.8.1 to v1.9.3 in the tools/workload module.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • README.md
    • Updated the recommended Go version in the installation instructions.
  • deployments/integration-test.Dockerfile
    • Updated the GOLANG_VERSION environment variable to reflect the new Go version.
  • deployments/next-gen-local-integration-test.Dockerfile
    • Updated the GOLANG_VERSION environment variable to reflect the new Go version.
  • go.mod
    • Updated the required Go language version.
    • Updated the filippo.io/edwards25519 dependency version.
  • go.sum
    • Updated the cryptographic checksums for the filippo.io/edwards25519 module.
  • tools/check/go.mod
    • Updated the required Go language version.
  • tools/workload/go.mod
    • Updated the required Go language version.
    • Updated the github.com/go-sql-driver/mysql dependency version.
    • Updated the filippo.io/edwards25519 dependency version.
  • tools/workload/go.sum
    • Updated the cryptographic checksums for github.com/go-sql-driver/mysql and filippo.io/edwards25519 modules.
Activity
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@ti-chi-bot ti-chi-bot bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Mar 13, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 13, 2026

📝 Walkthrough

Walkthrough

Go toolchain version updated from 1.25.5 to 1.25.8 across documentation, Dockerfiles, and multiple go.mod files. Indirect dependency filippo.io/edwards25519 upgraded to v1.1.1. github.com/go-sql-driver/mysql upgraded to v1.9.3 in the workload module. Additional test/tooling dependencies bumped in tools/check/go.mod.

Changes

Cohort / File(s) Summary
Documentation
README.md
Updated Go download URLs and install commands to reference Go 1.25.8 (tarball names and wget/curl commands updated).
Dockerfiles
deployments/integration-test.Dockerfile, deployments/next-gen-local-integration-test.Dockerfile
Bumped GOLANG_VERSION from 1.25.5 → 1.25.8; GOLANG_DOWNLOAD_URL now points to the new tarball. No build-step logic changes.
Top-level module
go.mod
Updated go directive to 1.25.8; bumped indirect filippo.io/edwards25519 to v1.1.1.
Integration test module
tests/integration_tests/debezium01/go.mod
Updated go directive to 1.25.8.
Tools — check
tools/check/go.mod
Updated go directive to 1.25.8; upgraded gotestsum to v1.13.0, added github.com/bitfield/gotestdox v0.2.2, and bumped several indirect dependencies (color, fsnotify, go-cmp, x/sync, x/sys, x/term).
Tools — workload
tools/workload/go.mod
Updated go directive to 1.25.8; upgraded github.com/go-sql-driver/mysql to v1.9.3 and bumped indirect filippo.io/edwards25519 to v1.1.1.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

Suggested reviewers

  • 3AceShowHand
  • wlwilliamx

Poem

🐰 I hopped through lines and tags tonight,

Carrots of versions shining bright.
Go bumped up, dependencies aligned,
A tiny thump—builds feel refined.
🥕✨

🚥 Pre-merge checks | ✅ 3 | ❌ 2

❌ Failed checks (1 warning, 1 inconclusive)

Check name Status Explanation Resolution
Out of Scope Changes check ⚠️ Warning The PR includes several out-of-scope dependency updates in tools/check/go.mod beyond the linked issue requirements, including gotest.tools/gotestsum v1.8.1→v1.13.0, color, fsnotify, google/go-cmp, sync, sys, and term packages. Review whether the additional dependency updates in tools/check/go.mod are necessary or should be addressed in a separate PR to keep this change focused on the linked issue requirements.
Title check ❓ Inconclusive The PR title '*: update third-party dependencies' is vague and generic, using non-descriptive phrasing that doesn't convey which specific dependencies or versions are involved. Consider a more specific title that mentions key updates, such as 'Update Go to 1.25.8 and bump filippo.io/edwards25519 to v1.1.1'.
✅ Passed checks (3 passed)
Check name Status Explanation
Description check ✅ Passed The PR description follows the required template structure with issue number linked (#4466), but the 'What is changed and how it works?' section is empty, lacking detail about the specific dependency updates.
Linked Issues check ✅ Passed The PR successfully updates filippo.io/edwards25519 to v1.1.1 [tools/workload/go.mod, go.mod] and upgrades Go from 1.25.5 to 1.25.8 [README.md, deployments/integration-test.Dockerfile, deployments/next-gen-local-integration-test.Dockerfile, go.mod, tests/integration_tests/debezium01/go.mod, tools/check/go.mod, tools/workload/go.mod], meeting the linked issue #4466 requirements.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Signed-off-by: wk989898 <nhsmwk@gmail.com>
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the Go version and several third-party dependencies across the repository. While the dependency updates in go.mod files seem appropriate, I've found critical issues in the documentation and Dockerfiles. The specified Go version 1.25.7 is not an official release, and the provided download links are invalid, which will break the build process for both developers trying to contribute and for CI/CD pipelines. These issues need to be addressed to ensure the project remains buildable.

README.md Outdated
Comment on lines +100 to +109
Install GoLang 1.25.7

```bash
# Linux
wget https://go.dev/dl/go1.25.5.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.25.5.linux-amd64.tar.gz
wget https://go.dev/dl/go1.25.7.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.25.7.linux-amd64.tar.gz

# MacOS
curl -O https://go.dev/dl/go1.25.5.darwin-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.25.5.darwin-amd64.tar.gz
curl -O https://go.dev/dl/go1.25.7.darwin-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.25.7.darwin-amd64.tar.gz
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The Go versions 1.25.5 and 1.25.7 mentioned here do not exist as official Go releases, and the download URLs (e.g., https://go.dev/dl/go1.25.7.linux-amd64.tar.gz) will result in a 404 error. This will prevent users from being able to build the project from source by following these instructions.

If the intention is to use Go's toolchain management feature (available since Go 1.21), the instructions should be updated to guide users to install a recent, valid Go version and let the toolchain download the specific version mentioned in go.mod. Alternatively, if a specific Go version is required, it should be a valid and downloadable one.

Comment on lines 32 to 34
ENV GOLANG_VERSION 1.25.7
ENV GOLANG_DOWNLOAD_URL https://dl.google.com/go/go$GOLANG_VERSION.linux-amd64.tar.gz
RUN curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz \
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The Go version 1.25.7 is not a valid official Go release. The download from https://dl.google.com/go/go1.25.7.linux-amd64.tar.gz will fail with a 404 error, causing the Docker build to fail. Please use a valid and available Go version.

Comment on lines 31 to 33
ENV GOLANG_VERSION 1.25.7
ENV GOLANG_DOWNLOAD_URL https://dl.google.com/go/go$GOLANG_VERSION.linux-amd64.tar.gz
RUN curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz \
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The Go version 1.25.7 is not an official Go release, and the download URL will result in a 404 error. This will cause the Docker build to fail. Please use a valid and available Go version.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (2)
README.md (1)

108-109: Clarify macOS architecture in install instructions.

The macOS snippet is amd64-specific; consider adding ARM64 (Apple Silicon) or labeling this as Intel-only.

📝 Suggested docs diff
 # MacOS
 curl -O https://go.dev/dl/go1.25.7.darwin-amd64.tar.gz
 sudo tar -C /usr/local -xzf go1.25.7.darwin-amd64.tar.gz
+
+# MacOS (Apple Silicon / ARM64)
+curl -O https://go.dev/dl/go1.25.7.darwin-arm64.tar.gz
+sudo tar -C /usr/local -xzf go1.25.7.darwin-arm64.tar.gz
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` around lines 108 - 109, Update the macOS install snippet to
clarify CPU architecture by labeling the existing commands as "Intel (x86_64)
macOS" and add the Apple Silicon alternative using the darwin-arm64 tarball
(e.g., replace or add the filename go1.25.7.darwin-amd64.tar.gz with
go1.25.7.darwin-arm64.tar.gz for ARM64), or explicitly state these commands are
Intel-only; ensure the README shows both curl/tar examples and a short note
telling users to choose the appropriate tarball for their Mac (darwin-amd64 vs
darwin-arm64).
deployments/integration-test.Dockerfile (1)

32-36: Add checksum verification for the Go tarball download.

The version bump is correct, but extracting an unverified archive weakens build integrity guarantees.

🔒 Suggested hardening diff
 ENV GOLANG_VERSION 1.25.7
 ENV GOLANG_DOWNLOAD_URL https://dl.google.com/go/go$GOLANG_VERSION.linux-amd64.tar.gz
+ARG GOLANG_SHA256
 RUN curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz \
+	&& echo "${GOLANG_SHA256}  golang.tar.gz" | sha256sum -c - \
 	&& tar -C /usr/local -xzf golang.tar.gz \
 	&& rm golang.tar.gz
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@deployments/integration-test.Dockerfile` around lines 32 - 36, The Dockerfile
currently downloads and extracts Go using GOLANG_VERSION and GOLANG_DOWNLOAD_URL
without verifying the archive; update the RUN step that fetches
"$GOLANG_DOWNLOAD_URL" to also fetch the corresponding checksum (derived from
GOLANG_VERSION/GOLANG_DOWNLOAD_URL or a known checksum URL), verify
golang.tar.gz against that checksum (e.g., using sha256sum -c or equivalent) and
abort the build on mismatch before extracting; ensure the verification step is
tied to the same variables (GOLANG_VERSION, GOLANG_DOWNLOAD_URL) so the build
fails if the checksum check does not pass.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In `@deployments/integration-test.Dockerfile`:
- Around line 32-36: The Dockerfile currently downloads and extracts Go using
GOLANG_VERSION and GOLANG_DOWNLOAD_URL without verifying the archive; update the
RUN step that fetches "$GOLANG_DOWNLOAD_URL" to also fetch the corresponding
checksum (derived from GOLANG_VERSION/GOLANG_DOWNLOAD_URL or a known checksum
URL), verify golang.tar.gz against that checksum (e.g., using sha256sum -c or
equivalent) and abort the build on mismatch before extracting; ensure the
verification step is tied to the same variables (GOLANG_VERSION,
GOLANG_DOWNLOAD_URL) so the build fails if the checksum check does not pass.

In `@README.md`:
- Around line 108-109: Update the macOS install snippet to clarify CPU
architecture by labeling the existing commands as "Intel (x86_64) macOS" and add
the Apple Silicon alternative using the darwin-arm64 tarball (e.g., replace or
add the filename go1.25.7.darwin-amd64.tar.gz with go1.25.7.darwin-arm64.tar.gz
for ARM64), or explicitly state these commands are Intel-only; ensure the README
shows both curl/tar examples and a short note telling users to choose the
appropriate tarball for their Mac (darwin-amd64 vs darwin-arm64).

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: a2b590b9-afd0-4eb7-991b-5d06ec8c3508

📥 Commits

Reviewing files that changed from the base of the PR and between 8a61ab3 and b823cf1.

⛔ Files ignored due to path filters (2)
  • go.sum is excluded by !**/*.sum
  • tools/workload/go.sum is excluded by !**/*.sum
📒 Files selected for processing (7)
  • README.md
  • deployments/integration-test.Dockerfile
  • deployments/next-gen-local-integration-test.Dockerfile
  • go.mod
  • tests/integration_tests/debezium01/go.mod
  • tools/check/go.mod
  • tools/workload/go.mod

@ti-chi-bot ti-chi-bot bot added needs-1-more-lgtm Indicates a PR needs 1 more LGTM. approved labels Mar 16, 2026
@ti-chi-bot
Copy link
Copy Markdown

ti-chi-bot bot commented Mar 16, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: 3AceShowHand, wlwilliamx

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:
  • OWNERS [3AceShowHand,wlwilliamx]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ti-chi-bot ti-chi-bot bot added lgtm and removed needs-1-more-lgtm Indicates a PR needs 1 more LGTM. labels Mar 16, 2026
@ti-chi-bot
Copy link
Copy Markdown

ti-chi-bot bot commented Mar 16, 2026

[LGTM Timeline notifier]

Timeline:

  • 2026-03-16 03:33:18.888115816 +0000 UTC m=+155125.975773353: ☑️ agreed by 3AceShowHand.
  • 2026-03-16 03:33:40.324675095 +0000 UTC m=+155147.412332632: ☑️ agreed by wlwilliamx.

@wk989898
Copy link
Copy Markdown
Collaborator Author

/retest

1 similar comment
@wk989898
Copy link
Copy Markdown
Collaborator Author

/retest

Signed-off-by: wk989898 <nhsmwk@gmail.com>
Signed-off-by: wk989898 <nhsmwk@gmail.com>
Signed-off-by: wk989898 <nhsmwk@gmail.com>
@ti-chi-bot ti-chi-bot bot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Mar 17, 2026
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@tools/check/go.mod`:
- Line 3: Replace the unexplained version line in tools/check/go.mod ("go
1.25.8") by adding a brief rationale in the PR description or a short comment in
the repo (e.g., CONTRIBUTING or a changelog entry) that states why 1.25.8 was
chosen over 1.25.7 — mention that it is an official stable 1.25.x release
containing explicit security and bug fixes (released 2026-03-05) and that the
project prefers the latest patched minor in the 1.25 line for safety and
compatibility; reference the go directive "go 1.25.8" and cite the
security/bugfix release to make the decision traceable.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: c8afca20-e59a-4e5a-9be9-e6db31eb1621

📥 Commits

Reviewing files that changed from the base of the PR and between 4f75618 and edeaa55.

⛔ Files ignored due to path filters (1)
  • tools/check/go.sum is excluded by !**/*.sum
📒 Files selected for processing (1)
  • tools/check/go.mod

module github.com/pingcap/tidb-cdc/_tools

go 1.25.5
go 1.25.8
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

🧩 Analysis chain

🌐 Web query:

Does Go version 1.25.8 exist and is it a stable release?

💡 Result:

Yes. Go 1.25.8 exists—it is listed in the official Go Release History as go1.25.8 (released 2026-03-05), a minor revision containing security and bug fixes. [1]

Because it is an official “go1.25.8” release (not rc/beta), it is considered a stable release in the Go project’s release line. [1] The Go toolchain download wrapper golang.org/dl/go1.25.8 was also published for it. [2]

Sources
[1] https://go.dev/doc/devel/release (entry for go1.25.8)
[2] https://pkg.go.dev/golang.org/dl/go1.25.8


Go 1.25.8 is a valid, stable release—explain version choice rationale.

Go 1.25.8 is confirmed as an official, stable release (released 2026-03-05) containing security and bug fixes. While it differs from the versions explicitly suggested in issue #4466 (v1.24.13, v1.25.7, or v1.26.0-rc.3), it uses the same minor version line (1.25.x) as v1.25.7 with added security improvements. Please explain the rationale for selecting v1.25.8 over v1.25.7.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@tools/check/go.mod` at line 3, Replace the unexplained version line in
tools/check/go.mod ("go 1.25.8") by adding a brief rationale in the PR
description or a short comment in the repo (e.g., CONTRIBUTING or a changelog
entry) that states why 1.25.8 was chosen over 1.25.7 — mention that it is an
official stable 1.25.x release containing explicit security and bug fixes
(released 2026-03-05) and that the project prefers the latest patched minor in
the 1.25 line for safety and compatibility; reference the go directive "go
1.25.8" and cite the security/bugfix release to make the decision traceable.

@wk989898
Copy link
Copy Markdown
Collaborator Author

/retest

4 similar comments
@wk989898
Copy link
Copy Markdown
Collaborator Author

/retest

@wk989898
Copy link
Copy Markdown
Collaborator Author

/retest

@wk989898
Copy link
Copy Markdown
Collaborator Author

/retest

@wk989898
Copy link
Copy Markdown
Collaborator Author

/retest

@ti-chi-bot ti-chi-bot bot merged commit d711743 into pingcap:master Mar 20, 2026
29 of 31 checks passed
@ti-chi-bot
Copy link
Copy Markdown
Member

In response to a cherrypick label: new pull request created to branch release-8.5: #4533.
But this PR has conflicts, please resolve them!

ti-chi-bot pushed a commit to ti-chi-bot/ticdc-1 that referenced this pull request Mar 20, 2026
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
ti-chi-bot bot pushed a commit to PingCAP-QE/ci that referenced this pull request Mar 20, 2026
## Summary
This PR update image to mix Go patch toolchain artifacts (`go1.25.8` vs
older `go tool`) that cause compile failures in PR jobs.

## Why
Some jobs are still running in environments/images that are not fully
aligned to Go `1.25.8`, while repo-side changes already pull `1.25.8`
artifacts. This can trigger errors like:

```text
compile: version "go1.25.8" does not match go tool version "go1.25.x"
```
## replay test

pingcap/ticdc#4467

-
https://prow.tidb.net/view/gs/prow-tidb-logs/pr-logs/pull/pingcap_ticdc/4467/pull-unit-test/2034863608625631232
-
https://prow.tidb.net/view/gs/prow-tidb-logs/pr-logs/pull/pingcap_ticdc/4467/pull-unit-test/2034863608625631232

pingcap/tiflow#12560

-
https://prow.tidb.net/view/gs/prow-tidb-logs/pr-logs/pull/pingcap_tiflow/12560/pull-unit-test-cdc/2034866305454051328
-
https://do.pingcap.net/jenkins/blue/organizations/jenkins/pingcap%2Ftiflow%2Fghpr_verify/detail/ghpr_verify/4500/pipeline/

Signed-off-by: lyb <yebin.li@pingcap.com>
tenfyzhong pushed a commit that referenced this pull request Mar 25, 2026
ti-chi-bot bot pushed a commit that referenced this pull request Mar 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved lgtm needs-cherry-pick-release-8.5 Should cherry pick this PR to release-8.5 branch. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Outdated third-party dependencies need to be upgraded

4 participants