1
0
Fork 0

113 Commits (master)

Author SHA1 Message Date
Philip O'Toole 87f6b42b60 Revert "Only need meta in this directory"
This reverts commit a89408dd88.
1 year ago
Philip O'Toole a89408dd88 Only need meta in this directory 1 year ago
Philip O'Toole 7abf10a832 Add test data 1 year ago
Philip O'Toole a9f983d457 More testing of upgrade
Seems to work well, but still need to query the actual database.
1 year ago
Philip O'Toole 518c1354e1 Upgrade runs without error but no new Snapshots 1 year ago
Philip O'Toole bab64b9f20 Re-order upgrade logic 1 year ago
Philip O'Toole 53ac4ffcb1 Start snapshot upgrade testing 1 year ago
Philip O'Toole 7a8d88756c WIP snapshot upgrade 1 year ago
Philip O'Toole d1606596f8 Fix filename 1 year ago
Philip O'Toole d6b9c5b39e Close streams 1 year ago
Philip O'Toole f3c192a12e Back-to-back full snapshot testing 1 year ago
Philip O'Toole 208d40a668 Be sure we close 1 year ago
Philip O'Toole 889f6175fc Close readers during test 1 year ago
Philip O'Toole bffff64372 Tighthen up copying WAL from snapshot 1 year ago
Philip O'Toole 37c797e7b2 Revert "Store incremental WALs in generation directory"
This reverts commit 516635c77b.
1 year ago
Philip O'Toole 516635c77b Store incremental WALs in generation directory 1 year ago
Philip O'Toole 4198724ab6 Reaping unit test 1 year ago
Philip O'Toole eaef1a251a Only sync directories on non-Windows OSes
Maybe this is causing the test failures.
1 year ago
Philip O'Toole be68a51bc1 Add missing return err 1 year ago
Philip O'Toole 0589233362 More Windows-triggered fixes 1 year ago
Philip O'Toole 8fc02e698c Ensure only 1 Sink can exist at a time 1 year ago
Philip O'Toole f150094b3b Fix WAL copy file path for removal 1 year ago
Philip O'Toole 97b172401d More Snapshot Store check() logging 1 year ago
Philip O'Toole a9e895bee2 Some cleanups 1 year ago
Philip O'Toole 9e0cb2a82c Add GoDoc comments 1 year ago
Philip O'Toole 307221d626 More Snapshot Store.Open() dev and test 1 year ago
Philip O'Toole 47476d5b58 Integrate new snapshoting with Store
- Snapshot
- Restore
- RecoverNode
1 year ago
Philip O'Toole 4a9ff58576 Ensure nil-WAL data snapshotting works 1 year ago
Philip O'Toole 5eb4e38cbc Add comments and errors 1 year ago
Philip O'Toole 378f24e186 Comments 1 year ago
Philip O'Toole 516a50bc2f Remove unused functions 1 year ago
Philip O'Toole e4d5ffb8a9 Flesh our Store check() 1 year ago
Philip O'Toole 2590f9daed Fix FSM interface 1 year ago
Philip O'Toole f088b1af6b Fix a bunch of reaping bugs
Could be ready for integration with main Store now.
1 year ago
Philip O'Toole 4503187b2f Start full testing of snapshotting
I need a snapshot decoder, for use by the main Store. And then this
decoder could be used by the Sink too.
1 year ago
Philip O'Toole b0f46a60ba More reaping and related unit tests 1 year ago
Philip O'Toole be1d59588d Use ok with generations 1 year ago
Philip O'Toole 38c90cb4fc Add testdata 1 year ago
Philip O'Toole da6273b2f4 Set Snapshot ID 1 year ago
Philip O'Toole 6446cfbcc8 Fix reaping 1 year ago
Philip O'Toole 17fcda1487 Add untested reaping code 1 year ago
Philip O'Toole dbc8bd1ebb More Sink testing 1 year ago
Philip O'Toole f3d7a5b8d4 More Sink tweaks 1 year ago
Philip O'Toole 6cbbaca035 More error checking 1 year ago
Philip O'Toole 3afe69daa4 Start unit testing the sink 1 year ago
Philip O'Toole fb0b841453 Incremental and Full Sink code-complete 1 year ago
Philip O'Toole 6f8057aed8 Tweaks 1 year ago
Philip O'Toole d0b538941e Use util function 1 year ago
Philip O'Toole 23771bd468 Don't automatically create first generation 1 year ago
Philip O'Toole 7351a1bd4c Actually add unit test file 1 year ago
Philip O'Toole 22d19aa1e4 Factor out getting stream header 1 year ago
Philip O'Toole 86934c1963 Inc and Full stream testing 1 year ago
Philip O'Toole 5137096aff Fill out Snapsho 1 year ago
Philip O'Toole f38d54e05e Check version 1 year ago
Philip O'Toole 48ea4bbfd8 Use a single header 1 year ago
Philip O'Toole 7c6caa1ea2 Add planned types from Mac notes 1 year ago
Philip O'Toole 3ff1d87120 Remove obsolete V2 snapshot files 1 year ago
Philip O'Toole 1bf560472f Move to a newer proposal for V2 snapshot
https://github.com/rqlite/rqlite/issues/1310
1 year ago
Philip O'Toole 54a4973388 Close test file so it can be deleted 1 year ago
Philip O'Toole 8cb2874e8d Add v2 snapshotting encoder and decoder 1 year ago
Philip O'Toole 074589e681 Add V1 snapshot decoding 1 year ago
Philip O'Toole 58534d4815 Better name for V1 Snapshotter 1 year ago
Philip O'Toole c87931c45c Factor Snapshot creation into own module 1 year ago