Jingyu Zhou

Results 107 comments of Jingyu Zhou

What's the performance impact of this change?

What's the motivation for this change? Is this only for RocksDB? Can you describe more details, because for SQLite/Redwood engine, the change can cause performance problems (some pathology related to...

Currently FDB only supports x64 CPUs for MacOS. There is patch support ARM build which has been merged to master.

Hi @wwilson , can you reformat the PR with `clang-format`? CI failed on the format check.

@sfc-gh-satherton mentioned that currently there is an optimization in the `status json` generation that reduces memory copies, which reduces the time from a few seconds to less than one second....

Yes, that's something missing in the `README.md`. FYI, the tarball can be generated when building `foundationdb`, e.g., `ninja package_tests`. The package is located at `cmake_outputdir/packages/correctness-VERSION.tar.gz`.

Can you try edit line 360 of `/opt/rh/rh-python38/root/usr/local/lib64/python3.8/site-packages/joshua/joshua_agent.py` to: ``` if 'env' in properties and properties['env']: ``` I think this change can fix the bug.

The `tail` command looks for the active ensemble or the given one, so in order to see your results, use: ``` python3 -m joshua.joshua -C ../devops/clusters/joshua/fdb.cluster tail 20210409-151019-oleg-618f4164d06d707d ``` You...

> 1. Is there a capability of displaying a list of tests ran in the past? Yes. Use `python3 -m joshua.joshua list --stopped`. > 2. Is there a forum to...