提交 d9d8d1ec 编写于 作者: K Kalen Krempely 提交者: Kalen Krempely

behave: skip scenarios tagged wtih @skip

Skip gprecoverseg tablespace tests until tablespaces successfully work
with pg_rewind.
Authored-by: NKalen Krempely <kkrempely@pivotal.io>
上级 214d15a0
......@@ -63,6 +63,10 @@ def after_feature(context, feature):
def before_scenario(context, scenario):
if "skip" in scenario.effective_tags:
scenario.skip("skipping scenario tagged with @skip")
return
if 'gpmovemirrors' in context.feature.tags:
context.mirror_context = MirrorMgmtContext()
......
@gprecoverseg
Feature: gprecoverseg tests
@skip # tablespaces are being reworked and currently do not work with pg_rewind
Scenario: incremental recovery works with tablespaces
Given the database is running
And a tablespace is created with data
......@@ -18,6 +19,7 @@ Feature: gprecoverseg tests
And the tablespace is valid
And the other tablespace is valid
@skip # tablespaces are being reworked and currently do not work with pg_rewind
Scenario: full recovery works with tablespaces
Given the database is running
And a tablespace is created with data
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册