Skip to content

Instantly share code, notes, and snippets.

@chriswk
Created December 30, 2013 16:05
Show Gist options
  • Save chriswk/8183944 to your computer and use it in GitHub Desktop.
Save chriswk/8183944 to your computer and use it in GitHub Desktop.
Your solution achieved a testing score of 250 out of 355.
Below you can see a short feedback for every test that failed, indicating the reason
for the test failure and how many points you lost for each individual test.
[Test Description] case1: Primary and secondaries must work in concert when persistence is unreliable
[Observed Error] java.lang.AssertionError: assertion failed: expected OperationAck(3), found OperationFailed(3)
[exception was thrown] detailed error message in debug output section below
[Lost Points] 35
[Test Description] case2: Primary and secondaries must work in concert when communication to secondaries is unreliable
[Observed Error] java.lang.AssertionError: assertion failed: expected OperationAck(3), found OperationFailed(3)
[exception was thrown] detailed error message in debug output section below
[Lost Points] 35
[Test Description] case1: Primary and secondaries must work in concert when persistence and communication to secondaries is unreliable
[Observed Error] java.lang.AssertionError: assertion failed: expected OperationAck(3), found OperationFailed(3)
[exception was thrown] detailed error message in debug output section below
[Lost Points] 35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment