Skip to content

Commit

Permalink
Rollback some test changes now that Python persistent handles registr…
Browse files Browse the repository at this point in the history
…ation during __setstate__ the same way C persistent does.
  • Loading branch information
jamadden committed Apr 11, 2015
1 parent 1a55a0a commit d132482
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/ZEO/tests/InvalidationTests.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ def checkConcurrentUpdates2Storages_emulated(self):
self._check_tree(cn, tree)
self._check_threads(tree, t1, t2)

transaction.abort()
cn.close()
db1.close()
db2.close()
Expand Down Expand Up @@ -375,7 +374,6 @@ def checkConcurrentUpdates2Storages(self):
self._check_tree(cn, tree)
self._check_threads(tree, t1, t2)

transaction.abort()
cn.close()
db1.close()
db2.close()
Expand Down Expand Up @@ -405,7 +403,6 @@ def checkConcurrentUpdates19Storages(self):
self._check_tree(cn, tree)
self._check_threads(tree, *threads)

transaction.abort()
cn.close()
_ = [db.close() for db in dbs]

Expand All @@ -430,7 +427,6 @@ def checkConcurrentUpdates1Storage(self):
self._check_tree(cn, tree)
self._check_threads(tree, t1, t2)

transaction.abort()
cn.close()
db1.close()

Expand Down Expand Up @@ -465,7 +461,6 @@ def checkConcurrentUpdates2StoragesMT(self):
self._check_tree(cn, tree)
self._check_threads(tree, t1, t2, t3)

transaction.abort()
cn.close()
db1.close()
db2.close()
Expand Down

0 comments on commit d132482

Please sign in to comment.