DORSETRIGS
Home

testcontainers (29 post)


posts by category not found!

Apache James TestContainers connection refused

Troubleshooting Apache James Test Containers Connection Refused Problem You re trying to use Apache James with Test Containers but you re getting a Connection R

4 min read 05-10-2024 42
Apache James TestContainers connection refused
Apache James TestContainers connection refused

Mongo as replica set in Testcontainers in .NET

Running Mongo DB as a Replica Set with Testcontainers in NET Running tests against a database is crucial for ensuring the stability and reliability of your appl

2 min read 04-10-2024 52
Mongo as replica set in Testcontainers in .NET
Mongo as replica set in Testcontainers in .NET

Can not connect to sql server on Azure Pipeline using TestContainers

Troubleshooting SQL Server Connection Issues on Azure Pipeline Using Test Containers When working with Azure Pipelines and containerized environments you may en

3 min read 28-09-2024 44
Can not connect to sql server on Azure Pipeline using TestContainers
Can not connect to sql server on Azure Pipeline using TestContainers

How to access object initialized by ConfigurationProvider

How to Access an Object Initialized by Configuration Provider In modern software development particularly in NET applications accessing configuration settings a

2 min read 26-09-2024 45
How to access object initialized by ConfigurationProvider
How to access object initialized by ConfigurationProvider

Using Testcontainers in GitLab CI

Using Testcontainers in Git Lab CI A Comprehensive Guide Testcontainers is an exciting library that simplifies integration testing by providing lightweight disp

2 min read 25-09-2024 93
Using Testcontainers in GitLab CI
Using Testcontainers in GitLab CI

Overriding Spring datasource properties for integrationTest with testcontainer DB credentials in SpringBoot application

Overriding Spring Data Source Properties for Integration Testing with Testcontainers in Spring Boot Applications In modern software development integration test

2 min read 24-09-2024 74
Overriding Spring datasource properties for integrationTest with testcontainer DB credentials in SpringBoot application
Overriding Spring datasource properties for integrationTest with testcontainer DB credentials in SpringBoot application

Testcontainers, getting error while pulling image testcontainers/ryuk:0.3.4

Troubleshooting Testcontainers Error While Pulling Image testcontainers ryuk 0 3 4 Understanding the Problem If you re working with Testcontainers for container

3 min read 24-09-2024 51
Testcontainers, getting error while pulling image testcontainers/ryuk:0.3.4
Testcontainers, getting error while pulling image testcontainers/ryuk:0.3.4

Grails 6.2.x database integration tests without testcontainer

Grails 6 2 x Database Integration Tests Without Testcontainers Testing is an essential part of the software development process In Grails 6 2 x you might often

3 min read 22-09-2024 65
Grails 6.2.x database integration tests without testcontainer
Grails 6.2.x database integration tests without testcontainer

Spring boot using kafka container for integration tests

Spring Boot Integration Testing with Kafka Container Integration testing is a critical aspect of software development that ensures different components of your

3 min read 21-09-2024 58
Spring boot using kafka container for integration tests
Spring boot using kafka container for integration tests

How to Use WebApplicationFactory with Testcontainers for SpecFlow Tests?

How to Use Web Application Factory with Testcontainers for Spec Flow Tests In the realm of NET applications particularly when dealing with integration testing a

3 min read 19-09-2024 52
How to Use WebApplicationFactory with Testcontainers for SpecFlow Tests?
How to Use WebApplicationFactory with Testcontainers for SpecFlow Tests?

Adding Data to a testcontainer using a function from a repository

Adding Data to a Test Container Using a Function from a Repository When working with integration tests in software development utilizing test containers can sig

3 min read 14-09-2024 51
Adding Data to a testcontainer using a function from a repository
Adding Data to a testcontainer using a function from a repository

Buildup of testcontainers (and memory consumption) when using Singleton Containers

Understanding Testcontainers Memory Consumption Singleton Containers and Best Practices Using Testcontainers can significantly enhance your unit tests by provid

3 min read 13-09-2024 65
Buildup of testcontainers (and memory consumption) when using Singleton Containers
Buildup of testcontainers (and memory consumption) when using Singleton Containers

Timed out waiting for container port to open (localhost ports: [32773] should be listening)

Timed out waiting for container port to open Error A Deep Dive into Testcontainers and Port Mapping You re encountering a common issue when working with Testcon

2 min read 05-09-2024 43
Timed out waiting for container port to open (localhost ports: [32773] should be listening)
Timed out waiting for container port to open (localhost ports: [32773] should be listening)

Spring @Sql Annotations, possible to run once before all tests?

Running Spring Sql Annotations Once Before All Tests When working with integration tests in Spring you might encounter the need to initialize your database with

2 min read 04-09-2024 65
Spring @Sql Annotations, possible to run once before all tests?
Spring @Sql Annotations, possible to run once before all tests?

How to use @ServiceConnection with GenericContainer and custom ConnectionDetails

Using Service Connection with Generic Container and Custom Connection Details A Comprehensive Guide In modern software development testing with containers is be

5 min read 03-09-2024 59
How to use @ServiceConnection with GenericContainer and custom ConnectionDetails
How to use @ServiceConnection with GenericContainer and custom ConnectionDetails

TestContainers.CosmosDB always gets stuck whenever making any CosmosClient API call

Debugging Test Containers Cosmos DB Why Your Cosmos Client API Calls Are Stuck Using Test Containers Cosmos DB can be a great way to run integration tests for y

2 min read 03-09-2024 44
TestContainers.CosmosDB always gets stuck whenever making any CosmosClient API call
TestContainers.CosmosDB always gets stuck whenever making any CosmosClient API call

Can't get attributes of AWS SQS queue using Java & TestContainers

Troubleshooting AWS SQS Queue Attributes Access Using Java and Test Containers Working with AWS services locally can often lead to nuanced challenges especially

3 min read 03-09-2024 58
Can't get attributes of AWS SQS queue using Java & TestContainers
Can't get attributes of AWS SQS queue using Java & TestContainers

Spring Boot 3.0.x to 3.1.x ERROR: duplicate key value violates unique constraint / TestContainers

Spring Boot 3 1 x and Test Containers Tackling Duplicate Key Value Violates Unique Constraint Errors Migrating your Spring Boot application from version 3 0 x t

3 min read 02-09-2024 52
Spring Boot 3.0.x to 3.1.x ERROR: duplicate key value violates unique constraint / TestContainers
Spring Boot 3.0.x to 3.1.x ERROR: duplicate key value violates unique constraint / TestContainers

Is there a way to abstract MongoDbContainer with TestContainers in a Spring Boot App?

Abstracting Mongo DB Container with Test Containers in Spring Boot A Practical Guide Integrating Test Containers into your Spring Boot application provides a po

3 min read 02-09-2024 52
Is there a way to abstract MongoDbContainer with TestContainers in a Spring Boot App?
Is there a way to abstract MongoDbContainer with TestContainers in a Spring Boot App?

Use custom Dockerfile with JUnit testcontainers for OpenSearch

Using Custom Dockerfiles with J Unit Testcontainers for Open Search Running integration tests with Open Search often requires setting up a dedicated Open Search

3 min read 02-09-2024 57
Use custom Dockerfile with JUnit testcontainers for OpenSearch
Use custom Dockerfile with JUnit testcontainers for OpenSearch

Unable to Connect to Azurite Container From Another Container in Docker Using TestContainers .NET Provided Connection String

Solving the Docker Container Communication Puzzle Azurite Test Containers and Azure Functions This article explores a common challenge encountered when integrat

2 min read 01-09-2024 53
Unable to Connect to Azurite Container From Another Container in Docker Using TestContainers .NET Provided Connection String
Unable to Connect to Azurite Container From Another Container in Docker Using TestContainers .NET Provided Connection String

Hibernate doing unnecessary inserts

Unmasking Hibernates Unnecessary Inserts A Deep Dive into Testing Headaches Have you ever encountered Hibernate behaving erratically during testing performing u

3 min read 30-08-2024 43
Hibernate doing unnecessary inserts
Hibernate doing unnecessary inserts

Trying to create connection between two containers using testcontainers in Gitlab CI

Establishing Connections Between Two Docker Containers Using Testcontainers in Git Lab CI In the world of Continuous Integration CI particularly when using Git

3 min read 30-08-2024 63
Trying to create connection between two containers using testcontainers in Gitlab CI
Trying to create connection between two containers using testcontainers in Gitlab CI

Spring boot Integration test data clean up issue

Spring Boot Integration Test Data Cleanup Unraveling the Mystery of Dirties Context Spring Boots integration testing features are powerful but managing data bet

3 min read 29-08-2024 76
Spring boot Integration test data clean up issue
Spring boot Integration test data clean up issue

Testcontainers is spinning up server but not creating the schema

Debugging Testcontainers Why Your SQL Server Schema Isnt Being Created This article explores a common problem faced by developers using Testcontainers the conta

2 min read 29-08-2024 49
Testcontainers is spinning up server but not creating the schema
Testcontainers is spinning up server but not creating the schema