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
d179cabb
Commit
d179cabb
authored
Sep 26, 2002
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add an XXX comment that this is broken. (The signature of
start_zeo_server() has changed dramatically.)
parent
f518c990
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
src/ZEO/tests/multi.py
src/ZEO/tests/multi.py
+1
-0
src/ZEO/tests/stress.py
src/ZEO/tests/stress.py
+2
-0
No files found.
src/ZEO/tests/multi.py
View file @
d179cabb
...
...
@@ -12,6 +12,7 @@
#
##############################################################################
"""A multi-client test of the ZEO storage server"""
# XXX This code is currently broken.
import
ZODB
,
ZODB
.
DB
,
ZODB
.
FileStorage
,
ZODB
.
POSException
import
Persistence
...
...
src/ZEO/tests/stress.py
View file @
d179cabb
...
...
@@ -16,6 +16,8 @@
The stress test should run in an infinite loop and should involve
multiple connections.
"""
# XXX This code is currently broken.
from
__future__
import
nested_scopes
import
ZODB
...
...
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