Skip to content

Commit

Permalink
Update Rust to 1.74.0 (#5873)
Browse files Browse the repository at this point in the history
  • Loading branch information
arpad-m committed Nov 21, 2023
1 parent 81b2cef commit 3e131bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "1.73.0"
channel = "1.74.0"
profile = "default"
# The default profile includes rustc, rust-std, cargo, rust-docs, rustfmt and clippy.
# https://rust-lang.github.io/rustup/concepts/profiles.html
Expand Down

1 comment on commit 3e131bb

@github-actions
Copy link

@github-actions github-actions bot commented on 3e131bb Nov 21, 2023

Choose a reason for hiding this comment

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

2462 tests run: 2328 passed, 0 failed, 134 skipped (full report)


Flaky tests (8)

Postgres 16

  • test_competing_branchings_from_loading_race_to_ok_or_err: release
  • test_pitr_gc: debug
  • test_timeline_deletion_with_files_stuck_in_upload_queue: debug

Postgres 15

  • test_branching_with_pgbench[cascade-1-10]: debug
  • test_pageserver_metrics_removed_after_detach: debug

Postgres 14

  • test_gc_cutoff: debug
  • test_empty_tenant_size: debug
  • test_timeline_size: debug

Code coverage (full report)

  • functions: 54.2% (8951 of 16520 functions)
  • lines: 81.5% (52209 of 64080 lines)

The comment gets automatically updated with the latest test results
3e131bb at 2023-11-21T13:49:45.843Z :recycle:

Please sign in to comment.