Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Conversation

@ordishs
Copy link

@ordishs ordishs commented Apr 7, 2025

Use latest aerospike version (v8) for test containers.

Copy link

@mdelapenya mdelapenya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left a few comments, I'm not the maintainer of this module but core maintainer in TC 😅

Thanks!

}

// RunContainer creates an instance of the Aerospike container type.
func RunContainer(ctx context.Context, opts ...testcontainers.ContainerCustomizer) (*AerospikeContainer, error) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd advocate for deprecating this RunContainer function and use the new APIs: Run(ctx, image string, opts ...)

Would you like to do it in this PR?

@@ -1,10 +1,10 @@
module github.com/ajeetdsouza/testcontainers-aerospike-go
module github.com/bitcoin-sv/testcontainers-aerospike-go

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bug: updated module path

Suggested change
module github.com/bitcoin-sv/testcontainers-aerospike-go
module github.com/ajeetdsouza/testcontainers-aerospike-go

github.com/stretchr/testify v1.9.0
github.com/aerospike/aerospike-client-go/v8 v8.2.0
github.com/stretchr/testify v1.10.0
github.com/testcontainers/testcontainers-go v0.31.0

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion: bump TC to the latest release too

Suggested change
github.com/testcontainers/testcontainers-go v0.31.0
github.com/testcontainers/testcontainers-go v0.36.0

@mdelapenya
Copy link

BTW a contributor submitted a PR to testcontainers-go with the Aerospike module: testcontainers/testcontainers-go#3094

It'll be available in the next release, thanks!

@ajeetdsouza
Copy link
Owner

Cool, archiving this repo.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants