You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched the issues and found no similar issues.
Linkis Component
linkis-commons
Steps to reproduce
mvn install -pl linkis-commons -am -DskipTests
using the Nondex tools that are used to detect flakiness. mvn edu.illinois:nondex-maven-plugin:2.1.1:nondex -pl linkis-commons/linkis-common -Dtest=org.apache.linkis.common.exception.ExceptionManagerTest#testGenerateException
Will see the failure log
[ERROR] ExceptionManagerTest.testGenerateException:55 expected: <LinkisException{errCode=10000, desc='The map cannot be parsed normally, the map is empty or the LEVEL value is missing:(map不能被正常的解析,map为空或者缺少LEVEL值: ){desc=test, port=0, errCode=1, level=null, ip=null, serviceKind=null}', ip='null', port=0, serviceKind='null'}> but was: <LinkisException{errCode=10000, desc='The map cannot be parsed normally, the map is empty or the LEVEL value is missing:(map不能被正常的解析,map为空或者缺少LEVEL值: ){errCode=1, ip=null, desc=test, port=0, level=null, serviceKind=null}', ip='null', port=0, serviceKind='null'}>
[INFO]
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0
Expected behavior
The actual value for AssertEquals() should be <LinkisException{errCode=10000, desc='The map cannot be parsed normally, the map is empty or the LEVEL value is missing:(map不能被正常的解析,map为空或者缺少LEVEL值: ){desc=test, port=0, errCode=1, level=null, ip=null, serviceKind=null}', ip='null', port=0, serviceKind='null'}>
Your environment
Linkis version used: latest version
Environment name and version:
openjdk version "11.0.20.1"
maven 3.9.5
Anything else
No response
Are you willing to submit a PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
We are glad that you are contributing by opening this issue.
Please make sure to include all the relevant context.
We will be here shortly.
If you are interested in contributing to our website project, please let us know!
You can check out our contributing guide on
👉 How to Participate in Project Contribution.
Search before asking
Linkis Component
linkis-commons
Steps to reproduce
mvn install -pl linkis-commons -am -DskipTests
mvn edu.illinois:nondex-maven-plugin:2.1.1:nondex -pl linkis-commons/linkis-common -Dtest=org.apache.linkis.common.exception.ExceptionManagerTest#testGenerateException
Expected behavior
The actual value for AssertEquals() should be
<LinkisException{errCode=10000, desc='The map cannot be parsed normally, the map is empty or the LEVEL value is missing:(map不能被正常的解析,map为空或者缺少LEVEL值: ){desc=test, port=0, errCode=1, level=null, ip=null, serviceKind=null}', ip='null', port=0, serviceKind='null'}>
Your environment
Anything else
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: