Nurture Nature

Results 21 comments of Nurture Nature

P.S. a good way to get a representative feel for what happens during inter dc partitioning: ```bash # run test multiple times regardless of valid? true/false lein run test-all --topology...

Hi Jack, > i modify dockerfile for debian 10 See #532 I was never able to create a Docker config that fully worked on Debian 10 or Ubuntu 20.04. The...

The Docker disappointment du jour is `docker compose` having lost, or being in the process of losing, the ability to configure os/systemd containers. `docker run` can configure os/systemd containers. See...

> I suspect this is related to the openjdk and docker desktop running on an M1 I am not knowledgeable re the M1 environment, but... The errors described above indicate...

Thanks for trying and reporting back. > I suspect this is slightly more sinister. > ... launches an Alpine image which then launches these containers. The Docker daemon being eponymous?...

Looking at the logs from a Jepsen test perspective, it's hard to make sense of what's happening. My interpretation is most likely a synthetic, i.e. test environment, failure. From looking...

Hi, To help interpret cycles and anomalies, an HTML table is now created showing all transactions interacting with any of the [k v] in the cycle. In addition, a full...

In an attempt to shrink the test environment down to the simplest form that shows anomalous behavior: - tried testing with single operation transactions, e.g. single upsert or read -...

Client has been updated: - from 0.10.1 - to electric-sql@latest. - no changes in test behavior The non-electric SQLite3 GitHub action has been renamed and updated to reflect the tests...

Upgrading node: ```bash $ node -v v22.2.0 ``` and installing: ```bash $ rm -rf src/generated dist node_modules $ npm install ``` fails: ```txt npm error code 1 npm error path...