Use Testcontainers v2.2.0 in Elastic.Apm.Elasticsearch.Tests #1936
Labels
agent-dotnet
developer only
Items that of interest only to developers working on the project
good first issue
Good for newcomers
Currently
Elastic.Apm.Elasticsearch.Tests
uses Testcontainers v2.1.0 which has no built-inElasticsearchTestcontainer
so we build the container in our code.Testcontainers v2.2.0 added
ElasticsearchTestcontainer
so most of the building of the Elasticsearch container can be removed and we can just useElasticsearchTestcontainer
. This is already done inElastic.Clients.Elasticsearch.Tests.csproj
for the new client which was introduced in #1935.The text was updated successfully, but these errors were encountered: