1
0
Fork 0

4893 Commits (f2102db9bbc28d386ffbd53b77d3ac01c201a958)
 

Author SHA1 Message Date
Philip O'Toole 3672803b0f
Merge pull request #1367 from rqlite/wal-snapshot-store-v3
Wal snapshot store v3
1 year ago
Philip O'Toole d1606596f8 Fix filename 1 year ago
Philip O'Toole cb989d09a2 Some changes from PR v2 1 year ago
Philip O'Toole 1c62b43477 CHANGELOG 1 year ago
Philip O'Toole 7e70351d2f Merge remote-tracking branch 'origin' into wal-snapshot-store-v3 1 year ago
Philip O'Toole a4d1c9d6a9
Merge pull request #1372 from rqlite/even-odd-test
Even and odd testing
1 year ago
Philip O'Toole 0621cf5e28 Even and odd test 1 year ago
Philip O'Toole 1a24557c19 Merge remote-tracking branch 'origin' into wal-snapshot-store-v3 1 year ago
Philip O'Toole f0ef185f93
Merge pull request #1370 from rqlite/more-random-use
Fix more uses of random
1 year ago
Philip O'Toole 170772587e Implement Jitter() 1 year ago
Philip O'Toole 9c5d9de501 CHANGELOG 1 year ago
Philip O'Toole 26773497af CHANGELOG 1 year ago
Philip O'Toole 208fc20659 Fix more uses of random 1 year ago
Philip O'Toole 54713b63f4 Merge remote-tracking branch 'origin' into wal-snapshot-store-v3 1 year ago
Philip O'Toole d32c4e70d5
Merge pull request #1369 from rqlite/seed-random
Use global, sync'ed random source
1 year ago
Philip O'Toole c51b8364e8 Fix import path 1 year ago
Philip O'Toole f29522d2aa CHANGELOG 1 year ago
Philip O'Toole 2288cfe2a9 random only needed by store 1 year ago
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