feat: shredding option for .xlog and .snap deletion
1. Add a new option picodata run --shredding to enable shredding upon xlog_remove_file_impl. 2. For test purposes additionally use the inject_errors feature to keep files after shred operation and allow the test code to look inside and make sure that content was really shredded.
parent
82fd04da
No related branches found
No related tags found
Checking pipeline status
Showing
- CHANGELOG.md 2 additions, 0 deletionsCHANGELOG.md
- Cargo.lock 257 additions, 24 deletionsCargo.lock
- Cargo.toml 1 addition, 0 deletionsCargo.toml
- src/cli/args.rs 5 additions, 0 deletionssrc/cli/args.rs
- src/lib.rs 4 additions, 0 deletionssrc/lib.rs
- src/tarantool.rs 84 additions, 0 deletionssrc/tarantool.rs
- tarantool-sys 1 addition, 1 deletiontarantool-sys
- test/int/test_basics.py 31 additions, 0 deletionstest/int/test_basics.py
Loading