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
9c2051a1
Commit
9c2051a1
authored
Jan 02, 2018
by
James Lopez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use different counts for wiki
parent
c066734d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
spec/ee/spec/services/geo/metrics_update_service_spec.rb
spec/ee/spec/services/geo/metrics_update_service_spec.rb
+4
-4
No files found.
spec/ee/spec/services/geo/metrics_update_service_spec.rb
View file @
9c2051a1
...
...
@@ -20,8 +20,8 @@ describe Geo::MetricsUpdateService, :geo do
repositories_synced_count:
1
,
repositories_failed_count:
2
,
wikis_count:
10
,
wikis_synced_count:
1
,
wikis_failed_count:
2
,
wikis_synced_count:
2
,
wikis_failed_count:
3
,
lfs_objects_count:
100
,
lfs_objects_synced_count:
50
,
lfs_objects_failed_count:
12
,
...
...
@@ -105,8 +105,8 @@ describe Geo::MetricsUpdateService, :geo do
expect
(
metric_value
(
:geo_repositories_synced
)).
to
eq
(
1
)
expect
(
metric_value
(
:geo_repositories_failed
)).
to
eq
(
2
)
expect
(
metric_value
(
:geo_wikis
)).
to
eq
(
10
)
expect
(
metric_value
(
:geo_wikis_synced
)).
to
eq
(
1
)
expect
(
metric_value
(
:geo_wikis_failed
)).
to
eq
(
2
)
expect
(
metric_value
(
:geo_wikis_synced
)).
to
eq
(
2
)
expect
(
metric_value
(
:geo_wikis_failed
)).
to
eq
(
3
)
expect
(
metric_value
(
:geo_lfs_objects
)).
to
eq
(
100
)
expect
(
metric_value
(
:geo_lfs_objects_synced
)).
to
eq
(
50
)
expect
(
metric_value
(
:geo_lfs_objects_failed
)).
to
eq
(
12
)
...
...
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