Young

Results 6 issues of Young

I noticed that jepsen version 2.0 introduced pure function generator. Do the previous tests been adapted for the pure generator? In other words, if I want to take the long-fork,...

It seems that I upgrade this extension by accident. I can not use clojure-lsp. The output in vscode reports : ```bash [Error - 3:53:07 PM] Starting client failed Launching server...

lsp

During my testing, I found the following two anomalies may be ignored by elle. 1. Cycle of wr-process-wr This case comes from transactional causal consistency: ``` clojure (def h [{:process...

## Enhancement 我们团队目前在做数据库相关的研究,注意到 IvorySQL 和 HGDB 都是在 PG 开源的基础上更新的。由于后者不开源,因此想借这个 issue board 请问一下有关事务隔离级别的问题。 简单来说,我们在 HGDB 6 上发现了一个 wrikte-skew 的异常,这是否是被允许的?据我所知这个 bug 在 pg 12.4 上被修复,但是似乎在 HGDB 上还是存在的。 ![image](https://user-images.githubusercontent.com/23613366/199453568-b2ab968a-0420-43e2-bdd8-20f018e7a39f.png) 在 serializable 的隔离级别下运行。抽象来说,有 3...

enhancement

I notice you mentioned that in your test report for [MongoDB 3.6.4](https://jepsen.io/analyses/mongodb-3-6-4) > We implemented a new kind of Jepsen test to check causal consistency, adapted from Bouajjani, Enea, Guerraoui,...

I tried to test MongoDB by Jepsen in docker-compose which introduced in [tutorial](https://github.com/jepsen-io/jepsen/blob/master/docker/README.md) I can run etcdemo successfully. But I failed in this case > OpenJDK 64-Bit Server VM warning:...