Commit 1c8c8876 authored by Jim Fulton's avatar Jim Fulton

Removed a pointless check that led to spurious test failures.

parent cd7192aa
...@@ -237,8 +237,6 @@ directory of the blob storage: ...@@ -237,8 +237,6 @@ directory of the blob storage:
>>> len([name for name in os.listdir(os.path.join(blob_dir, 'tmp')) >>> len([name for name in os.listdir(os.path.join(blob_dir, 'tmp'))
... if name.startswith('savepoint')]) ... if name.startswith('savepoint')])
1 1
>>> os.listdir(os.path.join(blob_dir, 'tmp'))[0].startswith('savepoint')
True
After committing the transaction, the temporary savepoint files are moved to After committing the transaction, the temporary savepoint files are moved to
the committed location again: the committed location again:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment