Replies: 3 comments
-
|
Here is the command I used: # run risingwave
./risedev p
# run regress test
rm -rf `pwd`/src/tests/regress/output
RUST_BACKTRACE=1 cargo r -p risingwave_regress_test -- --host 127.0.0.1 \
-p 4566 \
-u root \
--input `pwd`/src/tests/regress/data \
--output `pwd`/src/tests/regress/output \
--schedule `pwd`/src/tests/regress/data/schedule \
--mode risingwaveMore details can be found in the doc. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Sorry. Just see your issue #13255 here. Yes, we should provide an easier way to run regress test. |
Beta Was this translation helpful? Give feedback.
0 replies
-
thanks for your reply🤩I would like to add this small tool into risedev |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any way to test regress test in risedev tools?
For example, if i issue a pull request,i found my regress test fail, is there a quick and easy way to verify it locally?
Beta Was this translation helpful? Give feedback.
All reactions