Readyset is a MySQL and Postgres wire-compatible caching layer that sits in front of existing databases to speed up queries and horizontally scale read throughput. Under the hood, ReadySet caches the results of cached select statements and incrementally updates these results over time as the underlying data changes.
The grafana test was still pulling readyset:lastest from ECR, but that
was out of date and failing due to a parameter change. latest-nightly is
the correct tag now.
The test was failing but reporting success, so this change also fixes
that detection as well. However, the grafana test runs still fail at
this time, so they're being set to "soft fail" so that this change can
be merged and the tests addressed at a later time.
The grafana test was still pulling readyset:lastest from ECR, but that was out of date and failing due to a parameter change. latest-nightly is the correct tag now.
The test was failing but reporting success, so this change also fixes that detection as well. However, the grafana test runs still fail at this time, so they're being set to "soft fail" so that this change can be merged and the tests addressed at a later time.