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
c4567d59
Commit
c4567d59
authored
Aug 20, 2020
by
Mark Lapierre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Quarantine one test and note another is stale
parent
73516183
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
qa/qa/specs/features/api/3_create/gitaly/automatic_failover_and_recovery_spec.rb
...i/3_create/gitaly/automatic_failover_and_recovery_spec.rb
+2
-2
No files found.
qa/qa/specs/features/api/3_create/gitaly/automatic_failover_and_recovery_spec.rb
View file @
c4567d59
...
...
@@ -2,7 +2,7 @@
module
QA
RSpec
.
describe
'Create'
do
context
'Gitaly automatic failover and manual recovery'
,
:orchestrated
,
:gitaly_cluster
do
context
'Gitaly automatic failover and manual recovery'
,
:orchestrated
,
:gitaly_cluster
,
quarantine:
{
issue:
'https://gitlab.com/gitlab-org/gitlab/-/issues/238953'
,
type: :flaky
}
do
# Variables shared between contexts. They're used and shared between
# contexts so they can't be `let` variables.
praefect_manager
=
Service
::
PraefectManager
.
new
...
...
@@ -66,7 +66,7 @@ module QA
end
context
'when recovering from dataloss after failover'
do
it
'allows reconciliation'
,
quarantine:
{
issue:
'https://gitlab.com/gitlab-org/gitlab/-/issues/238187'
,
type: :
investigating
}
do
it
'allows reconciliation'
,
quarantine:
{
issue:
'https://gitlab.com/gitlab-org/gitlab/-/issues/238187'
,
type: :
stale
}
do
# Start the old primary node again
praefect_manager
.
start_primary_node
praefect_manager
.
wait_for_health_check_current_primary_node
...
...
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