-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
server: migrate test-infra to testify for tidb_test.go #29535
Merged
Merged
Changes from 62 commits
Commits
Show all changes
64 commits
Select commit
Hold shift + click to select a range
b5dc2a5
server: migrate `TestStatusAPIWithTLS`
yedamao 3418188
server: migrate `TestStatusPort`
yedamao ea496ec
server: migrate `TestStatusAPIWithTLSCNCheck`
yedamao 3bc068b
server: migrate `TestPessimisticInsertSelectForUpdate`
yedamao 25c212f
server: migrate `TestShowTablesFlen`
yedamao abb324f
server: migate `TestFieldList`
yedamao db99c53
server: migrate `TestNullFlag`
yedamao 651883e
server: migrate `TestNO_DEFAULT_VALUEFlag`
yedamao 1ef56e5
server: migrate `TestCreateTableFlen`
yedamao a8ceb09
server: migrate `TestSystemTimeZone`
yedamao 937568e
server: migrate `TestAuth`
yedamao c718343
server: migrate `TestUint64`
yedamao 18e4d41
server: migrate `TestSpecialType`
yedamao 66a5eb3
server: migrate `TestPreparedString`
yedamao e9a3f7e
server: migrate `TestPreparedTimestamp`
yedamao a26a890
server: migrate `TestConcurrentUpdate`
yedamao deeea38
server: migrate `TestErrorCode` and `TestLoadData`
yedamao 0476bd7
server: migrate `TestConfigDefaultValue`
yedamao 45b28de
server: migrate `TestLoadDataAutoRandom`
yedamao 4a00c68
server: migrate `TestExplainFor` and `TestLoadDataAutoRandomWithSpeci…
yedamao 874413d
server: migrate `TestStmtCount`
yedamao 5fbfadf
server: migrate `TestLoadDataListPartition`
yedamao b04dcb5
server: migrate `TestRegression`
yedamao f55e819
server: migrate `TestIssues`
yedamao 923cf68
server: migrate `TestDBNameEscape`
yedamao 94ea04a
server: migrate `TestResultFieldTableIsNull`
yedamao c8fc3df
server: migrate `TestStatusAPI`
yedamao 3e591ef
server: migrate `TestMultiStatements`
yedamao e61b1c2
server: migrate `TestSocketForwarding`
yedamao bc2a410
Merge branch 'master' into issue-27806
yedamao ddf3685
testkit: Add comments for DBTestKit's methods
yedamao 83a661d
server: migrate `TestGracefulShutdown`
yedamao 737e6c3
Merge branch 'master' into issue-27806
yedamao ac812cb
Merge branch 'issue-27806' of github.com:yedamao/tidb into issue-27806
yedamao 598076a
server: remove deprecated method
yedamao 03c2a78
server: migrate `TestTLSAuto`
yedamao 1599147
server: migrate `TestTLSBasic`
yedamao 6476267
server: migrate `TestTLSVerify`
yedamao 227ab97
server: migrate `TestClientWithCollation`
yedamao 793b931
server: migrate `TestErrorNoRollback`
yedamao 8adcd51
server: migrate `TestPrepareCount`
yedamao d802968
server: migrate `TestDefaultCharacterAndCollation`
yedamao e1e786b
server: migrate `TestReloadTLS`
yedamao 7f4524e
server: remove tidbTestSerialSuite
yedamao 624c8bf
server: remove unused runTestTLSConnection/runReloadTLS
yedamao c41738c
Merge branch 'master' into issue-27806
yedamao 4ba4cc7
Merge branch 'master' into issue-27806
yedamao a0bca55
server: migrate `TestClientErrors`
yedamao c6c4287
server: migrate `TestInitConnect`
yedamao 3d102dc
server: migrate `TestSumAvg`
yedamao ed2951e
server: migrate `TestOnlySocket`
yedamao 6bdeb73
server: migrate `TestSocketAndIp`
yedamao 483a24c
Merge branch 'master' into issue-27806
yedamao 0386e9e
Merge branch 'master' into issue-27806
yedamao fa9acdf
server: migrate `TestSocket`
yedamao ac26eb8
server: make tests run parallel
yedamao 495d440
server: migrate `TestTopSQLCPUProfile`
yedamao b94de58
server: migrate `TestTopSQLAgent`
yedamao a922eda
server: cleanup tidb_test.go
yedamao ad42d71
server: cleanup server_test.go
yedamao 9e5b1f6
server: polish method's naming
yedamao 09f7ff4
server: remove scaffolding for the migration
yedamao 6bb53b9
Merge branch 'master' into issue-27806
ti-chi-bot cdbc929
Merge branch 'master' into issue-27806
ti-chi-bot 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
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.
Nice work!