1
0
Fork 0

5475 Commits (f3ba52c749802bf6d8cc39159458b8f795892e35)
 

Author SHA1 Message Date
Philip O'Toole c1a8b4a13a Use global, sync'ed random source
Almost unbelievably it appears tests on AppVeyor get the same value when
seeding the random generator. See https://ci.appveyor.com/project/otoolep/rqlite/builds/47853399
1 year ago
Philip O'Toole c6e214de1a Remember store attributes 1 year ago
Philip O'Toole dda86be0d3 Better Store open-and-close logging 1 year ago
Philip O'Toole c44d020c11 Only attempt to checkpoint once 1 year ago
Philip O'Toole d6b9c5b39e Close streams 1 year ago
Philip O'Toole ee8b23ba94 More logging 1 year ago
Philip O'Toole e8e0381622 Log when Store closes 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 bccff385bb Verbose race testing due to no output timeouts 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 a6134b02bc Instrument the FSM snapshot process 1 year ago
Philip O'Toole 76867a682f Time FSM snapshot creation 1 year ago
Philip O'Toole ab6ca783e1 Checkpoint database during Recovery 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 bd0f78391e Remove unneeded FSM snapshot code 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 eed11dee8c Comment 1 year ago
Philip O'Toole d4aab33163 More testing of DB checkpointing 1 year ago
Philip O'Toole 8d6d31649f ABL 1 year ago
Philip O'Toole cacc03199e Add DB WAL Path and test 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