test_negative_correctness |
Failed
|
Tests sending non-integers to the server
|
test_client_isolation |
Failed
|
Tests what happens when the client is faulty
|
test_bouncing_with_state |
Failed
|
Tests that bouncing the server retains state
|
test_multi_client_perf |
Failed
|
Tests the performance of a server when handling multiple clients
|
test_client_timeout |
Failed
|
Tests what happens when the client does not finish a full request
|
test_race_condition |
Failed
|
Tests what happens when two clients send requests to the same server
|
test_fault_tolerance |
Failed
|
Tests what happens when servers are stopped
|
test_redlining |
Failed
|
Sends a large sample of integers to the server.
|
test_single_client_perf |
Failed
|
Tests the performance of a server when handling single client
|
test_ordered_events |
Passed
|
Tests that integers to a server are received in the same order that they are sent
|
test_correctness |
Failed
|
Tests if the correct sums are calculated
|
test_load_balance |
Passed
|
Tests if clients perform correct load balancing
|