-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ddl: add more foreign key test case #40052
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
d607801
fix alter add foreign key privilege check and txn too large check
crazycs520 57d8dad
fix bug and add test for temporary table and cache table
crazycs520 9d13a89
add test for fk with partition table
crazycs520 0cdafad
refine
crazycs520 07d1a0a
fix ci
crazycs520 e3cfe89
fix ci
crazycs520 2bc21b2
add foreign key and lock view test
crazycs520 a07f3b1
add foreign key and memory tracker test
crazycs520 5ffd336
add conccurent ddl test
crazycs520 c3047de
add more test case in TestForeignKeyAndConcurrentDDL
crazycs520 a5efc3d
add foreign key and mdl test
crazycs520 d1ec0c8
add foreign key and async commit test
crazycs520 1cf840a
add foreign key and transaction isolation test
crazycs520 4ad143b
add foreign key speed and index(lightning) test
crazycs520 3e0576c
Merge branch 'master' of https://github.com/pingcap/tidb into fk-test-8
crazycs520 b8632c6
refine
crazycs520 5717ec7
refine test
crazycs520 ebff4ad
Merge branch 'master' into fk-test-8
crazycs520 44f027b
update bazel
crazycs520 c2ead97
Merge branch 'master' into fk-test-8
crazycs520 c09bf55
Merge branch 'master' into fk-test-8
crazycs520 63d2ff5
refine code
crazycs520 e8c211a
Update tests/realtikvtest/testkit.go
crazycs520 e796250
Merge branch 'master' into fk-test-8
crazycs520 2e73029
Merge branch 'master' into fk-test-8
crazycs520 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need this because all the tests in this package will be run with real TiKV.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the local environment, we can still run those tests with unistore. To avoid later being said that this test fails on unistore, I prefer keep this.