1
0
Fork 0

817 Commits (master)

Author SHA1 Message Date
Philip O'Toole e64985ff82 Minor optimizations to Requests on Store 8 months ago
Philip O'Toole e0a9dfd16c Use defer only to make sure WAL file is closed 8 months ago
Philip O'Toole b4215a17ea Unit test Jitter 8 months ago
Philip O'Toole ec214380ee
Update store_test.go 8 months ago
Philip O'Toole b21f185204
Check request results 8 months ago
Philip O'Toole 9634851049
Merge pull request #1651 from rqlite/otoolep-failing-r-test
Merge failing unit test to fixed code
8 months ago
Philip O'Toole 388b1f8f11
Just check for errors 8 months ago
Philip O'Toole 23ce0583a7
Add failing unit test 8 months ago
Philip O'Toole 007f07c09e
Add Leader check to /db/request with NONE 8 months ago
Philip O'Toole b1f5ca2102 Fix comment 8 months ago
Philip O'Toole c5d549ae56 Don't close the Scanner until Bytes is done 8 months ago
Philip O'Toole 3f15a89a1d Integrate Scanner Bytes 8 months ago
Philip O'Toole 52eba8049a Remove metrics 8 months ago
Philip O'Toole 82939df4d9 CHANGELOG 8 months ago
Philip O'Toole 9df4c0527c Optimize Requests 8 months ago
Philip O'Toole 039e907e3f Merge remote-tracking branch 'origin' into queries-only-do-local 8 months ago
Philip O'Toole d39c0c8367 Restart, then Truncate, the WAL 8 months ago
Philip O'Toole c8032e2061 Merge remote-tracking branch 'origin' into remove-full-check-fail 8 months ago
Philip O'Toole a987ec2e28 Remove unneeded SetFullNeeded post checkpoint fail 8 months ago
Philip O'Toole 958b67908b Move to explicit checkpoint type 8 months ago
Philip O'Toole 5261b7058e Execute ExecuteRequests locally if possible 8 months ago
Philip O'Toole a78325aafa Comment 8 months ago
Philip O'Toole 2310a365c2 Test that FullNeeded is set on failed checkpoint 8 months ago
Philip O'Toole 943345b647 FullSnapshot needed if WAL checkpoint fails 8 months ago
Philip O'Toole 59edb3d721 Fix key misspell 8 months ago
Philip O'Toole f74bfa8b5a Add explicit VACUUM stress test 8 months ago
Philip O'Toole 7612f5e130 Remove superfluous blank line 8 months ago
Philip O'Toole af5d9a9a51 More robust test 8 months ago
Philip O'Toole 022df5d7f7 Another query point 8 months ago
Philip O'Toole 49c0dc4db5 Unit test explicit VACUUM 8 months ago
Philip O'Toole 2b4205cca6 Move VACUUM tests together 8 months ago
Philip O'Toole 209a1080e6 Clock actually needs to run
https://ci.appveyor.com/project/otoolep/rqlite/builds/49005959
8 months ago
Philip O'Toole 51d732e82d More robust auto-vac needed test 8 months ago
Philip O'Toole dad70e2350 More text fixes 8 months ago
Philip O'Toole 4200727df2 Standarize time 8 months ago
Philip O'Toole 67bec0ba85 Improve auto-vac time management 8 months ago
Philip O'Toole 97ed80a761 Create initial DB can be simpler 8 months ago
Philip O'Toole 260bce66d3 ABL 8 months ago
Philip O'Toole 3ed29b5c31 Introduce a synchronized, swappable DB
Type prevents races between queries and operations (such as auto-vacuum)
which change the DB object out.
8 months ago
Philip O'Toole 2548bdb14b Vacuum and FullNeeded unit test 8 months ago
Philip O'Toole 593c711875 Add stress test of snapshotting and vacuuming 8 months ago
Philip O'Toole 860246900d Unit test Snapshots and Auto-Vacuums 8 months ago
Philip O'Toole 912dd7fdcb Remove blank line 8 months ago
Philip O'Toole 0adef27a7d Merge remote-tracking branch 'origin' into automatic-vacuum 8 months ago
Philip O'Toole 1cc4b64614 Split out "auto vac needed" logic 8 months ago
Philip O'Toole 285494fc72 Split Store tests for ease of development 8 months ago
Philip O'Toole 305f1cfdbb Make Vacuum an exported function 8 months ago
Philip O'Toole 9f89bb268f More refactoring 8 months ago
Philip O'Toole 0bc82980fd Refactor 8 months ago
Philip O'Toole dbd48bb19e Unit test setting last VACUUM time 8 months ago
Philip O'Toole 6b57a76f67 Use const 8 months ago
Philip O'Toole e1389bf720 Only set last vac if we have it 8 months ago
Philip O'Toole 9d2c698910 Initial implementation of automatic VACUUM 8 months ago
Philip O'Toole ce28a0437f Simpler bool assignment 8 months ago
Philip O'Toole e7ca1ed220 Re-enable incremental logging if Raft level < WARN 8 months ago
Philip O'Toole d383e865cb Don't log incremental Persist times 8 months ago
Philip O'Toole 5a1ef0d6b4 Merge remote-tracking branch 'origin' into full-snapshot-logging-only 8 months ago
Philip O'Toole 3294b87727 Only log full snapshots 8 months ago
Philip O'Toole 78f4653b5b Change Raft default log level to WARN 8 months ago
Philip O'Toole 6ef059975c Unit test against error text changing 8 months ago
Philip O'Toole c0470289d9 Standardize logging by Raft module 8 months ago
Philip O'Toole 1bd0393ca1 Any Execute is assumed to change the database 8 months ago
Philip O'Toole f34ec4d04f Merge branch 'create-table-no-rows' into raft-index-upload-check 8 months ago
Philip O'Toole 4b3b40654e More unit testing of DBApplied 8 months ago
Philip O'Toole 56dca6871d CREATE TABLE returns rows = 0
Use a simpler check for mutation.
8 months ago
Philip O'Toole 68521d34a2 Fix AWS client and Store Provider 8 months ago
Philip O'Toole 0b134255d7 Better DBAppliedIndex unit test 8 months ago
Philip O'Toole 148738b81a Remove blank line 8 months ago
Philip O'Toole 10a9361dbb Best test 8 months ago
Philip O'Toole 7b60c46791 Unit test index-update on Restore 8 months ago
Philip O'Toole cf51165524 Fix up comment 8 months ago
Philip O'Toole fdd65cde8d Set indexes post Restore 8 months ago
Philip O'Toole 3ddeebbba4 Improve Store restart test 8 months ago
Philip O'Toole 0cbbb44b48 GoDoc 8 months ago
Philip O'Toole 40166b852b More logic related to indexes in Store 8 months ago
Philip O'Toole 6b823052a3 Bring internal indexes up-to-date post Restore 8 months ago
Philip O'Toole 481bb0937c Unit test DB applied index 8 months ago
Philip O'Toole 646dc38976 More checks 8 months ago
Philip O'Toole f8291ae980 Unit test Command Processor 8 months ago
Philip O'Toole d661d1faa9 Shorter variable names 8 months ago
Philip O'Toole 43ea0615cd Tighthen up DB applied index 8 months ago
Philip O'Toole 5b75396057 Track index of log which last mutated the database 8 months ago
Philip O'Toole b50867be47 Track commands which change the database 8 months ago
Philip O'Toole 30f692f353 Improve Boot unit testing 8 months ago
Philip O'Toole c0d88881bb Refactor Provider tests 8 months ago
Philip O'Toole aa2cf2dd46 Configure Store Provider 8 months ago
Philip O'Toole e96ec7bb27 Add utility test function 8 months ago
Philip O'Toole b6731ff5d9
Fix method name 8 months ago
Philip O'Toole f5c8be87db
Update provider.go 8 months ago
Philip O'Toole d9d9717cb0
GoDoc 8 months ago
Philip O'Toole e9eeb94158
Remove unused import 8 months ago
Philip O'Toole f99a433c66
Provide doesn't ensure DELETE mode 8 months ago
Philip O'Toole dd70085204
Typo 8 months ago
Philip O'Toole a359900dfa
Fix typos 8 months ago
Philip O'Toole 1b21c8f021 Dig into Snapshot Store during Store tests 8 months ago
Philip O'Toole fb45899e81 Loading a database invalidates existing snapshots 8 months ago
Philip O'Toole 602d2874ca Move to times 8 months ago
Philip O'Toole b111a7bf98 Provide should also return last modified 8 months ago
Philip O'Toole d7a5d3676a More robust test 9 months ago
Philip O'Toole 212aedbfb2 Provider Check unit tests 9 months ago