1
0
Fork 0

336 Commits (cb519d12b7d7f1f9a3df32f66043f37d5b5627ca)

Author SHA1 Message Date
Philip O'Toole cb989d09a2 Some changes from PR v2 1 year ago
Philip O'Toole 76867a682f Time FSM snapshot creation 1 year ago
Philip O'Toole c6dcad60f8 Remove more on-disk references 1 year ago
Philip O'Toole 911696ce4f Remove more references to on-disk testing 1 year ago
Philip O'Toole ac34308d56 Remove explicit on-disk testing from end-to-end 1 year ago
Philip O'Toole b931e387be First pass at removing in-memory support 1 year ago
Philip O'Toole 35976fc33a Increase election timeout during testing
CI systems might be a bit slower.
1 year ago
Philip O'Toole d9abc8f61b Remove obsolete option from end-to-end testing 1 year ago
Philip O'Toole 5df129ff20 Remove no-longer supported command-line options 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 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 735c4cbc19 Actually check HTTP status codes 1 year ago
Philip O'Toole 62fd272897 Fix up logging 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 a17546fd19 Add actual v7.20.3 testdata 1 year ago
Philip O'Toole 5a4e19d9fa More upgrade testing 1 year ago
Philip O'Toole ce53821c87 Use t.Run() to test upgrades 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 19c5a720d8 Final system-level multi-node forwarding tests 1 year ago
Philip O'Toole b284b04f85 System-level multi-node request tests 1 year ago
Philip O'Toole a7efd9721c Add simple end-to-end test of unified endpoint 1 year ago
Philip O'Toole 6869d49983 Add system-level Request tests 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 78d1b971f6 Move testPoll to helpers
There are dupe functions here, oh well.
1 year ago
Philip O'Toole b8d78b25df Add system-level, single-node, auto-restore test 1 year ago
Philip O'Toole 57ca03014b More integration and testing of Store readiness 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