1
0
Fork 0

5930 Commits (41c59589d5f61f180623db22317fb505e3358397)
 

Author SHA1 Message Date
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
Philip O'Toole b9a1fdb273 Better errors for timeout 8 months ago
Philip O'Toole 0927e632a7 Timeouts with transactions are variable 8 months ago
Philip O'Toole 9057cf0083 Move context creation to top-level
This ensures that the context object is used for transactional queries
too.
8 months ago
Philip O'Toole c2776f3bbf CHANGELOG 8 months ago
Philip O'Toole d5021e752a Now it fails 8 months ago
Philip O'Toole 21313a56bf Shorten time 8 months ago
Philip O'Toole adc11f0c1f System-level tests of Query Timeouts 8 months ago
Philip O'Toole 4dbdb63ece Add support -- but don't use -- for Query timeout 8 months ago
Philip O'Toole 9e2a726999
Merge pull request #1667 from rqlite/query-timeout-tweaks
Execute, Query, Request timeout tweaks
8 months ago
Philip O'Toole a2e74aed70 Unit test Request with timeout 8 months ago
Philip O'Toole 5afab6a485 CHANGELOG 8 months ago
Philip O'Toole 8a95f02cd0 CHANGELOG 8 months ago
Philip O'Toole 233e758580
Merge pull request #1666 from mauri870/feature/sql-timeout
add support for sql query timeout
8 months ago
Mauri de Souza Meneguzzo ade1ffdeef use t.Run for query param tests 8 months ago
Mauri de Souza Meneguzzo 9e195cd072 remove docs 8 months ago
Mauri de Souza Meneguzzo 993e91eb12 code review fixes 8 months ago
Mauri de Souza Meneguzzo a9ed45b68d add support for sql query timeout 8 months ago
Philip O'Toole 2b98dfac1f
Merge pull request #1665 from rqlite/improve-random-code-test
Minor improvements to random module
8 months ago