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

sqlx + nextest: stabilization #919

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

s373r
Copy link
Member

@s373r s373r commented Oct 23, 2024

Description

Using the patched version of sqlx:

Checklist before requesting a review

@s373r s373r force-pushed the chore/sqlx-nextest-stabilization branch from 0875395 to 2ac4e3f Compare October 23, 2024 17:02
@s373r s373r self-assigned this Oct 23, 2024
@s373r s373r requested review from sergiimk, rmn-boiko, demusdev and zaychenko-sergei and removed request for sergiimk October 23, 2024 17:12
@@ -13,8 +13,8 @@ Recommendation: for ease of reading, use the following order:

## [Unreleased]
### Changed
- ObjectRepositoryS3`: can now support external address configuration
Copy link
Member Author

Choose a reason for hiding this comment

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

Incorrectly added record

# TODO: Delete this workaround when this PR is merged:
# - Fix: nextest cleanup race condition by bonega
# https://github.com/launchbadge/sqlx/pull/3334
sqlx = { git = 'https://github.com/kamu-data/sqlx', branch = 'nextest-race-condition' }
Copy link
Member Author

Choose a reason for hiding this comment

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

Comment for readers: originally I thought of patching only the use of sqlx in tests, but after studying the commit differences, I came to the point where I could use it in general. That made this update very easy

Copy link
Contributor

Choose a reason for hiding this comment

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

It's fine as long as the build stabilizes

@s373r s373r marked this pull request as ready for review October 23, 2024 17:23
@s373r s373r force-pushed the chore/sqlx-nextest-stabilization branch from 2ac4e3f to ac307da Compare October 24, 2024 09:57
@zaychenko-sergei zaychenko-sergei merged commit c65435b into master Oct 24, 2024
6 checks passed
@zaychenko-sergei zaychenko-sergei deleted the chore/sqlx-nextest-stabilization branch October 24, 2024 10:30
@s373r s373r mentioned this pull request Oct 24, 2024
16 tasks
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