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
f118617b
Commit
f118617b
authored
Nov 03, 2020
by
Kirill Smelkov
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
X tests: Don't try to stop wcfs that is already exited
parent
84404f8f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
conftest.py
conftest.py
+3
-0
No files found.
conftest.py
View file @
f118617b
...
...
@@ -35,6 +35,9 @@ def pytest_unconfigure(config):
print
(
wcfs
.
_wcstarted
)
print
(
"closing..."
)
for
wc
in
wcfs
.
_wcstarted
:
if
wc
.
_proc
.
poll
()
is
not
None
:
continue
# this wcfs server already exited
twc
=
tWCFS
(
wc
=
wc
)
# FIXME currently has to kill wcfs.go, because swapned pinner threads are running
# -> stop pinner first
...
...
Kirill Smelkov
@kirr
mentioned in commit
c5e18c74
·
Oct 28, 2021
mentioned in commit
c5e18c74
mentioned in commit c5e18c742b285637a043e07aee936ee470c41ba5
Toggle commit list
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