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
I've submitted a PR for Neo4j storage driver, which uses testcontainers-go, that's near approval.
Any further necessary steps after integrating the feature? I'm thinking I'll need to remove the docker run step for the target storage driver in the benchmark.yml workflow.
Feature Description
After #1506, let'd adopt testcontainers-go for integration testing of the storage layers.
For those technologies having a tc-go module (see https://testcontainers.com/modules/?language=go), let's use the module; for the rest, let's use the GenericContainer approach.
PRs to raise
Checklist:
The text was updated successfully, but these errors were encountered: