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

[GitHub] [incubator-dubbo] ralf0131 opened issue #3364: Travis CI UT failure

- [x] I have searched the [issues](https://github.com/apache/incubator-dubbo/issues) of this repository and believe that this is not a duplicate.
- [x] I have checked the [FAQ](https://github.com/apache/incubator-dubbo/blob/master/FAQ.md) of this repository and believe that this is not a duplicate.

### Environment

* Dubbo version: 2.7.0
* Operating System version: Linux
* Java version: Java 11

### Steps to reproduce this issue

Travis CI failed with the following log
https://api.travis-ci.org/v3/job/485054109/log.txt


### Expected Result

CI pass.

### Actual Result

CI Failure.

```
[INFO] Running org.apache.dubbo.registry.redis.RedisRegistryTest
log4j:WARN No appenders could be found for logger (org.apache.dubbo.common.logger.LoggerFactory).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[ERROR] Tests run: 5, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.202 s <<< FAILURE! - in org.apache.dubbo.registry.redis.RedisRegistryTest
[ERROR] testAnyHost  Time elapsed: 0.201 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/1548641223184-0/redis-server-2.8.19" (in directory "/tmp/1548641223184-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)

[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR]   RedisRegistryTest.setUp:50 » EmbeddedRedis Failed to start Redis instance
[INFO] 
[ERROR] Tests run: 5, Failures: 0, Errors: 1, Skipped: 0
```


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

[GitHub] [incubator-dubbo] ralf0131 commented on issue #3364: Travis CI UT failure

Posted by "ralf0131 (GitHub)" <gi...@apache.org>.
@biyuhao Would you like to help to fix it?

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


[GitHub] [incubator-dubbo] biyuhao commented on issue #3364: Travis CI UT failure

Posted by "biyuhao (GitHub)" <gi...@apache.org>.
Yes, it's hard to reproduce in my environment.
 I'm willing to give it a try.

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


[GitHub] [incubator-dubbo] biyuhao commented on issue #3364: Travis CI UT failure

Posted by "biyuhao (GitHub)" <gi...@apache.org>.
https://github.com/kstyrc/embedded-redis/issues/85

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