Skip to content

Commit

Permalink
fixup(#6991): it broke the macOS build (#7024)
Browse files Browse the repository at this point in the history
  • Loading branch information
problame committed Mar 5, 2024
1 parent 2daa2f1 commit eacdc17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pageserver/src/virtual_file/io_engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ impl IoEngine {
.await
.expect("failed to join blocking code most likely it panicked, panicking as well")
}
#[cfg(target_os = "linux")]
IoEngine::TokioEpollUring => work.await,
}
}
Expand Down

1 comment on commit eacdc17

@github-actions
Copy link

Choose a reason for hiding this comment

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

2567 tests run: 2430 passed, 0 failed, 137 skipped (full report)


Flaky tests (3)

Postgres 16

Postgres 15

  • test_vm_bit_clear_on_heap_lock: release

Postgres 14

  • test_compute_pageserver_connection_stress: debug

Code coverage* (full report)

  • functions: 28.8% (6982 of 24255 functions)
  • lines: 47.4% (42876 of 90535 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
eacdc17 at 2024-03-05T17:50:58.495Z :recycle:

Please sign in to comment.