1
0
Fork 0

397 Commits (master)

Author SHA1 Message Date
Philip O'Toole 6e725445b2 Fix test 7 months ago
Philip O'Toole fc932f3108 Set value in nil-proof way 7 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 83f6c501fd Rewrite query timeout error 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 a2e74aed70 Unit test Request with timeout 8 months ago
Philip O'Toole 5afab6a485 CHANGELOG 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 0e509f8192 Remove noisy log message 8 months ago
Philip O'Toole bd2065187d Better set place for stat 8 months ago
Philip O'Toole 2cd930d5c7 Add low-level WAL scan and compaction metrics 8 months ago
Philip O'Toole 874b8bffda CHANGELOG 8 months ago
Philip O'Toole 7b26c94fc4
Merge pull request #1653 from mauri870/hotfix/busy-timeout-rodb
fix busy_timeout stat for read-only db
8 months ago
Mauri de Souza Meneguzzo 10120da22d use random numbers for rw, ro 8 months ago
Mauri de Souza Meneguzzo 5ea8233424 update test to handle ro timeout 8 months ago
Mauri de Souza Meneguzzo 1c3268be78 fix missing busy_timeout stat from read-only db 8 months ago
Philip O'Toole 5751f1ffef
Update compacting_scanner.go 8 months ago
Philip O'Toole 379cb4575e Comments 8 months ago
Philip O'Toole d02599d9e0 Merge branch 'master' of github.com:rqlite/rqlite into more-checkpoint-test-coverage 8 months ago
Philip O'Toole 1c83e5b83b Increase CHECKPOINT test coverage 8 months ago
Philip O'Toole c5876e6629 Better BUSY CHECKPOINT diagnostics and controls 8 months ago
Philip O'Toole b84a9e228c Add Bytes() to Compacting Scanner 8 months ago
Philip O'Toole 52eba8049a Remove metrics 8 months ago
Philip O'Toole 82939df4d9 CHANGELOG 8 months ago
Philip O'Toole 3167d13348 Restore comment 8 months ago
Philip O'Toole 96ab005745 Remove unneeded constant 8 months ago
Philip O'Toole 240fb86e13 Clearer control for busy timeout 8 months ago
Philip O'Toole ec91f1b7c5 Fix checkpoint test 8 months ago
Philip O'Toole 9aab1169bd Remove dedicated checkpointing DB connection 8 months ago
Philip O'Toole cf1a525a24 Move code around 8 months ago
Philip O'Toole 3cfb4411b3 PRAGMA busy timeout for Checkpoints 8 months ago
Philip O'Toole 19276e6f1e Use dedicated connection for checkpointing 8 months ago
Philip O'Toole 5694556ed2 Test Restart Checkpoint timeouts 8 months ago
Philip O'Toole 8093b818a8 Set Checkpoint Retry interval to 20ms 8 months ago
Philip O'Toole 1c5f4a8f0d Unit test DB showing RESTART doesn't alter WAL 8 months ago
Philip O'Toole cf49cb1fc4 Only offer support checkpointing modes 8 months ago
Philip O'Toole 958b67908b Move to explicit checkpoint type 8 months ago
Philip O'Toole 69a32f1e69 JSONB unit test 8 months ago
Philip O'Toole 231a7ec171
Remove unneeded variable 8 months ago
Philip O'Toole f47aa4117e Fix test on Windows
https://ci.appveyor.com/project/otoolep/rqlite/builds/48999854
8 months ago