elixir-cloud-aai / ga4gh-sdk

Generic SDK and CLI for GA4GH API services
Apache License 2.0
13 stars 2 forks source link

test utils: check funnel presense using http request #44

Open pavelnikonorov opened 3 weeks ago

pavelnikonorov commented 3 weeks ago

In CI/CD workflows, since Funnel is executed inside a Docker container, it won’t appear in the output of ps ax | grep funnel on the host system. Try accessing by an HTTP request instead.

https://github.com/elixir-cloud-aai/ga4gh-sdk/blob/696d0edc92079fcd45dd219406bd755696803f2a/lib/src/utils/test_utils.rs#L17