We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
这个错误在跑XA测试用例中也出现过,所以手动执行XA start测试,发现就是字符太长导致的。
If there is an exception, please attach the exception trace:
Just paste your stack trace here!
Minimal yet complete reproducer code (or URL to code):
java -version
uname -a
The text was updated successfully, but these errors were encountered:
@PeppaO Are you sure it's not a special character? This length limit is usually 132 characters, although it may vary depending on the version.
Sorry, something went wrong.
No branches or pull requests
Ⅰ. Issue Description
这个错误在跑XA测试用例中也出现过,所以手动执行XA start测试,发现就是字符太长导致的。
Ⅱ. Describe what happened
If there is an exception, please attach the exception trace:
Ⅲ. Describe what you expected to happen
Ⅳ. How to reproduce it (as minimally and precisely as possible)
Minimal yet complete reproducer code (or URL to code):
Ⅴ. Anything else we need to know?
Ⅵ. Environment:
java -version
): 1.8uname -a
):The text was updated successfully, but these errors were encountered: