SpectoLabs / hoverfly

Lightweight service virtualization/ API simulation / API mocking tool for developers and testers
https://hoverfly.io
Apache License 2.0
2.33k stars 204 forks source link

Hoverfly Docker Image in GIT #1097

Closed vishallanke closed 7 months ago

vishallanke commented 9 months ago

I am trying to hostspectolabs/hoverflyin Gitlab, then route test automation traffic to hoverfly.

Hoverfly:
  image: spectolabs/hoverfly:latest
  stage: lint
  script:
    - echo "test"
  tags:
    - AWS-EC2-PUBLIC-LINUX

However, after doing this , job does not end in Pipeline. Job gets timeout after 1 hour.

Updating/initializing submodules...
Executing "step_script" stage of the job script
Listen on specific interface                  host=0.0.0.0
INFO[2023-09-21T02:19:15Z] Using memory backend                         
INFO[2023-09-21T02:19:15Z] Proxy prepared...                             Destination=. Mode=simulate ProxyPort=8500
INFO[2023-09-21T02:19:15Z] current proxy configuration                   destination=. mode=simulate port=8500
INFO[2023-09-21T02:19:15Z] Admin interface is starting...                AdminPort=8888
INFO[2023-09-21T02:19:15Z] serving proxy

Nothing happens after serving proxy statement. Job gets timeout after 1 hour.

tommysitu commented 7 months ago

This seems to be an issue related to GitLab job.

vishallanke commented 6 months ago

Is this issue in Gitlab ?