Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Kirill Smelkov
wendelin.core
Commits
e95955e3
Commit
e95955e3
authored
Nov 22, 2019
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
1e4876b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
wcfs/wcfs_test.py
wcfs/wcfs_test.py
+0
-5
No files found.
wcfs/wcfs_test.py
View file @
e95955e3
...
@@ -1198,16 +1198,11 @@ def test_wcfs_watch_robust():
...
@@ -1198,16 +1198,11 @@ def test_wcfs_watch_robust():
at2
=
t
.
commit
(
zf
,
{
2
:
'c2'
})
at2
=
t
.
commit
(
zf
,
{
2
:
'c2'
})
# file not yet opened on wcfs
# file not yet opened on wcfs
print
(
'
\
n
\
n
AAA'
)
wl
=
t
.
openwatch
()
wl
=
t
.
openwatch
()
assert
wl
.
sendReq
(
timeout
(),
b"watch %s @%s"
%
(
h
(
zf
.
_p_oid
),
h
(
at1
)))
==
\
assert
wl
.
sendReq
(
timeout
(),
b"watch %s @%s"
%
(
h
(
zf
.
_p_oid
),
h
(
at1
)))
==
\
"error setup watch f<%s> @%s: "
%
(
h
(
zf
.
_p_oid
),
h
(
at1
))
+
\
"error setup watch f<%s> @%s: "
%
(
h
(
zf
.
_p_oid
),
h
(
at1
))
+
\
"file not yet known to wcfs or is not a ZBigFile"
"file not yet known to wcfs or is not a ZBigFile"
print
(
'
\
n
\
n
CCC'
)
wl
.
close
()
wl
.
close
()
print
(
'
\
n
\
n
DDD'
)
return
# closeTX/bye cancels blocked pin handlers
# closeTX/bye cancels blocked pin handlers
f
=
t
.
open
(
zf
)
f
=
t
.
open
(
zf
)
...
...
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