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
55313034
Commit
55313034
authored
Nov 20, 2017
by
Francisco Lopez
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ce-to-ee' of
https://gitlab.com/gitlab-org/gitlab-ee
into ce-to-ee
parents
4578b751
f3c42e3f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
spec/lib/gitlab/background_migration/populate_fork_networks_range_spec.rb
...background_migration/populate_fork_networks_range_spec.rb
+0
-4
No files found.
spec/lib/gitlab/background_migration/populate_fork_networks_range_spec.rb
View file @
55313034
...
...
@@ -80,15 +80,11 @@ describe Gitlab::BackgroundMigration::PopulateForkNetworksRange, :migration, sch
end
it
'only processes a single batch of links at a time'
do
<<<<<<<
HEAD
expect
(
fork_network_members
.
count
).
to
eq
(
5
)
=======
expect
(
fork_networks
.
count
).
to
eq
(
2
)
migration
.
perform
(
3
,
5
)
expect
(
fork_networks
.
count
).
to
eq
(
3
)
>>>>>>>
ce
-
com
/
master
end
it
'can be repeated without effect'
do
...
...
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