testcontainers / testcontainers-dotnet

A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
https://dotnet.testcontainers.org
MIT License
3.73k stars 262 forks source link

Add Qdrant container #994

Closed russcam closed 9 months ago

russcam commented 12 months ago

Closes #992

What does this PR do?

This commit adds a qdrant container to the list of supported Testcontainers.

The qdrant container allows configuration of:

Why is it important?

Provides a qdrant test container for folks that need it

Related issues

992

How to test this PR

Run tests in Testcontainers.Qdrant.Tests

netlify[bot] commented 12 months ago

Deploy Preview for testcontainers-dotnet ready!

Name Link
Latest commit 6df357217ba96ace033ce9e233663a3e81c69187
Latest deploy log https://app.netlify.com/sites/testcontainers-dotnet/deploys/64fdc3a5e375d8000710ae2e
Deploy Preview https://deploy-preview-994--testcontainers-dotnet.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

russcam commented 11 months ago

This is ready to review @HofmeisterAn

HofmeisterAn commented 9 months ago

This pull request has been inactive for some time. I will close it for now. If you wish to continue working on it, please feel free to reopen it.

russcam commented 5 months ago

@HofmeisterAn please can we reopen this PR; I've rebased from develop and updated following PR feedback. If it's easier, I can always open a new PR, but I don't have the ability to reopen this one

HofmeisterAn commented 5 months ago

@HofmeisterAn please can we reopen this PR; I've rebased from develop and updated following PR feedback. If it's easier, I can always open a new PR, but I don't have the ability to reopen this one

I am sorry, I cannot reopen it either, it says:

The qdrant-container branch was force-pushed or recreated.

You probably need to create a new PR - sorry.

russcam commented 5 months ago

Superseded by #1149