Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
57ebd0a8
Commit
57ebd0a8
authored
Jun 02, 2021
by
Huzaifa Iftikhar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add clean_gitlab_redis_shared_state to global_service_spec
parent
43239d5a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ee/spec/services/search/global_service_spec.rb
ee/spec/services/search/global_service_spec.rb
+2
-2
No files found.
ee/spec/services/search/global_service_spec.rb
View file @
57ebd0a8
...
...
@@ -36,7 +36,7 @@ RSpec.describe Search::GlobalService do
it_behaves_like
'search query applies joins based on migrations shared examples'
,
:add_new_data_to_merge_requests_documents
end
context
'visibility'
,
:elastic_delete_by_query
,
:sidekiq_inline
do
context
'visibility'
,
:elastic_delete_by_query
,
:
clean_gitlab_redis_shared_state
,
:
sidekiq_inline
do
include_context
'ProjectPolicyTable context'
shared_examples
'search respects visibility'
do
...
...
@@ -322,7 +322,7 @@ RSpec.describe Search::GlobalService do
end
end
context
'sorting'
,
:elastic
,
:sidekiq_inline
do
context
'sorting'
,
:elastic
,
:
clean_gitlab_redis_shared_state
,
:
sidekiq_inline
do
context
'issue'
do
let
(
:scope
)
{
'issues'
}
let_it_be
(
:project
)
{
create
(
:project
,
:public
)
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment