Skip to content

Stub HTTP requests for all tests

What does this MR do and why?

This allows to use Hierarchy::Group.new in constants that would be loaded before HTTP requests are stubbed in tests. This works because we switched to using the already in use MiniCache cache, that's reset before and after each example, so that the stubbing actually takes precedence over any real data that could have been stored in MiniCache at initial loading of files.

Expected impact & dry-runs

These are strongly recommended to assist reviewers and reduce the time to merge your change.

See https://gitlab.com/gitlab-org/quality/triage-ops/-/tree/master/doc/scheduled#testing-policies-with-a-dry-run on how to perform dry-runs for new policies.

See https://gitlab.com/gitlab-org/quality/triage-ops/-/blob/master/doc/reactive/best_practices.md#use-the-sandbox-to-test-new-processors on how to make sure a new processor can be tested.

Action items

Closes #1474 (closed)

Edited by Rémy Coutable

Merge request reports