1
0
Fork 0

387 Commits (7888122a636c707dcce67425956bdae2ad9e799e)

Author SHA1 Message Date
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
Philip O'Toole f72a398190 Unit test Swappable DB 8 months ago
Philip O'Toole 0281178111 Call functions 8 months ago
Philip O'Toole 7feabe6c8b GoDoc 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 2dac279c83 Add VacuumInto to database layer 8 months ago
Philip O'Toole e4d2b4cddb Improve comments 8 months ago
Philip O'Toole fa2034b42e Try shorter time 8 months ago
Philip O'Toole af4b14b639 Try a sleep 8 months ago
Philip O'Toole ba3b3f1b60 Change DB modified times 8 months ago
Philip O'Toole cbd50a5d9a See if opening WR will fix Windows 8 months ago