Revert "run scripted test at range of API versions"
This reverts commit 3b3b2e37d1
.
This commit is contained in:
parent
6d132717f2
commit
e7fada1bc7
|
@ -34,11 +34,10 @@ fdb.api_version(FDB_API_VERSION)
|
|||
|
||||
|
||||
class ScriptedTest(Test):
|
||||
MIN_API_VERSION = 500
|
||||
TEST_API_VERSION = 520
|
||||
|
||||
def __init__(self, subspace):
|
||||
super(ScriptedTest, self).__init__(subspace, ScriptedTest.MIN_API_VERSION, ScriptedTest.TEST_API_VERSION)
|
||||
super(ScriptedTest, self).__init__(subspace, ScriptedTest.TEST_API_VERSION, ScriptedTest.TEST_API_VERSION)
|
||||
self.workspace = self.subspace['workspace']
|
||||
self.results_subspace = self.subspace['results']
|
||||
# self.thread_subspace = self.subspace['threads'] # TODO: update START_THREAD so that we can create threads in subspaces
|
||||
|
|
Loading…
Reference in New Issue