1
0
Fork 0

131 Commits (master)

Author SHA1 Message Date
Philip O'Toole 5f9c9aad2d Don't re-open and close on shutdown 9 months ago
Philip O'Toole ad97bd74f8 Add end-to-end Boot test 9 months ago
Philip O'Toole b25483a5d4 Better helper function 9 months ago
Philip O'Toole 13da479048 Add end-to-end test of dealing with chunked loads
This test is to ensure that if an older system with this type of
commands present in the log can be handled OK.
9 months ago
Philip O'Toole 1432d4d4bd Fix tests 9 months ago
Philip O'Toole e6b703a0c0 Remove ability to trigger chunked-loading
The low-level Raft system still recognizes the Chunk command, so that
this system can interop with older versions, which might still have a
Chunk command in logs.
9 months ago
Philip O'Toole 12f3ca75ea Test for failure-to-start after chunked load 9 months ago
Philip O'Toole 4b272d04f1 Better use of counters in testing 10 months ago
Philip O'Toole c83d2c6c0e Confirm node snapshots after chunked loading 10 months ago
Philip O'Toole 4f622762cd
Use full path for 1000 numbers file 10 months ago
Philip O'Toole 7d9650e737 Tweak end-to-end test 10 months ago
Philip O'Toole f7cc7fb629 End-to-end chunked loading test on single node 10 months ago
Philip O'Toole bd57b12ccd End-to-end testing of VACUUM uploads 10 months ago
Philip O'Toole 9524f5ba95
Update README 10 months ago
Philip O'Toole c723a049d9 evert "Confirm test failures detected"
This reverts commit 056215a1a7.
10 months ago
Philip O'Toole 056215a1a7 Confirm test failures detected 10 months ago
Philip O'Toole d595b31f26 Check that each node has the right data 10 months ago
Philip O'Toole 695dfa8c0a Create end-to-end upgrade from v7 test 10 months ago
Philip O'Toole 3f5a5f076a Check nodes before deprovision 10 months ago
Philip O'Toole 87ccc1f21a End-to-end testing of auth join 10 months ago
Philip O'Toole 41fb5d5a1a Remove blank line 10 months ago
Philip O'Toole 2341a77a0c Allocate addresses which have never been allocated
Previously there was a very small chance that random_addr() would return
an address that had just been handed out previously. This would cause
random test failures.

See https://app.circleci.com/pipelines/github/rqlite/rqlite/3463/workflows/24f6f66c-5ac3-463d-8233-6c01b6d23a25/jobs/23213
10 months ago
Philip O'Toole e2c2a3f0d2
Don't wait for leader
Killing the leader, when the only other node is a read-only node, will not result in a new leader.
10 months ago
Philip O'Toole ea80fa29cf
Use APIProtoAddr 10 months ago
Philip O'Toole 129827d092 Reenable a test 10 months ago
Philip O'Toole c47f364369 More e2e join address fixes 10 months ago
Philip O'Toole 2da8a76060 Comment out auth join test for now 10 months ago
Philip O'Toole 0692e138ad Update E2E for Raft port join 10 months ago
Philip O'Toole ec789840c0 Start moving e2e tests to Raft joins 10 months 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 3315d6f91f Expand end-to-end snapshot testing 1 year ago
Philip O'Toole ac34308d56 Remove explicit on-disk testing from end-to-end 1 year ago
Philip O'Toole d9abc8f61b Remove obsolete option from end-to-end testing 1 year ago
Philip O'Toole 2cbeac07db Fix even more tests 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 3d370a4840 Make test simpler 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 35e4979673 Tweak test, remove raciness?
https://app.circleci.com/pipelines/github/rqlite/rqlite/2947/workflows/0cc343c8-83f3-415a-a652-7cccbc9904b3/jobs/15281
1 year ago
Philip O'Toole ce2e773923
Update auto_clustering.py 1 year ago
Philip O'Toole 2f858400b5 End-to-end testing of bootstrap-join restart 1 year ago
Philip O'Toole 73c526949e More end-to-end testing of removal-on-shutdown 1 year ago
Philip O'Toole 2f87a0c117 Add Request associative test 1 year ago
Philip O'Toole a7efd9721c Add simple end-to-end test of unified endpoint 1 year ago
Philip O'Toole 46befb8dad Add some end-to-end Python code 1 year ago
Philip O'Toole 6f7a0932a1 Better name for test 1 year ago
Philip O'Toole d5c72e0cd5 End-to-end test of cluster-remove on shutdown 1 year ago
Philip O'Toole 63ace34a95
Fix PyDoc 1 year ago
Philip O'Toole 8ceb89cade End-to-end auto-restore of compressed file 1 year ago
Philip O'Toole 10bde7c946 End-to-end auto-restore of noncompressed 1 year ago
Philip O'Toole 50c323a920 Auto-state testing now 1 year ago
Philip O'Toole 3fe836ed29 Initial S3 upload code for end-to-end testing 1 year ago
Philip O'Toole 3d6f9a2673 More e2e upload testing 1 year ago
Philip O'Toole 1a2e0a4a45 Add compression support for uploads 1 year ago
Philip O'Toole c9d73e2f89 Remove some magic strings 1 year ago
Philip O'Toole 7584145c63 End-to-end S3 backup test looks good 1 year ago
Philip O'Toole bdeff26b73 Refactor AWS S3 tests 1 year ago
Philip O'Toole c273ac5bbc Revert "Force test fail"
This reverts commit f6866efe8e.
1 year ago
Philip O'Toole f6866efe8e Force test fail 1 year ago
Philip O'Toole a81b68b469 Better comment 1 year ago
Philip O'Toole 2bd75e38ee Support writing bytes 1 year ago
Philip O'Toole e7171b914e Download S3 object and check 1 year ago
Philip O'Toole 2c9dcec40b It's Python, not Go 1 year ago
Philip O'Toole d8d41ae9e4 JSON dumps 1 year ago
Philip O'Toole b558608188 Dump config file 1 year ago
Philip O'Toole f45d85599a Simpler path 1 year ago
Philip O'Toole aa5001d5d1 Fix key name (again) 1 year ago
Philip O'Toole 35b3a157dc Try an actual upload test 1 year ago
Philip O'Toole ca2ac4b1ba Add support to helpers for auto-backup 1 year ago
Philip O'Toole 161a5ce569 Fix up key names 1 year ago
Philip O'Toole 4164ea8390 Initial test of CircleCI environment variables 1 year ago
Philip O'Toole bfa18531aa Fix long-existing typo 1 year ago
Philip O'Toole b9f03d00d4 AppVeyor config improvements 1 year ago
Philip O'Toole aab6cbf96f Adv tests into own file 1 year ago
Philip O'Toole 1a29e25ca9 Separate autoclustering tests 1 year ago
Philip O'Toole a98cd6e8c3 Split joining tests into own file 1 year ago
Philip O'Toole 12aa97de41 Try splitting end-to-end testing 1 year ago
Philip O'Toole 6b09bcba13 Move Python end-to-end to own directory 1 year ago