Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

capi: extend Go test client to run in CI #1957

Open
canepat opened this issue Apr 9, 2024 · 0 comments
Open

capi: extend Go test client to run in CI #1957

canepat opened this issue Apr 9, 2024 · 0 comments
Labels
c api The C API exposed for Erigon integration testing Facilities for integration testing priority:low Issue or task currently less relevant

Comments

@canepat
Copy link
Member

canepat commented Apr 9, 2024

It would be nice to have a proper Go test client exercising our C API (or at least part of it) and running some integration tests in our CI.

In order to properly do this, we should import mdbx-go module and initialise a temporary in-memory database to setup the proper execution context (i.e. real MDBX env pointer) in Go test client.

@canepat canepat added c api The C API exposed for Erigon integration testing Facilities for integration testing labels Apr 9, 2024
@canepat canepat added the priority:low Issue or task currently less relevant label May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c api The C API exposed for Erigon integration testing Facilities for integration testing priority:low Issue or task currently less relevant
Projects
None yet
Development

No branches or pull requests

1 participant