•  
      request #10428 Improve the wrapper script used to launch integration tests
    Infos
    #10428
    Thomas Gerbet (tgerbet)
    2017-07-10 09:59
    2017-07-07 17:54
    10669
    Details
    Improve the wrapper script used to launch integration tests
    I would like to do/investigate two things:
    * Replace the sleep/check container status loop by the usage of docker wait. It would avoid to bloat the logs while probably being more resilient
    * Check if we can let docker-compose cleaning the volumes itself. With the current way I have witnessed issues that looked like race conditions where we tried to remove volumes but containers were not yet removed.
    Other
    Empty
    Empty
    • [ ] enhancement
    • [x] internal improvement
    Empty
    Stage
    Empty
    Closed
    2017-07-10
    Attachments
    Empty
    References

    Follow-ups

    User avatar
    The second contribution has been integrated into Tuleap 9.9.99.111

    • Status changed from Under review to Closed
    • Connected artifacts
    • Close date set to 2017-07-10
    User avatar
    Thomas Gerbet (tgerbet)2017-07-07 23:06
    Second contribution to let Docker Compose do the cleanup is under review: gerrit #8942.

    • Status changed from Under implementation to Under review