1
0
Fork 0

144 Commits (cef11e9b61b3d412e7d21baf7745b5b71b139f0e)

Author SHA1 Message Date
Philip O'Toole 0e50ab255d Better HTTP logging during end-to-end tests 3 years ago
Philip O'Toole 0b5d80c604 Add Error information to nodes/ output 3 years ago
Philip O'Toole 33073bc63c Move test to different place 3 years ago
Philip O'Toole 548527a59d Add e2e test for nodes/ 3 years ago
Philip O'Toole d7500c2f5f Revert to simpler nodes/ system test
This is something that will have to be in the end-to-end test.
3 years ago
Philip O'Toole d45bdfed7f System-level testing of nodes/
Fails right now because there is no way to actually shutdown the node
from answering cluster requests.
3 years ago
Philip O'Toole e79fe9d372 Fix test comment 3 years ago
Philip O'Toole 7b52753c1b Close listeners after test 3 years ago
Philip O'Toole b909cd4f74 Tighthen up Raft advertised testing 3 years ago
Philip O'Toole a6346ba9d4 Fix unit test -- start muxes 3 years ago
Philip O'Toole e64c1a086a Initial test, doesn't work 3 years ago
Philip O'Toole 961a31149b Strong query test 3 years ago
Philip O'Toole 88b80cffa6 Clearer system-level test 3 years ago
Philip O'Toole bf003e4f40 Better test comments 3 years ago
Philip O'Toole 7b2e711c73 Remove constraint check
It's too clever, and causing test practicality issues.
3 years ago
Philip O'Toole 6e17295913 Group network-related params together 3 years ago
Philip O'Toole 0b8beb6a5d Implmenet Request Forwarding timeout support 3 years ago
Philip O'Toole 6fd775b1d7 End-to-end testing of request forwarding 3 years ago
Philip O'Toole c017d11c22 Enable transparent request forwarding 3 years ago
Philip O'Toole bedd9132e6 Rename file testing request forwarding 3 years ago
Philip O'Toole d7932a6986 More side-by-side tests 3 years ago
Philip O'Toole 373f78b0fe System-level tests build 3 years ago
Philip O'Toole bfacedb0e7 Fix system-level testing 3 years ago
Philip O'Toole db938f420f Cleaner control during e2e testing 3 years ago
Philip O'Toole ffec37fa88 Test end-to-end pretty queries 3 years ago
Philip O'Toole b8d72f3fc4 New DB and FSM indexes to track state 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 fda093b073 Remove reference to DSN in system test 3 years ago
Philip O'Toole 4c49fc6c29 End-to-end test new join metrics 3 years ago
Philip O'Toole 950062329f Test rejoining with changed network addresses 3 years ago
Philip O'Toole e91f0e16e7 Simplify join end-to-end testing
Test now just makes sure stuff doesn't blow up. Need more extensive
testing of this operation.
3 years ago
Philip O'Toole 8dc8788f37 ABL 3 years ago
Philip O'Toole 2837713c40 Don't always run leader-constraint check
Some testing involves changing leaders, and some API checks will be
inherently racy.
3 years ago
Philip O'Toole 166bddab8b Add API adv test 3 years ago
Philip O'Toole 37995908e5 Add end-to-end test of redirected join via follower 3 years ago
Philip O'Toole 87c9f81a07 Fix comment 3 years ago
Philip O'Toole 5d8fafab98 Get nodes/ for all nodes.
It makes testing easier, and this flag is tested in unit tests.
3 years ago
Philip O'Toole b6e0f46f30 Support non-voting nodes optionally in nodes/ 3 years ago
Philip O'Toole ffa23d1dae End-to-end testing of nodes/ API 3 years ago
Philip O'Toole 4cff27f91f Fix bugs in Goroutine logic
Testing never fails to produce results.
3 years ago
Philip O'Toole 7218a40ed1 Cluster system test for nodes/
It's failing however.
3 years ago
Philip O'Toole e5c80faa0c Fix pydoc 3 years ago
Philip O'Toole dbd1c0a254 Remove 'redirect' from HTTP status
Getting the redirect information requires accessing other nodes, which
could block if those nodes are not up.
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 8e918ceb55 System testing of internode encryption 3 years ago