config2

Total tests Passed Failed Skipped Start time End time Execution time Naarad
12 3 9 0 2015-03-30 12:03:18 2015-03-30 12:04:57 99.3079719543 sec Report

Test Name Result Description
test_negative_correctness Passed Tests sending non-integers to the server ; Verify 0 is received since no valid integers were sent
test_client_isolation Failed Tests what happens when the client is faulty ; Verify that timeout messages are received
test_bouncing_with_state Failed Tests that bouncing the server retains state ; Verify that the sum 500,500 is received
test_multi_client_perf Failed Tests the performance of a server when handling multiple clients ; Validate server max qps is >1000 and mean latency is <1 sec
test_client_timeout Failed Tests what happens when the client does not finish a full request ; Verify that timeout messages are received
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 ; Verify that 10 is received
test_redlining Failed Sends a large sample of integers to the server. ; Verify max latency of server is <0.5 sec
test_single_client_perf Failed Tests the performance of a server when handling single client ; Validate server max qps is >100 and mean latency is <0.2 sec
test_ordered_events Passed Tests that integers to a server are received in the same order that they are sent ; Validates that the integers 1, 2, and 3, were sent in that specific order
test_correctness Failed Tests if the correct sums are calculated ; Verify the correct sums are received
test_load_balance Passed Tests if clients perform correct load balancing ; Verify that one server did not process all requests

Config Key Value
client_exec_path AdditionClient/out/artifacts/AdditionClient_jar/AdditionClient.jar
client_install_path /tmp/server_client/AdditionClients/
client_start_command java -jar AdditionClient.jar
comment client and server exec_path can also be specified as remoteserver:path
server_exec_path AdditionServer/out/artifacts/AdditionServer_jar/AdditionServer.jar
server_install_path /tmp/server_client/AdditionServers/
server_start_command java -jar AdditionServer.jar