apache / couchdb-erlfdb

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

Automate execution of binding tests, support API 630 #35

Closed kocolosk closed 2 years ago

kocolosk commented 2 years ago

This PR adds a GHA job that uses the same container image as the .devcontainer. It runs 10000 operations for each of the binding tests for every supported API version (currently 610 / 620 / 630). It relies on a service container for the underlying FDB server.

It also implements the new get_estimated_range_size interface required to declare support for the 630 API.

Closes #31 Closes #38

kocolosk commented 2 years ago

Squashing a couple of commits and will merge