Failure in browser_ui/9_enablement/elasticsearch/elasticsearch_reindexing_spec.rb | Create Search using Elasticsearch tests reindexing after webIDE
Full description
Create Search using Elasticsearch tests reindexing after webIDE
File path
./qa/specs/features/ee/browser_ui/9_enablement/elasticsearch/elasticsearch_reindexing_spec.rb
Stack trace
Failure/Error: expect { Runtime::Search.find_code(template[:file_name], content[0..33]) }.not_to raise_error
expected no Exception, got #<QA::Runtime::Search::ElasticSearchServerError: Search attempt failed. Request returned (400): `{"message":{"error":"Scope not supported without Elasticsearch!"}}`.> with backtrace:
# ./qa/runtime/search.rb:102:in `search'
# ./qa/runtime/search.rb:91:in `block in find_target_in_scope'
# ./qa/support/retrier.rb:54:in `block in retry_until'
# ./qa/support/repeater.rb:46:in `repeat_until'
# ./qa/support/retrier.rb:44:in `retry_until'
# ./qa/runtime/search.rb:90:in `find_target_in_scope'
# ./qa/runtime/search.rb:64:in `find_code'
# ./qa/specs/features/ee/browser_ui/9_enablement/elasticsearch/elasticsearch_reindexing_spec.rb:63:in `block (4 levels) in <module:QA>'
# ./qa/specs/features/ee/browser_ui/9_enablement/elasticsearch/elasticsearch_reindexing_spec.rb:63:in `block (3 levels) in <module:QA>'
# /usr/local/bundle/gems/rspec-retry-0.6.1/lib/rspec/retry.rb:123:in `block in run'
# /usr/local/bundle/gems/rspec-retry-0.6.1/lib/rspec/retry.rb:110:in `loop'
# /usr/local/bundle/gems/rspec-retry-0.6.1/lib/rspec/retry.rb:110:in `run'
# /usr/local/bundle/gems/rspec-retry-0.6.1/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
# ./spec/spec_helper.rb:121:in `block (2 levels) in <top (required)>'
# /usr/local/bundle/gems/rspec-retry-0.6.1/lib/rspec/retry.rb:123:in `block in run'
# /usr/local/bundle/gems/rspec-retry-0.6.1/lib/rspec/retry.rb:110:in `loop'
# /usr/local/bundle/gems/rspec-retry-0.6.1/lib/rspec/retry.rb:110:in `run'
# /usr/local/bundle/gems/rspec-retry-0.6.1/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
# /usr/local/bundle/gems/rspec-retry-0.6.1/lib/rspec/retry.rb:37:in `block (2 levels) in setup'
# ./qa/specs/runner.rb:93:in `perform'
# ./qa/scenario/template.rb:10:in `block in perform'
# ./qa/scenario/template.rb:8:in `tap'
# ./qa/scenario/template.rb:8:in `perform'
# ./qa/scenario/template.rb:53:in `perform'
# ./qa/scenario/template.rb:10:in `block in perform'
# ./qa/scenario/template.rb:8:in `tap'
# ./qa/scenario/template.rb:8:in `perform'
# ./qa/scenario/bootable.rb:51:in `launch!'
First happened in https://gitlab.com/gitlab-org/quality/nightly/-/jobs/2283650728.
Related test case: https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347629.