sqlite-s3vfs icon indicating copy to clipboard operation
sqlite-s3vfs copied to clipboard

Preparation work for corruption/recovery testing

Open LorenzoBoccaccia opened this issue 1 year ago • 2 comments

  • changed upload/download format for saving one server round trip
  • added sector/device characteristics to prepare for recovery testing
  • added md5 page centric dump to make corruption visible in debug

first step if we want to test lock corruption would be to declare to sqlite the actual vfs invariants the changes follow what I understand of the specs here https://www.sqlite.org/draft/fileio.html#tocentry_50

LorenzoBoccaccia avatar Apr 29 '24 17:04 LorenzoBoccaccia

The diff looks very odd for some reason - like every single line has been changed, even thought that also clearly not the case. Do you know what's happened / if anything can be done to tidy it?

michalc avatar Apr 30 '24 18:04 michalc

a few hiccups with white spaces

LorenzoBoccaccia avatar Apr 30 '24 19:04 LorenzoBoccaccia