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
97c2e06a
Commit
97c2e06a
authored
Jun 12, 2021
by
Huzaifa Iftikhar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add clean_gitlab_redis_shared_state for project_service_spec
parent
b4b045fa
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/project_service_spec.rb
ee/spec/services/search/project_service_spec.rb
+2
-2
No files found.
ee/spec/services/search/project_service_spec.rb
View file @
97c2e06a
...
...
@@ -34,7 +34,7 @@ RSpec.describe Search::ProjectService do
end
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
...
...
@@ -224,7 +224,7 @@ RSpec.describe Search::ProjectService do
end
end
context
'sorting'
,
:elastic
,
:sidekiq_inline
do
context
'sorting'
,
:elastic
,
:
clean_gitlab_redis_shared_state
,
:
sidekiq_inline
do
context
'issues'
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