Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History
 
 

buildkite

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Debug Builkite integration test

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.log

Or

docker-compose -f docker-compose.yaml run unit-test-docker-sticky-off &> test.log

Or

docker-compose -f docker-compose.yaml run unit-test-test-service &> test.log

And finally make sure to shutdown all docker resources:

docker-compose  down