Integration tests should not use sleep #3237

Open
opened 2019-08-09 03:54:18 +00:00 by meejah · 0 comments
meejah commented 2019-08-09 03:54:18 +00:00
Owner

There are a few places where a time.sleep(10) or so is used to wait for a client to be ready; instead, code should test if it's ready.

One way is to use the status API via the web-port of the client to see if it is connected to storage-servers yet.

There are a few places where a `time.sleep(10)` or so is used to wait for a client to be ready; instead, code should test if it's ready. One way is to use the status API via the web-port of the client to see if it is connected to storage-servers yet.
tahoe-lafs added the
code
normal
defect
1.13.0
labels 2019-08-09 03:54:18 +00:00
tahoe-lafs added this to the eventually milestone 2019-08-09 03:54:18 +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#3237
No description provided.