zvault icon indicating copy to clipboard operation
zvault copied to clipboard

Create test cases and benchmarks

Open dswd opened this issue 8 years ago • 0 comments

Micro tests

  • [ ] Utils
    • [x] Bitmaps
    • [x] CLI utils
    • [x] Compression
    • [x] Encryption
    • [x] Hashes
    • [x] Hex encoding
    • [ ] Msgpack
    • [ ] File based locking
    • [ ] LRU cache
  • [ ] Index
  • [ ] Chunkers
  • [ ] Bundle map
  • [ ] Encode, decode for all serializable types
    • [x] ChunkList
    • [x] KeyFile

Macro tests

  • [ ] Init, backup, restore cycle
  • [ ] Init, backup, backup, remove, vacuum cycle
  • [ ] Init, backup, import, restore cycle
  • [ ] Init, import, backup, backup, vacuum, restore cycle
  • [ ] Recovering from missing {bundle map, bundle cache, index file}
  • [ ] Check: missing index entry
  • [ ] Check: missing bundle
  • [ ] Check: corrupt bundle (modified and or truncated)

dswd avatar Jun 15 '17 19:06 dswd