Alecco

Results 7 issues of Alecco

Test schema changes when there was an underlying topology change. - per test case checks of cluster health and cycling - helper class to do cluster manager API requests -...

Give cluster control to pytests. While there add missing stop gracefully and add server to ScyllaCluster. Clusters can be marked dirty but they are not recycled yet. This will be...

raft

When there are errors starting the first cluster(s) the logs of the server logs are needed. So move `.start()` to the `try` block in `test.py` (out of `asynccontextmanager`). While there,...

https://github.com/tursodatabase/limbo/issues/1348 The cache shouldn't allow pages with same key (id, frame) in the system to be still in use somewhere else.

Stale

I think there's a bug (or at least a foot-gun) in page cache's `insert` when inserting a page and the key already exists. In https://github.com/tursodatabase/limbo/blob/main/core/storage/page_cache.rs#L62: ```rust pub struct PageCacheKey {...

From the ashes of https://github.com/tursodatabase/limbo/pull/1331, here is an improved PR. * Cache full: on `insert()` keep walking back the list of pages until it can make room for the page...