1
0
Fork 0

6012 Commits (3e4e3eb32158b6081cb3fe7ea1bd0d45ed9acb0a)
 

Author SHA1 Message Date
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
Philip O'Toole 22e8826902 Merge branch 'master' into improve-random-code-test 8 months ago
Philip O'Toole 226f8cb215 Minor improvements to random module 8 months ago
Philip O'Toole 790874f60c
Update CHANGELOG.md 8 months ago
Philip O'Toole 0e509f8192 Remove noisy log message 8 months ago
Philip O'Toole bac017d8fd
Update CHANGELOG.md 8 months ago
Philip O'Toole b8c5921255
Merge pull request #1663 from rqlite/defer-wal-close-only
Use defer only to make sure WAL file is closed
8 months ago
Philip O'Toole e0a9dfd16c Use defer only to make sure WAL file is closed 8 months ago
Philip O'Toole 71dbd1f3ee
Update CHANGELOG.md 8 months ago
Philip O'Toole 4ee7f15b0d
Merge pull request #1661 from rqlite/jitter-wal-check-interval
Jitter the WAL size check interval
8 months ago
Philip O'Toole b4215a17ea Unit test Jitter 8 months ago
Philip O'Toole 33f5b55794
Update CHANGELOG.md
https://github.com/rqlite/rqlite/pull/1659
8 months ago
Philip O'Toole d4fe0dbcef Run the same tool as before 8 months ago
Philip O'Toole 03147fdd54
Merge pull request #1659 from mauri870/feature/go-generate-protoc
proto: generate proto files with go generate
8 months ago
Philip O'Toole 25cd227332
Merge pull request #1660 from rqlite/sqlite-3451
Upgrade to SQLite 3.45.1
8 months ago
Philip O'Toole a7ee875cda Upgrade to SQLite 3.45.1 8 months ago
Philip O'Toole 37346fba1d
Merge pull request #1656 from rqlite/wal-compact-stats
Add low-level WAL scan and compaction metrics
8 months ago
Mauri de Souza Meneguzzo 76be2eb977 proto: generate proto files with go generate
During codebase changes, I had to modify proto files. Noticed a lack
of instructions for compiling them.

This commit adds support for running `go generate ./...` to generate the
pb.go files.
8 months ago
Philip O'Toole bd2065187d Better set place for stat 8 months ago