Hello, I find that the `mvn clean install` build is not OK in my development
environment. I use a Windows computer to run it.
Here is the error log:
```
[INFO] Running org.apache.servicecomb.toolkit.cli.CliTest
[ERROR] Tests run: 6, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 2.884 s
<<< FAILURE! - in org.apache.servicecomb.toolkit.cli.CliTest
[ERROR]
testGenerateServiceCombCodeFromSingleContract(org.apache.servicecomb.toolkit.cli.CliTest)
Time elapsed: 0.834 s <<< FAILURE!
java.lang.AssertionError
at
org.apache.servicecomb.toolkit.cli.CliTest.lambda$testGenerateServiceCombCodeFromSingleContract$0(CliTest.java:54)
at
org.apache.servicecomb.toolkit.cli.CliTest.testGenerateServiceCombCodeFromSingleContract(CliTest.java:36)
[ERROR]
testGenerateCodeFromMultiContract(org.apache.servicecomb.toolkit.cli.CliTest)
Time elapsed: 0.602 s <<< FAILURE!
java.lang.AssertionError
at
org.apache.servicecomb.toolkit.cli.CliTest.testGenerateCodeFromMultiContract(CliTest.java:89)
[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] CliTest.testGenerateCodeFromMultiContract:89
[ERROR]
CliTest.testGenerateServiceCombCodeFromSingleContract:36->lambda$testGenerateServiceCombCodeFromSingleContract$0:54
[INFO]
[ERROR] Tests run: 6, Failures: 2, Errors: 0, Skipped: 0
```
Yours sincerely
Yao Haishi
[email protected]
On 12/6/2019 09:09,Bin Ma<[email protected]> wrote:
Hi All,
This is a call for Vote to release Apache ServiceComb Toolkit version 0.2.0
Release Candidate :
https://dist.apache.org/repos/dist/dev/servicecomb/servicecomb-toolkit/0.2.0/rc-01/
Staging Repository :
https://repository.apache.org/content/repositories/orgapacheservicecomb-1409
Release Tag :
https://github.com/apache/servicecomb-toolkit/releases/tag/0.2.0
Release CommitID : e95ba3c7b27673ee4e360d64cc1ccce43f70f18e
Release Notes :
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321626&version=12346158
Keys to verify the Release Candidate :
https://dist.apache.org/repos/dist/dev/servicecomb/KEYS
Voting will start now ( Friday, 6nd Dec, 2019) and will remain open for
at-least 72 hours, Request all PMC members to give their vote.
[ ] +1 Release this package as 0.2.0
[ ] +0 No Opinion
[ ] -1 Do not release this package because....
On the behalf of ServiceComb Team
Wishes & Regards
-------------------------------
Mabin