1
0
Fork 0

5948 Commits (38532efb8ce2ce1b0f9fed2b8e909cf28d047b72)
 

Author SHA1 Message Date
Philip O'Toole 38532efb8c Add optional freshness_strict 7 months ago
Philip O'Toole 4d43325df1 Go style 7 months ago
Philip O'Toole 1919c6eaec Better comments 7 months ago
Philip O'Toole 595f22938d Comments 7 months ago
Philip O'Toole eb2837234a More tests 7 months ago
Philip O'Toole 1d1e1b2b0c Clearer testing 7 months ago
Philip O'Toole c473612029 Refactor stale-read check for testability 7 months ago
Philip O'Toole d92c0d1fda Clearer logic 7 months ago
Philip O'Toole e13aab8537 CHANGELOG 7 months ago
Philip O'Toole 3c3ba7b839 Support stale reads relative to Leader time 7 months ago
Philip O'Toole 248c66f251 Better logic 8 months ago
Philip O'Toole 5b4d366e01 Revert "Merge pull request #1677 from rqlite/restore-store-not-ready"
This reverts commit c28eff8db5, reversing
changes made to efeee215e3.
8 months ago
Philip O'Toole fb3835085d Merge branch 'master' of github.com:rqlite/rqlite 8 months ago
Philip O'Toole 02aad416b6 Some Store Ready unit tests 8 months ago
Philip O'Toole c28eff8db5
Merge pull request #1677 from rqlite/restore-store-not-ready
Store is "not ready" during a Restore from Snapshot
8 months ago
Philip O'Toole ac74a84712 Store is "not ready" during a Restore from Snapshot
https://github.com/rqlite/rqlite/issues/1672
8 months ago
Philip O'Toole efeee215e3
Update CHANGELOG.md 8 months ago
Philip O'Toole 0de8c5a091
Merge pull request #1675 from rqlite/idx-atomic
Use atomic.Uint64 instead of mutexes for Store indexes
8 months ago
Philip O'Toole 41c59589d5 Actually fix it 8 months ago
Philip O'Toole fbc860bb35 Fix racy test 8 months ago
Philip O'Toole 2bff429b19 CHANGELOG 8 months ago
Philip O'Toole ca5e279742 Use atomic.Uint64 instead of mutexes
The code is simpler and easier to read.
8 months ago
Philip O'Toole cc9e134352
Merge pull request #1674 from rqlite/factor-stale-check
Small refactor of Stale Reads check
8 months ago
Philip O'Toole dbc4f2b63b Small refactor of Stale Reads check 8 months ago
Philip O'Toole be5eb8eb65
Merge pull request #1671 from rqlite/request-opts
Minor optimizations to Requests on Store
8 months ago
Philip O'Toole 2f7ee20de6 Mark test helpers 8 months ago
Philip O'Toole 64d03d1eac Add needed unit test 8 months ago
Philip O'Toole d64ac21291 Have to send it through consensus!
Jeez.
8 months ago
Philip O'Toole e64985ff82 Minor optimizations to Requests on Store 8 months ago
Philip O'Toole 6a7ab4df83
Merge pull request #1670 from rqlite/remote-query-msg
Improve error when query on remote node fails
8 months ago
Philip O'Toole f802a62603 Improve error when query on remote node fails 8 months ago
Philip O'Toole 7e1b8a36de
Update CHANGELOG.md 8 months ago
Philip O'Toole ed649db9bf
Update CHANGELOG.md 8 months ago
Philip O'Toole 0cb22e588c
Update CHANGELOG.md 8 months ago
Philip O'Toole 89e189a893
Merge pull request #1669 from rqlite/system-test-query-timeout
System-level testing of Query Timeouts
8 months ago
Philip O'Toole 0055b69516 Protect against nil return objects 8 months ago
Philip O'Toole c36de556ec Use large data sets, with longer timeouts
The timeout might be too short to be a valid test.
8 months ago
Philip O'Toole 041fc338ae Shorten timeout 8 months ago
Philip O'Toole e2417fadd5 Rewrite Context error via defer 8 months ago
Philip O'Toole a1e40345f1 reWrite another error at query time 8 months ago
Philip O'Toole 59a4723fce db.query at the lowest level should return err
db.execute at the lowest level already does. This asymmetry looks wrong.
8 months ago
Philip O'Toole c951bbb500 Make test more flexible (but brittle) 8 months ago
Philip O'Toole e12bf4f6e1 Use larger set of data 8 months ago
Philip O'Toole 83f6c501fd Rewrite query timeout error 8 months ago
Philip O'Toole 8e4c9c88d4 Fix test 8 months ago
Philip O'Toole 2b3e829fc8 Ensure table is created before shutting down 8 months ago
Philip O'Toole c536bc9694 Fix system test 8 months ago
Philip O'Toole 6e294e2a3b Fix racy auto upload tests
https://app.circleci.com/pipelines/github/rqlite/rqlite/4606/workflows/4c739576-dd59-404a-81e6-694245eae0e6/jobs/41881
8 months ago
Philip O'Toole 7334aafb97 Refine query timeout errors 8 months ago
Philip O'Toole 7888122a63 Better test 8 months ago