allmydata.test.cli.test_run.RunTests.test_pidfile_contents fails sometimes #4058

Open
opened 2023-08-09 18:34:21 +00:00 by exarkun · 0 comments
exarkun commented 2023-08-09 18:34:21 +00:00
Owner
> 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](wiki/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.

``` > 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](wiki/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.
tahoe-lafs added the
unknown
normal
defect
n/a
labels 2023-08-09 18:34:21 +00:00
tahoe-lafs added this to the undecided milestone 2023-08-09 18:34:21 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: tahoe-lafs/trac-2024-07-25#4058
No description provided.