You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.
The crdt-counter-partitions.py indicates a failure when the actual counter value does not match the expected one. The expected one is computed from the inc/dec commands being sent to the applications, however this computation does not consider that these commands can fail (for example when the cassandra nodes are not available)
For this the application must return if a command could be processed successfully or not.
The text was updated successfully, but these errors were encountered:
The
crdt-counter-partitions.py
indicates a failure when the actual counter value does not match the expected one. The expected one is computed from the inc/dec commands being sent to the applications, however this computation does not consider that these commands can fail (for example when the cassandra nodes are not available)For this the application must return if a command could be processed successfully or not.
The text was updated successfully, but these errors were encountered: