Opened at 2023-08-09T18:34:21Z
#4058 new defect
allmydata.test.cli.test_run.RunTests.test_pidfile_contents fails sometimes
| Reported by: | exarkun | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | undecided |
| Component: | unknown | Version: | n/a |
| Keywords: | Cc: | ||
| Launchpad Bug: |
Description
File "/tmp/tahoe-lafs.tox/py39/lib/python3.9/site-packages/allmydata/test/cli/test_run.py", line 279, in test_pidfile_contents
with check_pid_process(pidfile):
AttributeError: __enter__
Falsifying example: test_pidfile_contents(
self=<allmydata.test.cli.test_run.RunTests.test_pidfile_contents id=0x7ff02560ca30>,
content='0 0',
)
The regex filtering out "good" content misses some strings the parser will accept.
Note: See
TracTickets for help on using
tickets.
