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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
60c28a5f
Commit
60c28a5f
authored
Mar 26, 2019
by
Zeger-Jan van de Weg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GitalyClient spec: Remove the diff between CE/EE
parent
6ac86054
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
spec/lib/gitlab/gitaly_client/ref_service_spec.rb
spec/lib/gitlab/gitaly_client/ref_service_spec.rb
+10
-0
No files found.
spec/lib/gitlab/gitaly_client/ref_service_spec.rb
View file @
60c28a5f
...
@@ -89,6 +89,16 @@ describe Gitlab::GitalyClient::RefService do
...
@@ -89,6 +89,16 @@ describe Gitlab::GitalyClient::RefService do
end
end
end
end
describe
'#list_new_blobs'
do
it
'raises DeadlineExceeded when timeout is too small'
do
newrev
=
'54fcc214b94e78d7a41a9a8fe6d87a5e59500e51'
expect
do
client
.
list_new_blobs
(
newrev
,
dynamic_timeout:
0.001
)
end
.
to
raise_error
(
GRPC
::
DeadlineExceeded
)
end
end
describe
'#local_branches'
do
describe
'#local_branches'
do
it
'sends a find_local_branches message'
do
it
'sends a find_local_branches message'
do
expect_any_instance_of
(
Gitaly
::
RefService
::
Stub
)
expect_any_instance_of
(
Gitaly
::
RefService
::
Stub
)
...
...
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