1
0
Fork 0

Commit Graph

  • 54d925ef46
    Update CHANGELOG.md Philip O'Toole 2024-02-12 20:58:07 -0500
  • deb43f7d5f
    Update CHANGELOG.md Philip O'Toole 2024-02-12 19:36:28 -0500
  • cecc1470c5
    Merge pull request #1681 from rqlite/stale-leader-time Philip O'Toole 2024-02-12 19:34:02 -0500
  • 4ddc210d7a
    Update appveyor.yml Philip O'Toole 2024-02-12 11:18:18 -0500
  • e64b7771eb Add new times to Store Stats Philip O'Toole 2024-02-12 09:20:51 -0500
  • bd92ba7695 CHANGELOG Philip O'Toole 2024-02-12 09:15:46 -0500
  • 5722424880 Better comments Philip O'Toole 2024-02-12 09:15:00 -0500
  • 1237481f53 CHANGELOG Philip O'Toole 2024-02-12 09:08:29 -0500
  • 38532efb8c Add optional freshness_strict Philip O'Toole 2024-02-12 09:04:28 -0500
  • 4d43325df1 Go style Philip O'Toole 2024-02-10 12:50:35 -0500
  • 1919c6eaec Better comments Philip O'Toole 2024-02-10 11:37:46 -0500
  • 595f22938d Comments Philip O'Toole 2024-02-10 11:37:04 -0500
  • eb2837234a More tests Philip O'Toole 2024-02-10 11:33:09 -0500
  • 1d1e1b2b0c Clearer testing Philip O'Toole 2024-02-10 11:30:42 -0500
  • c473612029 Refactor stale-read check for testability Philip O'Toole 2024-02-10 11:28:03 -0500
  • d92c0d1fda Clearer logic Philip O'Toole 2024-02-10 11:03:57 -0500
  • e13aab8537 CHANGELOG Philip O'Toole 2024-02-10 10:46:27 -0500
  • 3c3ba7b839 Support stale reads relative to Leader time Philip O'Toole 2024-02-10 10:45:12 -0500
  • 248c66f251 Better logic Philip O'Toole 2024-02-07 08:44:02 -0500
  • 5b4d366e01 Revert "Merge pull request #1677 from rqlite/restore-store-not-ready" Philip O'Toole 2024-02-06 17:57:41 -0500
  • fb3835085d Merge branch 'master' of github.com:rqlite/rqlite Philip O'Toole 2024-02-06 17:50:43 -0500
  • 02aad416b6 Some Store Ready unit tests Philip O'Toole 2024-02-06 17:50:22 -0500
  • c28eff8db5
    Merge pull request #1677 from rqlite/restore-store-not-ready Philip O'Toole 2024-02-06 17:40:11 -0500
  • ac74a84712 Store is "not ready" during a Restore from Snapshot Philip O'Toole 2024-02-06 17:33:09 -0500
  • efeee215e3
    Update CHANGELOG.md Philip O'Toole 2024-02-06 17:11:54 -0500
  • 0de8c5a091
    Merge pull request #1675 from rqlite/idx-atomic Philip O'Toole 2024-02-06 10:01:58 -0500
  • 41c59589d5 Actually fix it Philip O'Toole 2024-02-06 10:01:05 -0500
  • fbc860bb35 Fix racy test Philip O'Toole 2024-02-06 09:58:16 -0500
  • 2bff429b19 CHANGELOG Philip O'Toole 2024-02-06 09:50:39 -0500
  • ca5e279742 Use atomic.Uint64 instead of mutexes Philip O'Toole 2024-02-06 09:49:47 -0500
  • cc9e134352
    Merge pull request #1674 from rqlite/factor-stale-check Philip O'Toole 2024-02-06 03:04:03 -0500
  • dbc4f2b63b Small refactor of Stale Reads check Philip O'Toole 2024-02-06 02:56:19 -0500
  • be5eb8eb65
    Merge pull request #1671 from rqlite/request-opts Philip O'Toole 2024-02-04 10:45:07 -0500
  • 2f7ee20de6 Mark test helpers Philip O'Toole 2024-02-04 10:29:27 -0500
  • 64d03d1eac Add needed unit test Philip O'Toole 2024-02-04 10:27:49 -0500
  • d64ac21291 Have to send it through consensus! Philip O'Toole 2024-02-04 10:19:06 -0500
  • e64985ff82 Minor optimizations to Requests on Store Philip O'Toole 2024-02-04 10:08:45 -0500
  • 6a7ab4df83
    Merge pull request #1670 from rqlite/remote-query-msg Philip O'Toole 2024-02-04 09:41:07 -0500
  • f802a62603 Improve error when query on remote node fails Philip O'Toole 2024-02-04 09:35:13 -0500
  • 7e1b8a36de
    Update CHANGELOG.md Philip O'Toole 2024-02-03 16:30:00 -0500
  • ed649db9bf
    Update CHANGELOG.md Philip O'Toole 2024-02-03 15:59:14 -0500
  • 0cb22e588c
    Update CHANGELOG.md Philip O'Toole 2024-02-03 15:57:38 -0500
  • 89e189a893
    Merge pull request #1669 from rqlite/system-test-query-timeout Philip O'Toole 2024-02-03 15:55:52 -0500
  • 0055b69516 Protect against nil return objects Philip O'Toole 2024-02-03 15:17:50 -0500
  • c36de556ec Use large data sets, with longer timeouts Philip O'Toole 2024-02-03 14:29:11 -0500
  • 041fc338ae Shorten timeout Philip O'Toole 2024-02-03 14:18:24 -0500
  • e2417fadd5 Rewrite Context error via defer Philip O'Toole 2024-02-03 14:09:47 -0500
  • a1e40345f1 reWrite another error at query time Philip O'Toole 2024-02-03 14:02:16 -0500
  • 59a4723fce db.query at the lowest level should return err Philip O'Toole 2024-02-03 13:50:47 -0500
  • c951bbb500 Make test more flexible (but brittle) Philip O'Toole 2024-02-03 13:36:58 -0500
  • e12bf4f6e1 Use larger set of data Philip O'Toole 2024-02-03 13:27:20 -0500
  • 83f6c501fd Rewrite query timeout error Philip O'Toole 2024-02-03 12:05:22 -0500
  • 8e4c9c88d4 Fix test Philip O'Toole 2024-02-03 11:51:24 -0500
  • 2b3e829fc8 Ensure table is created before shutting down Philip O'Toole 2024-02-03 11:47:19 -0500
  • c536bc9694 Fix system test Philip O'Toole 2024-02-03 11:18:59 -0500
  • 6e294e2a3b Fix racy auto upload tests Philip O'Toole 2024-02-03 11:07:32 -0500
  • 7334aafb97 Refine query timeout errors Philip O'Toole 2024-02-03 10:54:09 -0500
  • 7888122a63 Better test Philip O'Toole 2024-02-03 10:42:39 -0500
  • b9a1fdb273 Better errors for timeout Philip O'Toole 2024-02-03 10:41:56 -0500
  • 0927e632a7 Timeouts with transactions are variable Philip O'Toole 2024-02-03 10:28:14 -0500
  • 9057cf0083 Move context creation to top-level Philip O'Toole 2024-02-03 10:03:27 -0500
  • c2776f3bbf CHANGELOG Philip O'Toole 2024-02-03 09:23:29 -0500
  • d5021e752a Now it fails Philip O'Toole 2024-02-03 09:21:51 -0500
  • 21313a56bf Shorten time Philip O'Toole 2024-02-03 09:20:10 -0500
  • adc11f0c1f System-level tests of Query Timeouts Philip O'Toole 2024-02-03 09:06:04 -0500
  • 4dbdb63ece Add support -- but don't use -- for Query timeout Philip O'Toole 2024-02-03 08:44:06 -0500
  • 9e2a726999
    Merge pull request #1667 from rqlite/query-timeout-tweaks Philip O'Toole 2024-02-02 19:36:34 -0500
  • a2e74aed70 Unit test Request with timeout Philip O'Toole 2024-02-02 19:25:29 -0500
  • 5afab6a485 CHANGELOG Philip O'Toole 2024-02-02 19:20:23 -0500
  • 8a95f02cd0 CHANGELOG Philip O'Toole 2024-02-02 19:11:04 -0500
  • 233e758580
    Merge pull request #1666 from mauri870/feature/sql-timeout Philip O'Toole 2024-02-02 19:08:18 -0500
  • ade1ffdeef use t.Run for query param tests Mauri de Souza Meneguzzo 2024-02-02 19:56:14 -0300
  • 9e195cd072 remove docs Mauri de Souza Meneguzzo 2024-02-02 19:48:41 -0300
  • 993e91eb12 code review fixes Mauri de Souza Meneguzzo 2024-02-02 19:36:20 -0300
  • a9ed45b68d add support for sql query timeout Mauri de Souza Meneguzzo 2024-02-01 23:16:24 -0300
  • 2b98dfac1f
    Merge pull request #1665 from rqlite/improve-random-code-test Philip O'Toole 2024-02-02 07:45:28 -0500
  • 22e8826902 Merge branch 'master' into improve-random-code-test Philip O'Toole 2024-02-02 07:35:47 -0500
  • 226f8cb215 Minor improvements to random module Philip O'Toole 2024-02-01 19:55:20 -0500
  • 790874f60c
    Update CHANGELOG.md Philip O'Toole 2024-02-01 19:55:20 -0500
  • 0e509f8192 Remove noisy log message Philip O'Toole 2024-02-01 19:54:39 -0500
  • bac017d8fd
    Update CHANGELOG.md Philip O'Toole 2024-02-01 19:09:17 -0500
  • b8c5921255
    Merge pull request #1663 from rqlite/defer-wal-close-only Philip O'Toole 2024-02-01 19:07:52 -0500
  • e0a9dfd16c Use defer only to make sure WAL file is closed Philip O'Toole 2024-02-01 07:15:14 -0500
  • 71dbd1f3ee
    Update CHANGELOG.md Philip O'Toole 2024-01-31 22:49:46 -0500
  • 4ee7f15b0d
    Merge pull request #1661 from rqlite/jitter-wal-check-interval Philip O'Toole 2024-01-31 22:48:54 -0500
  • b4215a17ea Unit test Jitter Philip O'Toole 2024-01-31 22:35:57 -0500
  • 33f5b55794
    Update CHANGELOG.md Philip O'Toole 2024-01-31 21:57:00 -0500
  • d4fe0dbcef Run the same tool as before Philip O'Toole 2024-01-31 21:54:57 -0500
  • 03147fdd54
    Merge pull request #1659 from mauri870/feature/go-generate-protoc Philip O'Toole 2024-01-31 21:53:42 -0500
  • 25cd227332
    Merge pull request #1660 from rqlite/sqlite-3451 Philip O'Toole 2024-01-31 21:53:30 -0500
  • a7ee875cda Upgrade to SQLite 3.45.1 Philip O'Toole 2024-01-31 21:34:41 -0500
  • 37346fba1d
    Merge pull request #1656 from rqlite/wal-compact-stats Philip O'Toole 2024-01-31 20:05:32 -0500
  • 76be2eb977 proto: generate proto files with go generate Mauri de Souza Meneguzzo 2024-01-31 20:16:24 -0300
  • bd2065187d Better set place for stat Philip O'Toole 2024-01-31 07:26:52 -0500
  • 2cd930d5c7 Add low-level WAL scan and compaction metrics Philip O'Toole 2024-01-31 07:24:53 -0500
  • 434e46def7
    Merge pull request #1654 from rqlite/memoize-sqlite-compile Philip O'Toole 2024-01-30 21:06:54 -0500
  • 874b8bffda CHANGELOG Philip O'Toole 2024-01-30 20:53:44 -0500
  • 0e4533f1bf
    Update CHANGELOG.md Philip O'Toole 2024-01-30 20:38:00 -0500
  • 7b26c94fc4
    Merge pull request #1653 from mauri870/hotfix/busy-timeout-rodb Philip O'Toole 2024-01-30 20:37:05 -0500
  • 10120da22d use random numbers for rw, ro Mauri de Souza Meneguzzo 2024-01-30 21:37:31 -0300