Add local TiDB smoke workflow#263
Open
okJiang wants to merge 3 commits into
Open
Conversation
👷 Deploy request for mem9 pending review.A Netlify team Owner will need to approve the deploy before you can run your build. Are you a team Owner? Visit the deploys page to approve it → Need more help? Learn more in the Netlify docs →
|
okJiang
commented
Apr 22, 2026
Contributor
Author
okJiang
left a comment
There was a problem hiding this comment.
LGTM. Clean tier 2 implementation. pgvector + direct tenant seed gives us API coverage without external dependencies. 19/19 local validation, actionlint clean, artifact upload on failure. Good follow-through on the three-tier plan.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replaces the previous local PostgreSQL smoke lane with a TiDB-only local smoke path.
This PR now:
e2e/local-tidb-smoke.sh.github/workflows/local-tidb-smoke.ymle2e/local-smoke-checks.shThe TiDB smoke boots a local TiUP playground cluster, seeds an active tenant directly in the control-plane schema, starts
mnemo-serverwithMNEMO_DB_BACKEND=tidb, and verifies the v1alpha2 memories API on the real TiDB backend path.Covered flow:
CI
Adds
.github/workflows/local-tidb-smoke.yml, triggered by PR/push changes to server, the TiDB smoke scripts, or the workflow itself, plus manualworkflow_dispatch. It uploads TiDB/server/smoke logs as artifacts.Validation
bash -n e2e/local-smoke-checks.shbash -n e2e/local-tidb-smoke.sh.github/workflows/local-tidb-smoke.ymlmnemo-serverrun:19 / 19 passedLocal TiDB smokegreen on commit6ffd706