-
Notifications
You must be signed in to change notification settings - Fork 277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: bvt test fails at case matrixone/test/distributed/cases/ddl/comprimary_key.sql
with error Exception in thread "main" java.lang.NullPointerException
#11881
Labels
kind/bug
Something isn't working
severity/s0
Extreme impact: Cause the application to break down and seriously affect the use
team/c2
Milestone
Comments
aronchanisme
added
kind/bug
Something isn't working
needs-triage
severity/s0
Extreme impact: Cause the application to break down and seriously affect the use
labels
Sep 22, 2023
类似的问题, 这个报错来看mo和mo-tester都有点问题, 合理的预期是这个case失败了mo-tester能继续往下跑 |
还没时间看 |
还没时间看 |
2 similar comments
还没时间看 |
还没时间看 |
在原环境上复现。 |
还没时间看 |
not working on it |
1 similar comment
not working on it |
not working on it |
3 similar comments
not working on it |
not working on it |
not working on it |
1、在测试过程中有碰到这个问题。
2、另外
这个部分与matrixorigin/mo-tester#143 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/bug
Something isn't working
severity/s0
Extreme impact: Cause the application to break down and seriously affect the use
team/c2
Is there an existing issue for the same bug?
Environment
Actual Behavior
When running bvt test on mo in docker mode, this case always fails:
Expected Behavior
All bvt cases should pass with no errors
Steps to Reproduce
Deploy an mo in docker mode
https://docs.matrixorigin.cn/0.8.0/MatrixOne/Get-Started/install-on-linux/install-on-linux-method3/
Set mo confs,
cn.toml
tn.toml
Save these 2 conf files to a folder, e.g.
/data/mo/20230921_194537/matrixone/etc/
3. Start mo docker container
mkdir -p /data/bvt/ cd /data/bvt/ git clone https://ghproxy.com/github.com/matrixorigin/matrixone.git -b 1.0.0-rc1
cd /data/bvt/mo-tester ./run.sh -n -g -m run -p ../matrixone/test/distributed/cases -e optimistic /data/bvt_cases/matrixone
Additional information
https://github.com/matrixorigin/mo-nightly-regression/actions/runs/6261178786/job/17000800347
The text was updated successfully, but these errors were encountered: