1
0
Fork 0

4687 Commits (0fe26d35d72b0338a6a0b7bc3fa08f093c13cc45)
 

Author SHA1 Message Date
Philip O'Toole 25d7436332 go mod updates 1 year ago
Philip O'Toole 9187299504
Merge pull request #1331 from rqlite/upsert-on-windows
Skip writes if records already in database
1 year ago
Philip O'Toole 51cf7f3531 Don't insert records if already in database
When running on Windows this test often encounters ErrLeadershipLost, at
least in the AppVeyor CI environment. This means that INSERT may, or may
not, be actually inserted into the SQLite database. As a result change
this test to use explicit primary keys, so that if the records were
actually inserted, the duplicate records will not be inserted (by also
using the SQLite keyword IGNORE).

See https://github.com/rqlite/rqlite/issues/1123 for more information.
1 year ago
Philip O'Toole 75c182a68a
Merge pull request #1329 from rqlite/new-v2-snapshot-format
Move to a newer proposal for V2 snapshot
1 year ago
Philip O'Toole e6372bfe7e CHANGELOG 1 year ago
Philip O'Toole 1bf560472f Move to a newer proposal for V2 snapshot
https://github.com/rqlite/rqlite/issues/1310
1 year ago
Philip O'Toole a1ae4c02ca
Merge pull request #1327 from rqlite/check-for-errors
Check for errors during testing
1 year ago
Philip O'Toole ec844a8567 Merge remote-tracking branch 'origin' into check-for-errors 1 year ago
Philip O'Toole 4f9b4ec7b9 Better error logging during testing 1 year ago
Philip O'Toole 6860fc3804
Merge pull request #1326 from rqlite/check-for-errors
Actually check HTTP status codes
1 year ago
Philip O'Toole 735c4cbc19 Actually check HTTP status codes 1 year ago
Philip O'Toole 62fd272897 Fix up logging 1 year ago
Philip O'Toole 86e9d34067
Update CHANGELOG.md 1 year ago
Philip O'Toole f5110f0b9d
Update CHANGELOG.md 1 year ago
Philip O'Toole 8444c1b748
Merge pull request #1325 from rqlite/handle-db-stats-error
Detect DB stats error and log
1 year ago
Philip O'Toole f7ced46377 Count number of DB stats errors 1 year ago
Philip O'Toole f5305d8e26 CHANGELOG 1 year ago
Philip O'Toole 36fa7f2afd Detect DB stats error and log 1 year ago
Philip O'Toole ea9fd9ee58
Merge pull request #1324 from rqlite/close-snapshot
Close snapshot after Restore
1 year ago
Philip O'Toole 29b8251479 CHANGELOG 1 year ago
Philip O'Toole 7ce2c6b99a Fix comment 1 year ago
Philip O'Toole 7432bceca3 Since we're passed a ReadCloser, close it 1 year ago
Philip O'Toole 7982e40193
Merge pull request #1323 from rqlite/v2-snapshot
Add v2 snapshotting encoder and decoder
1 year ago
Philip O'Toole 54a4973388 Close test file so it can be deleted 1 year ago
Philip O'Toole 8cb2874e8d Add v2 snapshotting encoder and decoder 1 year ago
Philip O'Toole 3d370a4840 Make test simpler 1 year ago
Philip O'Toole 68972eb11a
Merge pull request #1322 from rqlite/e2e-bs-5
Test end-to-end 5-node bootstrapping
1 year ago
Philip O'Toole f7b503c1ab More testing of e2e bootstrapping 1 year ago
Philip O'Toole e5e8d19a71 End-to-end testing of 5-node bootstrapping 1 year ago
Philip O'Toole 4b02b7dccf
Move to hashicorp/consul 1 year ago
Philip O'Toole ee3cd369a9
Update flags.go 1 year ago
Philip O'Toole 66a5850ac8
Merge pull request #1321 from rqlite/bench-check-errors
Check for errors when performing requests
1 year ago
Philip O'Toole 007f72c680 CHANGELOG 1 year ago
Philip O'Toole 0ff14a6d4d Merge remote-tracking branch 'origin' into bench-check-errors 1 year ago
Philip O'Toole 896a6530c6 Check for errors when performing requests 1 year ago
Philip O'Toole d940ff3265
Update CHANGELOG.md 1 year ago
Philip O'Toole aee3b5d8f5 Merge branch 'master' of github.com:rqlite/rqlite 1 year ago
Philip O'Toole c552dba575 Record how long checkpointing takes 1 year ago
Philip O'Toole 91fadb4412
Update CHANGELOG.md 1 year ago
Philip O'Toole a80ab8aec6
Merge pull request #1318 from rqlite/record-applied-index
Periodically record actual applied index
1 year ago
Philip O'Toole 4342650c33 Fix RecoverNode 1 year ago
Philip O'Toole ad73779285 Periodically record actually applied index
This ensures the system doesn't apply uncommitted log entries to the
FSM, if it runs the in-memory startup. There have been no reports of
this in the field -- it is an edge case -- but this removes any chance
of it.
1 year ago
Philip O'Toole f3a73efb84
Merge pull request #1317 from rqlite/test-wal-replay
Ensure WAL replay works
1 year ago
Philip O'Toole b64efbdee1 Better testing 1 year ago
Philip O'Toole 539e578227 Add WAL-validity checking functions 1 year ago
Philip O'Toole d940779045 More unit testing of WAL-replay 1 year ago
Philip O'Toole 1cd27314e3 CHANGELOG 1 year ago
Philip O'Toole 50fbdc73fd Tigther code 1 year ago
Philip O'Toole a9796eeb36 Better testing 1 year ago
Philip O'Toole 7b37fb7531
Merge pull request #1316 from rqlite/tidy-up-wal
Tidy up wal
1 year ago