提交 a545bd50 编写于 作者: H Heikki Linnakangas 提交者: Xin Zhang

Remove reference to obsolete gpfilespace tinc code.

There are more in other tests, but I suspect those other tests are obsolete
in whole, so I'm just patching this one that caused a failure in the
concourse pipeline.
上级 f70f49fe
......@@ -29,7 +29,6 @@ from mpp.lib.gprecoverseg import GpRecover
from mpp.lib.gpstart import GpStart
from mpp.lib.gpstop import GpStop
from mpp.lib.config import GPDBConfig
from mpp.lib.gpfilespace import Gpfilespace
from mpp.lib.gpdbverify import GpdbVerify
from mpp.models import MPPTestCase
from mpp.gpdb.tests.storage.lib.dbstate import DbStateClass
......@@ -52,7 +51,6 @@ class GPDBStorageBaseTestCase():
self.gprecover = GpRecover(self.config)
self.gpstop = GpStop()
self.gpstart = GpStart()
self.gpfile = Gpfilespace(self.config)
self.gpverify = GpdbVerify(config=self.config)
self.dbstate = DbStateClass('run_validation', self.config)
self.port = os.getenv('PGPORT')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册