Opened at 2019-08-09T03:54:18Z
#3237 new defect
Integration tests should not use sleep
Reported by: | meejah | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | eventually |
Component: | code | Version: | 1.13.0 |
Keywords: | integration | Cc: | |
Launchpad Bug: |
Description
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.
Note: See
TracTickets for help on using
tickets.