Skip to content

Commit

Permalink
storcon: update db related dependencides (#8155)
Browse files Browse the repository at this point in the history
## Problem
Storage controller runs into memory corruption issue on the drain/fill
code paths.

## Summary of changes
Update db related depdencies in the unlikely case that the issue was
fixed in diesel.
  • Loading branch information
VladLazar authored Jun 25, 2024
1 parent d502313 commit 7026dde
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 28 deletions.
103 changes: 76 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion workspace_hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ syn-dff4ba8e3ae991db = { package = "syn", version = "1", features = ["extra-trai
syn-f595c2ba2a3f28df = { package = "syn", version = "2", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
time-macros = { version = "0.2", default-features = false, features = ["formatting", "parsing", "serde"] }
toml_datetime = { version = "0.6", default-features = false, features = ["serde"] }
toml_edit = { version = "0.19", features = ["serde"] }
zstd = { version = "0.13" }
zstd-safe = { version = "7", default-features = false, features = ["arrays", "legacy", "std", "zdict_builder"] }
zstd-sys = { version = "2", default-features = false, features = ["legacy", "std", "zdict_builder"] }
Expand Down

1 comment on commit 7026dde

@github-actions
Copy link

Choose a reason for hiding this comment

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

3010 tests run: 2883 passed, 1 failed, 126 skipped (full report)


Failures on Postgres 14

  • test_basebackup_with_high_slru_count[github-actions-selfhosted-sequential-10-13-30]: release
# Run all failed tests locally:
scripts/pytest -vv -n $(nproc) -k "test_basebackup_with_high_slru_count[release-pg14-github-actions-selfhosted-sequential-10-13-30]"
Flaky tests (1)

Postgres 15

  • test_tenant_delete_smoke: debug

Code coverage* (full report)

  • functions: 32.6% (6880 of 21135 functions)
  • lines: 50.2% (53651 of 106976 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
7026dde at 2024-06-25T15:37:08.449Z :recycle:

Please sign in to comment.