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

Fixup Storage & Compute Release 2024-11-25 #9881

Merged
merged 4 commits into from
Nov 25, 2024
Merged

Conversation

problame
Copy link
Contributor

We need the rustls update (#9871).

bayandin and others added 4 commits November 25, 2024 09:01
## Problem
LFC is not enabled by default in tests, but it is enabled in production.
This increases the risk of errors in the production environment, which
were not found during the routine workflow.
However, enabling LFC for all the tests may overload the disk on our
servers and increase the number of failures.
So, we try enabling  LFC in one case to evaluate the possible risk.

## Summary of changes
A new environment variable, USE_LFC is introduced. If it is set to true,
LFC is enabled by default in all the tests.
In our workflow, we enable LFC for PG17, release, x86-64, and disabled
for all other combinations.

---------

Co-authored-by: Alexey Masterov <alexeymasterov@neon.tech>
Co-authored-by: a-masterov <72613290+a-masterov@users.noreply.github.com>
…ings (#9858)

* The futures-util crate we use was yanked. Bump it and its siblings to
new patch release.
https://github.com/rust-lang/futures-rs/releases/tag/0.3.31
* cargo-deny: Drop an unused license.
* cargo-deny: Don't warn about duplicate crate. Duplicate crates are
unavoidable and the noise just hides real warnings.
@problame problame requested a review from a team as a code owner November 25, 2024 15:21
@problame problame merged commit 23e579d into release Nov 25, 2024
33 of 41 checks passed
@problame problame deleted the rc/release/2024-11-25--2 branch November 25, 2024 15:26
Copy link

6230 tests run: 5941 passed, 0 failed, 289 skipped (full report)


Flaky tests (2)

Postgres 17

Postgres 14

Code coverage* (full report)

  • functions: 31.0% (7971 of 25720 functions)
  • lines: 48.8% (63286 of 129701 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
166f33f at 2024-11-25T21:07:23.054Z :recycle:

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.

4 participants