Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

master ut not stable #2462

Closed
diecui1202 opened this issue Sep 7, 2018 · 3 comments
Closed

master ut not stable #2462

diecui1202 opened this issue Sep 7, 2018 · 3 comments
Labels
help wanted Everything needs help from contributors
Milestone

Comments

@diecui1202
Copy link

diecui1202 commented Sep 7, 2018

oracle JDK9, linux

Tests run: 5, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 15.229 sec <<< FAILURE! - in org.apache.dubbo.rpc.protocol.dubbo.telnet.PortTelnetHandlerTest
testListAllPort(org.apache.dubbo.rpc.protocol.dubbo.telnet.PortTelnetHandlerTest)  Time elapsed: 0.012 sec  <<< ERROR!
org.apache.dubbo.rpc.RpcException: Fail to start server(url: dubbo://127.0.0.1:20887/demo?channel.readonly.sent=true&codec=dubbo&heartbeat=60000) Failed to bind NettyServer on /127.0.0.1:20887, cause: Address already in use
	at org.apache.dubbo.rpc.protocol.dubbo.telnet.PortTelnetHandlerTest.before(PortTelnetHandlerTest.java:53)
Caused by: org.apache.dubbo.remoting.RemotingException: Failed to bind NettyServer on /127.0.0.1:20887, cause: Address already in use
	at org.apache.dubbo.rpc.protocol.dubbo.telnet.PortTelnetHandlerTest.before(PortTelnetHandlerTest.java:53)
Caused by: java.net.BindException: Address already in use

Tests in error:
PortTelnetHandlerTest.before:53 » Rpc Fail to start server(url: dubbo://127.0....

@diecui1202 diecui1202 added this to the 2.7.0 milestone Sep 7, 2018
@diecui1202
Copy link
Author

travis log is here: https://api.travis-ci.org/v3/job/425526781/log.txt

@diecui1202 diecui1202 added help wanted Everything needs help from contributors good first issue labels Sep 7, 2018
@diecui1202
Copy link
Author

try to use other port.

@diecui1202
Copy link
Author

change @before to @BeforeClass.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
help wanted Everything needs help from contributors
Projects
None yet
Development

No branches or pull requests

1 participant