1
0
Fork 0

5068 Commits (2c27a62346aba8737058802fefccb01634a8b622)
 

Author SHA1 Message Date
Philip O'Toole 225b5346f5 Add basic stats for Snapshot store 1 year ago
Philip O'Toole 302d669c8c
Merge pull request #1380 from rqlite/gzip-snapshot
Compress snapshots over network
1 year ago
Philip O'Toole 4b408025cb CHANGELOG 1 year ago
Philip O'Toole 1ffb44cd38 ABL 1 year ago
Philip O'Toole 2ecb01b2a3 QueryNone may take a second to reach consistency 1 year ago
Philip O'Toole c9e97ac546 Comments 1 year ago
Philip O'Toole bf3baee9be Tigthen up test code 1 year ago
Philip O'Toole 61697967c7 Fix up test 1 year ago
Philip O'Toole 854fba0e66 Better way to detect previous close 1 year ago
Philip O'Toole d78d2f4d9d Short circuit EOF from decompressor
The gzip NewReader() seems to hang sometimes when reopened with the old
reader. Therefore just record that we have closed, and never reopen it.
1 year ago
Philip O'Toole 23fc66c50b Test improvements 1 year ago
Philip O'Toole 3eb4607a74 GoDoc 1 year ago
Philip O'Toole a49385e1d3 Add end-to-end compress-decompress test 1 year ago
Philip O'Toole 52aa68497d Better comment on disabling multistream 1 year ago
Philip O'Toole 06a94e50bf Raft snapshotting runs to 100%
Still failing later.
1 year ago
Philip O'Toole cb384a9df2 More test tweaks 1 year ago
Philip O'Toole 2395f30ddf Be sure we don't write footer twice 1 year ago
Philip O'Toole d5bdaa9214 Tighten up helper function 1 year ago
Philip O'Toole 88f15a6b0e Log opening of Snapshots 1 year ago
Philip O'Toole 57eabce899 Protect against double-close of NodeTransport 1 year ago
Philip O'Toole 365abac57c Simple unit test of NewNodeTransport 1 year ago
Philip O'Toole fedbdb5478 Enable GZIP snapshot compression
Tests are failing.
1 year ago
Philip O'Toole 195981868f Typo 1 year ago
Philip O'Toole 6efdf9f2b9 Add Decompressor 1 year ago
Philip O'Toole 1fe81713c9 More Compressor tests 1 year ago
Philip O'Toole 55b3aaa805 Add initial version of Gzipping reader 1 year ago
Philip O'Toole d2c5acc447 Wrap transport as passthru 1 year ago
Philip O'Toole f9d939e9d3
Rename stream_header.pb to stream_header.proto 1 year ago
Philip O'Toole 73f9df5283 More end-to-end leader checks 1 year ago
Philip O'Toole f3c24cdac2 Give time for Store to open
https://app.circleci.com/pipelines/github/rqlite/rqlite/3300/workflows/b903b7eb-fbd7-417c-84af-fdf2189acde3/jobs/20719
1 year ago
Philip O'Toole 20e6a39c1b Add debug for failing test
https://app.circleci.com/pipelines/github/rqlite/rqlite/3299/workflows/34577edb-32c8-4a00-8e59-723c0e6f3272/jobs/20692
1 year ago
Philip O'Toole 45a84830b4 Use large resource for CC testing 1 year ago
Philip O'Toole 33e6de6365
Merge pull request #1379 from rqlite/e2e-snapshot-more
Expand end-to-end snapshot testing
1 year ago
Philip O'Toole 3315d6f91f Expand end-to-end snapshot testing 1 year ago
Philip O'Toole 2bebe8070d Merge branch 'master' of github.com:rqlite/rqlite 1 year ago
Philip O'Toole 4f915b840c Tidy up code 1 year ago
Philip O'Toole 9174cad705
Update README.md 1 year ago
Philip O'Toole 4f94de40d3
Update comments 1 year ago
Philip O'Toole cf1446ee69
Merge pull request #1378 from rqlite/upgrade-test
Make sure file handles are closed after upgrading
1 year ago
Philip O'Toole 7acb864b31
Close the Snapshot reader 1 year ago
Philip O'Toole 4f076202c0 Wrap some upgrading in function to trigger defer
This will ensure all file handles are closed before attempting to
rename or remove directories.
1 year ago
Philip O'Toole 0aac0c8928 Revert "Use manually-created temp dirs"
This reverts commit f1845e887f.
1 year ago
Philip O'Toole f1845e887f Use manually-created temp dirs
Using t.TempDir() may be failing on Windows due to removals.
1 year ago
Philip O'Toole f6fbaba21d
Merge pull request #1377 from rqlite/upgrade-7-snapshots
Automatically upgrade 7.x snapshots
1 year ago
Philip O'Toole 98560d32aa CHANGELOG 1 year ago
Philip O'Toole 47e9bbde49 Fix single-node upgrade test 1 year ago
Philip O'Toole 207533a685 Don't need state in this snapshot 1 year ago
Philip O'Toole 87f6b42b60 Revert "Only need meta in this directory"
This reverts commit a89408dd88.
1 year ago
Philip O'Toole a89408dd88 Only need meta in this directory 1 year ago
Philip O'Toole 7abf10a832 Add test data 1 year ago