Pierre Zemb
Pierre Zemb
The official documentation has [design recipes that we can backport to Rust](https://apple.github.io/foundationdb/design-recipes.html): - [x] `Blob`: Store binary large objects (blobs) in the database. - [ ] `Hierarchical Documents`: Create a...
`5.0.0` version has been released in 3 August 2018, which is starting to be quite old. We should remove the relevant code. Is anyone using newest version of the crate...
It is fairly useful to enable traces on the bindingTester. We should be enable to trace transactions when we are detecting some env vars.
Even if `fdb-7.0` is adding a `tracing` feature, we should add a feature that will use [tracing.rs](https://docs.rs/tracing/0.1.29/tracing/). I really like what @KrzysFR did on the [dotnet binding](https://forums.foundationdb.org/t/what-do-you-monitor/184/11?): ```text === FoundationDB.Layers.Directories.DirectoryFacts.Test_Concurrent_Directory_Creation_With_Custom_Prefix()...
Right now, `cron-correctness.yml` and `pr-correctness.yml` almost have the same steps runned. The only difference is the number of steps which can be injected as an variable. It would be nice...
Currently, we are using an github action called Clikengo/foundationdb-actions-install that is installing FDB. In order to ease local testing, we could use [testcontainers](https://www.testcontainers.org/). However, the rust version of testcontaienrs is...
[Joshua](https://github.com/FoundationDB/fdb-joshua) is a tool designed to coordinate ephemeral tests of the FoundationDB. We should be able to create an archive for the bindingtester in order to massively run correctness tests...
- [ ] Add CI tests - [ ] Add documentations
Follow-through of #144