readysettech / readyset

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.
https://readyset.io
Other
4.54k stars 125 forks source link

tests: Fix grafana test #1224

Closed lukoktonos closed 7 months ago

lukoktonos commented 7 months ago

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.