Skip to content
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

[POC] Run tests with TiDb #22180

Draft
wants to merge 7 commits into
base: 5.x-dev
Choose a base branch
from
Draft

[POC] Run tests with TiDb #22180

wants to merge 7 commits into from

Conversation

sgiehl
Copy link
Member

@sgiehl sgiehl commented May 2, 2024

Description:

We are experimenting with using TiDb as alterative to MySQL.

This PR is a temporary solution to run tests with TiDb instead of MySQL. It is not meant to merged, but only a placeholder to more easily find the latest test results.

currently based on #22170

Review

@sgiehl sgiehl added the c: Tests & QA For issues related to automated tests or making it easier to QA & test issues. label May 2, 2024
@sgiehl sgiehl force-pushed the tidbtests branch 5 times, most recently from c8461d8 to 23143c7 Compare May 7, 2024 15:42
@sgiehl sgiehl force-pushed the tidbtests branch 2 times, most recently from a58c30f to 057e74a Compare May 17, 2024 09:41
@sgiehl sgiehl force-pushed the tidbtests branch 2 times, most recently from c12a543 to 513204b Compare May 18, 2024 21:57
@@ -221,4 +221,14 @@ public function addMaxExecutionTimeHintToQuery(string $sql, float $limit): strin
{
return $this->getSchema()->addMaxExecutionTimeHintToQuery($sql, $limit);
}

/**
* Returns if the schema support complexe column updates
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
* Returns if the schema support complexe column updates
* Returns if the schema support complex column updates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: Tests & QA For issues related to automated tests or making it easier to QA & test issues.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants