Skip to content
This repository was archived by the owner on Feb 18, 2021. It is now read-only.

Slow startup time of cherami-server-standalone Docker image #68

@HelloGrayson

Description

@HelloGrayson

YARPC for Go is now using the Cherami server to run end-to-end tests, which is awesome, except that it adds minutes to our test suite completion time because this image takes so long to become ready.

Guessing this is related to provisioning Cassandra w/ schema and required data. Let's get that way down to at least >10s. Here are some ideas:

  • Create and maintain a Cassandra image that has the schema already provided
  • Mount the dir Cassandra persists to, and then use Travis CI's cache feature to ensure subsequent runs are speedy.

Anything would be useful on our end, this makes things really slow.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions