Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
ZODB
Commits
f9af3f09
Commit
f9af3f09
authored
Jan 16, 2013
by
JeanMichel FRANCOIS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix tests and improve changelog
parent
69c18075
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
CHANGES.rst
CHANGES.rst
+3
-3
src/ZODB/tests/blob_transaction.txt
src/ZODB/tests/blob_transaction.txt
+2
-2
No files found.
CHANGES.rst
View file @
f9af3f09
...
@@ -5,8 +5,8 @@
...
@@ -5,8 +5,8 @@
4.0.0
.
dev
(
unreleased
)
4.0.0
.
dev
(
unreleased
)
======================
======================
-
improve
logging
when
blob
is
not
found
:
include
the
filename
requested
-
Include
the
filename
in
the
exception
message
to
support
debugging
in
case
which
doesn
't exists
loadBlob
does
not
find
the
file
.
4.0.0
a4
(
2012
-
12
-
17
)
4.0.0
a4
(
2012
-
12
-
17
)
=====================
=====================
...
@@ -315,7 +315,7 @@ Bugs fixed
...
@@ -315,7 +315,7 @@ Bugs fixed
their subconnections weren't cleaned up properly.
their subconnections weren't cleaned up properly.
- ZEO didn't work with IPv6 addrsses.
- ZEO didn't work with IPv6 addrsses.
Added
IPv6
support
contributed
by
Martin
v
.
L
ö
wis
.
Added IPv6 support contributed by Martin v. L
�wi
s.
- A file storage bug could cause ZEO clients to have incorrect
- A file storage bug could cause ZEO clients to have incorrect
information about current object revisions after reconnecting to a
information about current object revisions after reconnecting to a
...
...
src/ZODB/tests/blob_transaction.txt
View file @
f9af3f09
...
@@ -394,7 +394,7 @@ And we shouldn't be able to read the data that we saved:
...
@@ -394,7 +394,7 @@ And we shouldn't be able to read the data that we saved:
>>> blob_storage.loadBlob(blob._p_oid, s1)
>>> blob_storage.loadBlob(blob._p_oid, s1)
Traceback (most recent call last):
Traceback (most recent call last):
...
...
POSKeyError: 'No blob file'
POSKeyError: 'No blob file
at ...
'
Of course the old data should be unaffected:
Of course the old data should be unaffected:
...
@@ -411,7 +411,7 @@ Similarly, the new object wasn't added to the storage:
...
@@ -411,7 +411,7 @@ Similarly, the new object wasn't added to the storage:
>>> blob_storage.loadBlob(blob._p_oid, s2)
>>> blob_storage.loadBlob(blob._p_oid, s2)
Traceback (most recent call last):
Traceback (most recent call last):
...
...
POSKeyError: 'No blob file'
POSKeyError: 'No blob file
at ...
'
.. clean up
.. clean up
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment