Skip to content

Commit

Permalink
fix(docs): fix regress test input file path (#3667)
Browse files Browse the repository at this point in the history
* fix(docs): fix regress test input file path

* remove stale comments

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
lmatz and mergify[bot] authored Jul 5, 2022
1 parent 67dbe53 commit d4eba74
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/tests/regress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,15 @@ tests: boolean

* Install `psql` and ensure that it's in your path.
* Start risingwave cluster.
* Enter `rust` folder of your workspace.
* Run
```shell
RUST_BACKTRACE=1 target/debug/risingwave_regress_test -h 127.0.0.1 \
-p 4567 \
--input `pwd`/tests/regress/data \
--output `pwd`/tests/regress/output \
--schedule `pwd`/tests/regress/data/schedule
--input `pwd`/src/tests/regress/data \
--output `pwd`/src/tests/regress/output \
--schedule `pwd`/src/tests/regress/data/schedule
```

# Reference

The `data` folder contains test cases migrated from [postgres](https://github.com/postgres/postgres/).
The `data` folder contains test cases migrated from [postgres](https://github.com/postgres/postgres/).

0 comments on commit d4eba74

Please sign in to comment.