Sometimes the environment on IDE may be different as Buildkite. You can run the following command to trigger the same test as running on Buildkite:
docker-compose -f docker-compose.yaml run unit-test-docker-sticky-on &> test.logOr
docker-compose -f docker-compose.yaml run unit-test-docker-sticky-off &> test.logOr
docker-compose -f docker-compose.yaml run unit-test-test-service &> test.logAnd finally make sure to shutdown all docker resources:
docker-compose down