pyroscope-rs icon indicating copy to clipboard operation
pyroscope-rs copied to clipboard

Python and Ruby tests depend on pyroscope.cloud

Open kolesnikovae opened this issue 1 year ago • 1 comments

We're using pyroscope.cloud in tests:

  • Python test: https://github.com/grafana/pyroscope-rs/blob/main/pyroscope_ffi/python/scripts/tests/test.py#L83
  • Ruby test: https://github.com/grafana/pyroscope-rs/blob/main/pyroscope_ffi/ruby/scripts/tests/test.rb#L11

Given that the cloud is going to be decommissioned soon, we should get rid of the dependency

kolesnikovae avatar Mar 25 '24 05:03 kolesnikovae

I've changed the python test to use localhost and a docker image here https://github.com/grafana/pyroscope-rs/pull/155

Did not touch ruby yet

korniltsev avatar Apr 04 '24 09:04 korniltsev