1
0
Fork 0

4550 Commits (9e0cb2a82ca9d0cb740fbe5089b095a8fd7e1a01)
 

Author SHA1 Message Date
Philip O'Toole e368044c5f
Update CHANGELOG.md 1 year ago
Philip O'Toole 84076f10ba
Merge pull request #1333 from rqlite/add-empty-types
Fill in empty types using actual queried data
1 year ago
Philip O'Toole 2cbeac07db Fix even more tests 1 year ago
Philip O'Toole bb0c547c72 CHANGELOG 1 year ago
Philip O'Toole 85c7a4e630 Merge remote-tracking branch 'origin' into add-empty-types 1 year ago
Philip O'Toole f22dff319b Ensure invalid expression is handled 1 year ago
Philip O'Toole fbb2aea787 Missed these test fixes 1 year ago
Philip O'Toole e845e0c243 Fix remaining expression test cases 1 year ago
Philip O'Toole 61b2e10b2e Fix db-level unit tests 1 year ago
Philip O'Toole 26fa54c4d7
Merge pull request #1332 from rqlite/go-mods-20230707
go mod updates
1 year ago
Philip O'Toole 70a3c38b82 Only do a one-shot empty types check 1 year ago
Philip O'Toole 316ee52b4c Fill in empty types using actual queried data 1 year ago
Philip O'Toole 209951fb75 CHANGELOG 1 year ago
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