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
53632750
Commit
53632750
authored
May 30, 2003
by
Jeremy Hylton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Two fixes for testMonitor.
parent
ecd4b70a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/ZEO/tests/forker.py
src/ZEO/tests/forker.py
+1
-1
src/ZEO/tests/testMonitor.py
src/ZEO/tests/testMonitor.py
+2
-2
No files found.
src/ZEO/tests/forker.py
View file @
53632750
...
...
@@ -45,7 +45,7 @@ class ZEOConfig:
if
self
.
invalidation_queue_size
is
not
None
:
print
>>
f
,
"invalidation-queue-size"
,
self
.
invalidation_queue_size
if
self
.
monitor_address
is
not
None
:
print
>>
f
,
"monitor-address
"
,
self
.
monitor_address
print
>>
f
,
"monitor-address
%s:%s"
%
self
.
monitor_address
if
self
.
transaction_timeout
is
not
None
:
print
>>
f
,
"transaction-timeout"
,
self
.
transaction_timeout
if
self
.
authentication_protocol
is
not
None
:
...
...
src/ZEO/tests/testMonitor.py
View file @
53632750
...
...
@@ -13,7 +13,7 @@
##############################################################################
"""Test that the monitor produce sensible results.
$Id: testMonitor.py,v 1.
4 2003/05/23 22:09:36
jeremy Exp $
$Id: testMonitor.py,v 1.
5 2003/05/30 17:40:30
jeremy Exp $
"""
import
socket
...
...
@@ -72,7 +72,7 @@ class MonitorTests(CommonSetupTearDown):
return
d
def
getConfig
(
self
,
path
,
create
,
read_only
):
return
"""<mappingstorage/>"""
return
"""<mappingstorage
1
/>"""
def
testMonitor
(
self
):
# just open a client to know that the server is up and running
...
...
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