Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Joshua
wendelin.core
Commits
3c94b6ef
Commit
3c94b6ef
authored
Dec 16, 2019
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
c14872b1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
bigfile/file_zodb.py
bigfile/file_zodb.py
+1
-0
lib/testing.py
lib/testing.py
+0
-1
No files found.
bigfile/file_zodb.py
View file @
3c94b6ef
...
...
@@ -799,6 +799,7 @@ class _ZBigFileH(object):
self
.
zfile
.
_p_jar
.
onCloseCallback
(
self
.
on_connection_close
)
# XXX resync wconn/wcfileh ?
# XXX -> yes, but wconn is 1-1 to zconn, not per fileh
# attach us to Connection's transaction manager:
#
...
...
lib/testing.py
View file @
3c94b6ef
...
...
@@ -263,7 +263,6 @@ class TestDB_ZEO(TestDB_Base):
port
=
self
.
zeo_forker
.
get_port
()
zconf
=
self
.
zeo_forker
.
ZEOConfig
((
''
,
port
))
# XXX path - on tmpfs
_
=
self
.
zeo_forker
.
start_zeo_server
(
path
=
'%s/1.fs'
%
self
.
tmpd
,
zeo_conf
=
zconf
,
port
=
port
)
if
self
.
z5
:
self
.
addr
,
self
.
stop
=
_
...
...
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