You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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:
Anything would be useful on our end, this makes things really slow.
The text was updated successfully, but these errors were encountered: