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
nexedi
ZODB
Commits
76c6f4b6
Commit
76c6f4b6
authored
Jan 02, 2004
by
Jeremy Hylton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
But .zec files in tempdir.
parent
763fb380
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/ZEO/tests/ConnectionTests.py
src/ZEO/tests/ConnectionTests.py
+3
-1
No files found.
src/ZEO/tests/ConnectionTests.py
View file @
76c6f4b6
...
@@ -110,7 +110,8 @@ class CommonSetupTearDown(StorageTestBase):
...
@@ -110,7 +110,8 @@ class CommonSetupTearDown(StorageTestBase):
for
c
in
self
.
caches
:
for
c
in
self
.
caches
:
for
i
in
0
,
1
:
for
i
in
0
,
1
:
for
ext
in
""
,
".trace"
:
for
ext
in
""
,
".trace"
:
path
=
"%s-%s.zec%s"
%
(
c
,
"1"
,
ext
)
base
=
"%s-%s.zec%s"
%
(
c
,
"1"
,
ext
)
path
=
os
.
path
.
join
(
tempfile
.
tempdir
,
base
)
# On Windows before 2.3, we don't have a way to wait for
# On Windows before 2.3, we don't have a way to wait for
# the spawned server(s) to close, and they inherited
# the spawned server(s) to close, and they inherited
# file descriptors for our open files. So long as those
# file descriptors for our open files. So long as those
...
@@ -152,6 +153,7 @@ class CommonSetupTearDown(StorageTestBase):
...
@@ -152,6 +153,7 @@ class CommonSetupTearDown(StorageTestBase):
self
.
caches
.
append
(
cache
)
self
.
caches
.
append
(
cache
)
storage
=
TestClientStorage
(
self
.
addr
,
storage
=
TestClientStorage
(
self
.
addr
,
client
=
cache
,
client
=
cache
,
var
=
tempfile
.
tempdir
,
cache_size
=
cache_size
,
cache_size
=
cache_size
,
wait
=
wait
,
wait
=
wait
,
min_disconnect_poll
=
0.1
,
min_disconnect_poll
=
0.1
,
...
...
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