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
dac1f98f
Commit
dac1f98f
authored
Oct 09, 2003
by
Jeremy Hylton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Give the connect thread a chance to run,
and remove old comment about disconnected errors.
parent
bc8b5009
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
trunk/src/ZEO/tests/ConnectionTests.py
trunk/src/ZEO/tests/ConnectionTests.py
+2
-5
No files found.
trunk/src/ZEO/tests/ConnectionTests.py
View file @
dac1f98f
...
@@ -453,11 +453,8 @@ class ConnectionTests(CommonSetupTearDown):
...
@@ -453,11 +453,8 @@ class ConnectionTests(CommonSetupTearDown):
"Error after server restart; retrying."
,
"Error after server restart; retrying."
,
error
=
sys
.
exc_info
())
error
=
sys
.
exc_info
())
get_transaction
().
abort
()
get_transaction
().
abort
()
# XXX This is a bloody pain. We're placing a heavy burden
# Give the other thread a chance to run.
# on users to catch a plethora of exceptions in order to
time
.
sleep
(
0.1
)
# write robust code. Need to think about implementing
# John Heintz's suggestion to make sure all exceptions
# inherit from POSException.
zLOG
.
LOG
(
"checkReconnection"
,
zLOG
.
INFO
,
"finished"
)
zLOG
.
LOG
(
"checkReconnection"
,
zLOG
.
INFO
,
"finished"
)
self
.
_storage
.
close
()
self
.
_storage
.
close
()
...
...
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