mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-05 20:42:54 +00:00
Add --test-threads=1 to instructions on how to run tests.
Currently, the tests don't work in parallel. The tests try to create a data directory in the same path and clash with each other. That should be fixed, but for now, let's at least fix the instructions on how it works now.
This commit is contained in:
@@ -7,7 +7,7 @@ Zenith substitutes PostgreSQL storage layer and redistributes data across a clus
|
||||
```sh
|
||||
git clone --recursive https://github.com/libzenith/zenith.git
|
||||
./pgbuild.sh # builds postgres and installs it to ./tmp_install
|
||||
cargo test
|
||||
cargo test -- --test-threads=1
|
||||
```
|
||||
|
||||
## Source tree layout
|
||||
|
||||
Reference in New Issue
Block a user