apache / couchdb-erlfdb

Erlang API for FoundationDB
https://www.foundationdb.org
Apache License 2.0
28 stars 20 forks source link

Use client buggify options on the client #16

Closed nickva closed 3 years ago

nickva commented 3 years ago

Previously we used plain buggify options which are meant for the server. Switch them to the client versions.

Can check if it works with:

ERL_ZFLAGS="-erlfdb network_options '[client_buggify_enable, {client_buggify_section_activated_probability, 60}, {client_buggify_section_fired_probability, 60}]'" make elixir tests=test/elixir/test/basics_test.exs