testcontainers / testcontainers/testcontainers-dotnet
[Enhancement]: DuckDB nuget package
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 4.4k
- Forks
- 357
- Avg merge
- 14h 42m
- Merged PRs (30d)
- 16
Description
Problem
Use https://hub.docker.com/r/duckdb/duckdb/
Solution
Follow pattern similar to TestContainers.ClickHouse
Benefit
FluentMigrator plans to add support for DuckDB, but in order to provide integration tests, we would like to leverage native TestContainers-dotnet infrastructure.
Alternatives
Use TestContainers ad-hoc image infrastructure.
Would you like to help contributing this enhancement?
Yes
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing TestContainers.ClickHouse implementation and compare its package, container configuration, and tests with the DuckDB Docker image at hub.docker.com/r/duckdb/duckdb/. The work is done when a DuckDB NuGet package follows that pattern and its integration tests verify the native Testcontainers-dotnet infrastructure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, docker
- Domain
- devops, testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 72/100