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
de294e3a
Commit
de294e3a
authored
Feb 04, 2019
by
Toon Claes
Committed by
Rémy Coutable
Feb 04, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make some Geo migration specs more stable
parent
58bc24b5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ee/spec/migrations/drop_repository_storage_events_for_geo_events_spec.rb
...ons/drop_repository_storage_events_for_geo_events_spec.rb
+1
-1
ee/spec/migrations/schedule_prune_orphaned_geo_events_spec.rb
...pec/migrations/schedule_prune_orphaned_geo_events_spec.rb
+1
-1
No files found.
ee/spec/migrations/drop_repository_storage_events_for_geo_events_spec.rb
View file @
de294e3a
...
...
@@ -3,7 +3,7 @@
require
'spec_helper'
require
Rails
.
root
.
join
(
'ee'
,
'db'
,
'post_migrate'
,
'20180417102933_drop_repository_storage_events_for_geo_events.rb'
)
describe
DropRepositoryStorageEventsForGeoEvents
,
:migration
do
describe
DropRepositoryStorageEventsForGeoEvents
,
:migration
,
schema:
20180416112831
do
describe
'#up'
do
before
do
schema_migrate_up!
...
...
ee/spec/migrations/schedule_prune_orphaned_geo_events_spec.rb
View file @
de294e3a
...
...
@@ -3,7 +3,7 @@
require
'spec_helper'
require
Rails
.
root
.
join
(
'ee'
,
'db'
,
'post_migrate'
,
'20180618193715_schedule_prune_orphaned_geo_events.rb'
)
describe
SchedulePruneOrphanedGeoEvents
,
:migration
do
describe
SchedulePruneOrphanedGeoEvents
,
:migration
,
schema:
20180615152524
do
describe
'#up'
do
it
'delegates work to Gitlab::BackgroundMigration::PruneOrphanedGeoEvents'
,
:postgresql
do
expect
(
BackgroundMigrationWorker
).
to
receive
(
:perform_async
).
with
(
'PruneOrphanedGeoEvents'
)
...
...
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