1
0
Fork 0

72 Commits (master)

Author SHA1 Message Date
Philip O'Toole 565b792e0c Add system-level test for compressed backups 9 months ago
Philip O'Toole 35a712295b Add system test of getting backup from follower 9 months ago
Philip O'Toole 60da1377ba Make temp directories easier to track 9 months ago
Philip O'Toole 27710bab7e Bootstapper explicitly supports Voting nodes 9 months ago
Philip O'Toole 0155ef8aa0 Fix system testing 9 months ago
Philip O'Toole ad916270d2 Bring go mod import path into compliance 9 months ago
Philip O'Toole b70212cffc System-level testing of Booting 9 months ago
Philip O'Toole 2405063dff System testing uses new form of /nodes 10 months ago
Philip O'Toole 246556be9c More use of TLS client 10 months ago
Philip O'Toole c52d94e26e Allow test nodes to enable TLS client 10 months ago
Philip O'Toole e6fb72c5b3 Differentiate between "not leader" and "no leader"
Needed to handle redirected join properly
10 months ago
Philip O'Toole 0d959f174e Fix system-level testing of Bootstrapping 10 months ago
Philip O'Toole 2fff800273 Substantially shrink Test_MultiNodeClusterLargeQueuedWrites 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 23fc66c50b Test improvements 1 year ago
Philip O'Toole cb384a9df2 More test tweaks 1 year ago
Philip O'Toole b9d323dc53 Fix test while I'm at it
https://app.circleci.com/pipelines/github/rqlite/rqlite/3269/workflows/2705ed09-1155-49ac-b320-7867341e3484/jobs/20205
1 year ago
Philip O'Toole cb989d09a2 Some changes from PR v2 1 year ago
Philip O'Toole 5df129ff20 Remove no-longer supported command-line options 1 year ago
Philip O'Toole e845e0c243 Fix remaining expression test cases 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 4f9b4ec7b9 Better error logging during testing 1 year ago
Philip O'Toole 3da00b719f Skip Test_MultiNodeClusterLargeQueuedWrites on Windows
This is not great, but extensive testing on Windows has not been successful yet, so skip this test for now.
1 year ago
Philip O'Toole 832170fcd3 System-level testing of voter status 2 years ago
Philip O'Toole 5ccbde5a0c ABL 2 years ago
Philip O'Toole c3138c27dc Fix system-level Bootstrap test 2 years ago
Philip O'Toole 6d9b9d42c4 Reset Queue stats 2 years ago
Philip O'Toole 442ba5448c ResetStats before large queue testing 2 years ago
Philip O'Toole 5364af6dbf Fix missing } 2 years ago
Philip O'Toole 1877bcc7ff Support keyed fetches of expvar information 2 years ago
Philip O'Toole bfc35eaf7c
Simplify reap command line flags (#1118)
Simplify reap command line flags
2 years ago
Philip O'Toole 07620cab41
Reap nodes (#1114)
Support automatic reaping of nodes
2 years ago
Philip O'Toole 0071867e34 Don't call t.Fatal() from goroutine
It wouldn't abort the test anyway, so just log.
2 years ago
Philip O'Toole 37687c1ff2 Correct test output 2 years ago
Philip O'Toole 36eeb2e06a Fully fix rookie mistake 2 years ago
Philip O'Toole e204c0b1ad Fix rookie mistake 2 years ago
Philip O'Toole 9e4fc80216 Tidy up 2 years ago
Philip O'Toole 8f41cbef23 Refactor large Queued Writes test 2 years ago
Philip O'Toole 8f89c6a8ba Add larger concurrent Queued Writes test 2 years ago
Philip O'Toole 4942292490 More system-level bootstrap testing 2 years ago
Philip O'Toole 2cfabf3a32 Update test function prototypes 2 years ago
Philip O'Toole 95dfead226
Integrate SQL rewrite with rqlite for RANDOM (#1046) 2 years ago
Philip O'Toole f6254d3aa1 ABL 2 years ago
Philip O'Toole a0b0d60df9 Longer queued-write test 2 years ago
Philip O'Toole dc388c3521 Add queued write load test 2 years ago
Philip O'Toole e4fed0cee3
Add bootstrap-expect (#974)
Add cluster-boostrap
3 years ago
Philip O'Toole 4446c3b5bd Explicitly close listeners 3 years ago