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
4d5e8e94
Commit
4d5e8e94
authored
Jun 09, 2020
by
Erick Banks
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use let syntax
parent
a7fe3895
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
qa/qa/specs/features/browser_ui/3_create/gitaly/high_availability_spec.rb
...ures/browser_ui/3_create/gitaly/high_availability_spec.rb
+3
-3
No files found.
qa/qa/specs/features/browser_ui/3_create/gitaly/high_availability_spec.rb
View file @
4d5e8e94
...
...
@@ -11,14 +11,14 @@ module QA
end
let
(
:initial_file
)
{
'pushed_to_primary.txt'
}
let
(
:final_file
)
{
'pushed_to_secondary.txt'
}
let
(
:praefect_manager
)
{
Service
::
PraefectManager
.
new
}
before
do
@praefect_manager
=
Service
::
PraefectManager
.
new
Flow
::
Login
.
sign_in
end
after
do
@
praefect_manager
.
reset
praefect_manager
.
reset
end
it
'makes sure that automatic failover is happening'
do
...
...
@@ -30,7 +30,7 @@ module QA
push
.
file_content
=
"This should exist on both nodes"
end
@
praefect_manager
.
stop_primary_node
praefect_manager
.
stop_primary_node
project
.
visit!
...
...
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