Skip to content

Draft: Add step to Elasticsearch scenario to turn on Elasticsearch before CI runs

George Koltsov requested to merge egb-turn-on-elasticsearch-before-ci into master

Added a method that can toggle elasticsearch on and off, then use that method to turn on elasticsearch before the CI tests run in the QA::EE::Scenario::Test::Integration::Elasticsearch scenario.

This will allow us to turn Elasticsearch on once and not have to wait to turn it on and off before each test.

This MR depends on new rake tasks added in this MR https://gitlab.com/gitlab-org/gitlab/-/merge_requests/75946 and is part of this issue https://gitlab.com/gitlab-org/gitlab/-/issues/209122

Edited by George Koltsov

Merge request reports