aerospike / aerospike-client-java

Aerospike Java Client Library
Other
236 stars 212 forks source link

add failure cases to tests #115

Closed kptfh closed 6 years ago

vasilievip commented 6 years ago

any retry tests?

kptfh commented 6 years ago

No. Can't test retries without RetryListener.

BrianNichols commented 6 years ago

This pull request has been accepted.

Aloren commented 6 years ago

@kptfh maybe we could check timing of the whole operation that is tested? If it was retried -- timing of the whole operation will be increased compared to the one that did not have retries. What do you think?

vasilievip commented 6 years ago

This is not reliable