mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
test01_close_dbenv_before_db(): Added an XXX comment that this test is
BerkeleyDB version dependent.
This commit is contained in:
parent
0aae2b07d7
commit
bc38baffbd
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,8 @@ class DBEnvClosedEarlyCrash(unittest.TestCase):
|
||||||
"DB close did not raise an exception about its "\
|
"DB close did not raise an exception about its "\
|
||||||
"DBEnv being trashed"
|
"DBEnv being trashed"
|
||||||
|
|
||||||
|
# XXX This may fail when using older versions of BerkeleyDB.
|
||||||
|
# E.g. 3.2.9 never raised the exception.
|
||||||
assert 0, "dbenv did not raise an exception about its DB being open"
|
assert 0, "dbenv did not raise an exception about its DB being open"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue