You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "ssoydan (GitHub)" <gi...@apache.org> on 2019/01/29 14:43:10 UTC

[GitHub] [incubator-dubbo] ssoydan commented on issue #3384: [Dubbo-3258] Replace explicit type parameters with diamond operator #3258

The test below (testAnyHost) runs successfully on local. Travis build job for Java11 is also successful. The error looks like a temporary one. I think if you can rerun the build, it will be successful.
Thanks.

[ERROR] testAnyHost  Time elapsed: 0.18 s  <<< ERROR!
redis.embedded.exceptions.EmbeddedRedisException: Failed to start Redis instance
	at org.apache.dubbo.registry.redis.RedisRegistryTest.setUp(RedisRegistryTest.java:50)
Caused by: java.io.IOException: Cannot run program "/tmp/1548765836895-0/redis-server-2.8.19" (in directory "/tmp/1548765836895-0"): error=26, Text file busy
	at org.apache.dubbo.registry.redis.RedisRegistryTest.setUp(RedisRegistryTest.java:50)
Caused by: java.io.IOException: error=26, Text file busy
	at org.apache.dubbo.registry.redis.RedisRegistryTest.setUp(RedisRegistryTest.java:50)

[ Full content available at: https://github.com/apache/incubator-dubbo/pull/3384 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org