Pierre Zemb

Results 37 issues of Pierre Zemb

We have a fair amount of warning reported by `cargo fix --version`, mostly related to `relative drop order changing in Rust 2024`

## Internalizing the Network Handler This PR aims to internalize the network handler within the crate, removing it from user-facing APIs. Many users (including us) have encountered [testing limitations](https://github.com/foundationdb-rs/foundationdb-rs/issues/132) due...

correctness

The networkThread is a major complexity to handle for our users. Official bindings are handling it directly in the library, we could do that as well

Currently, Codecov runs on both the test suite and the bindingtester. Since the bindingtester relies on randomized input, it introduces minor, unpredictable variations in code coverage. As a result, Codecov...

We heavily rely on Idempotency IDs ([automatic-idempotency.html](https://apple.github.io/foundationdb/automatic-idempotency.html)) to handle automatic transaction retries introduced in FDB 7.3.0+ (see [this analysis](https://pierrezemb.fr/posts/automatic-txn-fdb-730/)). However, this feature is not listed in [feature-status.md](https://github.com/apple/foundationdb/blob/main/design/feature-status.md). I found two...