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

Lock the correct revision of rust-postgres crates #8960

Merged
merged 1 commit into from
Sep 7, 2024
Merged

Conversation

hlinnaka
Copy link
Contributor

@hlinnaka hlinnaka commented Sep 7, 2024

We modified the crate in an incompatible way and upgraded to the new version in PR #8076. However, it was reverted in #8654. The revert reverted the Cargo.lock reference to it, but since Cargo.toml still points to the (tip of the) 'neon' branch, every time you make any other unrelated changes to Cargo.toml, it also tries to update the rust-postgres crates to the tip of the 'neon' branch again, which doesn't work.

To fix, lock the crates to the exact commit SHA that works.

We modified the crate in an incompatible way and upgraded to the new
version in PR #8076. However, it was reverted in #8654. The revert
reverted the Cargo.lock reference to it, but since Cargo.toml still
points to the (tip of the) 'neon' branch, every time you make any
other unrelated changes to Cargo.toml, it also tries to update the
rust-postgres crates to the tip of the 'neon' branch again, which
doesn't work.

To fix, lock the crates to the exact commit SHA that works.
Copy link

github-actions bot commented Sep 7, 2024

3857 tests run: 3743 passed, 0 failed, 114 skipped (full report)


Flaky tests (2)

Postgres 16

Postgres 15

Code coverage* (full report)

  • functions: 31.7% (7343 of 23151 functions)
  • lines: 49.9% (59478 of 119148 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
7ee3f8a at 2024-09-07T13:09:03.678Z :recycle:

@hlinnaka hlinnaka enabled auto-merge (squash) September 7, 2024 13:11
@hlinnaka hlinnaka merged commit 93ec750 into main Sep 7, 2024
71 checks passed
@hlinnaka hlinnaka deleted the lock-rust-postgres branch September 7, 2024 13:11
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