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

migrate limits & overrides to sqlx / async, introduce async test wrapper #2319

Merged
merged 3 commits into from
Nov 17, 2023

Conversation

syphar
Copy link
Member

@syphar syphar commented Nov 15, 2023

This migrates limits & overrides to sqlx / async.
Also this is a first idea of an async_wrapper for tests.

I have some other ideas how to improve the test setup further, but since test database creation / cleanup is still sync, it's harder in this PR, and I would move the task to a later point.

@github-actions github-actions bot added the S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed label Nov 15, 2023
src/docbuilder/limits.rs Outdated Show resolved Hide resolved
@syphar syphar requested a review from Nemo157 November 16, 2023 10:18
src/test/mod.rs Outdated Show resolved Hide resolved
@syphar syphar requested a review from Nemo157 November 17, 2023 06:32
@syphar syphar removed the request for review from Nemo157 November 17, 2023 07:22
@syphar
Copy link
Member Author

syphar commented Nov 17, 2023

will fix the test failure and re-request the review

@syphar
Copy link
Member Author

syphar commented Nov 17, 2023

test failure is fixed

@syphar syphar merged commit 62c620e into rust-lang:master Nov 17, 2023
8 checks passed
@syphar syphar deleted the sqlx-limits branch November 17, 2023 14:13
@github-actions github-actions bot added S-waiting-on-deploy This PR is ready to be merged, but is waiting for an admin to have time to deploy it and removed S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed labels Nov 17, 2023
@syphar syphar removed the S-waiting-on-deploy This PR is ready to be merged, but is waiting for an admin to have time to deploy it label Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants