1
0
Fork 0

40 Commits (c5cade75bb6b40914c211a6785dae8689659c7f2)

Author SHA1 Message Date
Philip O'Toole 24757559ca Single-node system testing of queued writes 2 years ago
Philip O'Toole 2208e75188 Fix system-level tests 3 years ago
Philip O'Toole cdf15c172b System-level single-node named param testing 3 years ago
Philip O'Toole 4446c3b5bd Explicitly close listeners 3 years ago
Philip O'Toole e0e2572464 More testing and docs for /readyz 3 years ago
Philip O'Toole 88b80cffa6 Clearer system-level test 3 years ago
Philip O'Toole eec7494d62 DB size requires a read-write connection 3 years ago
Philip O'Toole 6edff5ba24 Deal with SQLite connection "caching"?
https://github.com/mattn/go-sqlite3/issues/966
3 years ago
Philip O'Toole b6e0f46f30 Support non-voting nodes optionally in nodes/ 3 years ago
Philip O'Toole 7218a40ed1 Cluster system test for nodes/
It's failing however.
3 years ago
Philip O'Toole 7280ff26b8 Add back node restart test 3 years ago
Philip O'Toole 0d533dfa4c Some cleanup 3 years ago
Philip O'Toole f939d33fe5 Remove Metadata concept from system
System testing passes.
3 years ago
Philip O'Toole 30d4d63ebb System tests pass 3 years ago
Philip O'Toole 38b2abca84 Remove older TCP transport code
Still unclear about whether tn.Open() is required with new mux.
3 years ago
Philip O'Toole cb6d11ab4f Remove superfluous blank line 3 years ago
Philip O'Toole 81cee7dd70 Merge branch 'master' of github.com:rqlite/rqlite into test-concurrent-compress 3 years ago
Philip O'Toole f9df604efc Test concurrent requests with compression on 3 years ago
Philip O'Toole ee7be58207
Remove superfluous blank line 3 years ago
Philip O'Toole 3d3bbabaeb Direct HTTP requests to avoid races during testing 3 years ago
Philip O'Toole 9ca9a3f1fd Add test of concurrent Execute requests 3 years ago
Philip O'Toole 3ff13cda74 More system testing 4 years ago
Philip O'Toole fe8db65f20 Test database is functional after system test 4 years ago
Philip O'Toole 51c745ea23 More in-mem and on-disk system test 4 years ago
Philip O'Toole 8049d35431 More tests 4 years ago
Philip O'Toole ae16a65d8d Handle snapshots with database data
This shouldn't happen normally, but technically could.
4 years ago
Philip O'Toole 91d2506ca9 Transport creation convenience functions 4 years ago
Philip O'Toole a4f1d14eb9 Refactor some tests for future use 4 years ago
Philip O'Toole 05cce7c6fc Fix restart test logic 4 years ago
Philip O'Toole 1b2e4612f7
Add system-level restart test (#707)
Add system-level restart test
4 years ago
Philip O'Toole 1981770b71 Add SQL injection demonstration tests 4 years ago
Philip O'Toole ac862e4091 Add system test for parameterized statements
Fix some bugs along the way too.
4 years ago
Philip O Toole 653a850dfc Add multi-table SELECT unit test 7 years ago
Philip O Toole 48ff96027c Go fmt 7 years ago
Philip O Toole 787a6b1c7d Check JSON validity of endpoint output 7 years ago
Philip O Toole 5060e318b7 Add test coverage for some endpoints 7 years ago
Philip O Toole 75f21718f9 Remove no-longer-valid INSERT test 8 years ago
Philip O Toole 6085e7f3c1 Unit test DROP TABLE 8 years ago
Philip O'Toole 496a1df435 More single-node system tests
These tests check some error-handling situations.
8 years ago
Philip O'Toole af7c0cb1d6 Add system-level single-node test 9 years ago