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
6495180e
Commit
6495180e
authored
Nov 20, 2017
by
Grzegorz Bizon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Link issue numbers / pages to QA TODOs
[ci skip]
parent
90f05d39
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
5 deletions
+8
-5
qa/qa/ee/scenario/test/geo.rb
qa/qa/ee/scenario/test/geo.rb
+1
-3
qa/qa/ee/strategy.rb
qa/qa/ee/strategy.rb
+3
-0
qa/qa/shell/omnibus.rb
qa/qa/shell/omnibus.rb
+4
-2
No files found.
qa/qa/ee/scenario/test/geo.rb
View file @
6495180e
...
...
@@ -109,9 +109,7 @@ module QA
puts
'Waiting until secondary node services are restarted ...'
# TODO, use Capybara helper to wait for HTTP status 200 on secondary
#
sleep
60
sleep
60
# Wait until services are restarted correctly
end
end
end
...
...
qa/qa/ee/strategy.rb
View file @
6495180e
...
...
@@ -7,8 +7,11 @@ module QA
require
'qa/ee'
end
##
# TODO generic solution for screenshot in factories
#
# gitlab-org/gitlab-qa#86
#
def
perform_before_hooks
return
unless
ENV
[
'EE_LICENSE'
]
...
...
qa/qa/shell/omnibus.rb
View file @
6495180e
...
...
@@ -19,8 +19,10 @@ module QA
private
# TODO gitlab-qa/library issue
##
# TODO, make it possible to use generic QA framework classes
# as a library - gitlab-org/gitlab-qa#94
#
def
shell
(
command
)
puts
"Executing `
#{
command
}
`"
...
...
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