Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZEO
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
ZEO
Commits
f21c2292
Commit
f21c2292
authored
Apr 26, 2019
by
Marius Gedminas
Committed by
GitHub
Apr 26, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #144 from zopefoundation/jugmac00-fix-typo
Fix typo
parents
a6c1ffce
0efbe012
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/ZEO/asyncio/tests.py
src/ZEO/asyncio/tests.py
+1
-1
No files found.
src/ZEO/asyncio/tests.py
View file @
f21c2292
...
...
@@ -435,7 +435,7 @@ class ClientTests(Base, setupstack.TestCase, ClientRunner):
self
.
assertEqual
(
sorted
(
loop
.
later
[
1
:]),
[])
def
test_bad_server_tid
(
self
):
# If in verification we get a server_tid behin
g
the cache's, make sure
# If in verification we get a server_tid behin
d
the cache's, make sure
# we retry the connection later.
wrapper
,
cache
,
loop
,
client
,
protocol
,
transport
=
self
.
start
()
cache
.
store
(
b'4'
*
8
,
b'a'
*
8
,
None
,
'4 data'
)
...
...
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