kaysond / trafficjam

A Docker firewall for your reverse proxy network
136 stars 8 forks source link

Don't use infinite loops in testing #2

Closed kaysond closed 3 years ago

kaysond commented 3 years ago

Don't do this because they can get stuck and CI will hang forever

https://github.com/kaysond/trafficjam/blob/066ecf7a5294b953dd5957312876afca9f54d1ae/test/containers/trafficjam_test/entrypoint.sh#L3

https://github.com/kaysond/trafficjam/blob/066ecf7a5294b953dd5957312876afca9f54d1ae/test/test-dind.bats#L5

https://github.com/kaysond/trafficjam/blob/066ecf7a5294b953dd5957312876afca9f54d1ae/test/test-dind-swarm.bats#L4-L6