[GitHub] commons-lang issue #304: Fix DateUtilsTest to work reliably on Java 9

2017-10-28 Thread PascalSchumacher
Github user PascalSchumacher commented on the issue:

https://github.com/apache/commons-lang/pull/304
  
@garydgregory For me too and the build on travis with java 9 has been 
sucessfully running for months now. 

This seems to be a locale related thing. I can replicated the 8 test 
failures by adding `-Duser.country=GB -Duser.language=en` to surefire `argLine`.


---


[GitHub] commons-lang issue #304: Fix DateUtilsTest to work reliably on Java 9

2017-10-27 Thread garydgregory
Github user garydgregory commented on the issue:

https://github.com/apache/commons-lang/pull/304
  
The current git master build OK for me with 'mvn clean verify' and Oracle 
Java 9.0.1.


---


[GitHub] commons-lang issue #304: Fix DateUtilsTest to work reliably on Java 9

2017-10-27 Thread jodastephen
Github user jodastephen commented on the issue:

https://github.com/apache/commons-lang/pull/304
  
Test failure looks like a timing issue unrelated to this PR


---


[GitHub] commons-lang issue #304: Fix DateUtilsTest to work reliably on Java 9

2017-10-27 Thread coveralls
Github user coveralls commented on the issue:

https://github.com/apache/commons-lang/pull/304
  

[![Coverage 
Status](https://coveralls.io/builds/13919695/badge)](https://coveralls.io/builds/13919695)

Coverage remained the same at 95.163% when pulling 
**0a6d43fc284b9a085d1b72ca38011187c761321e on jodastephen:date-tests** into 
**7a3ca8598dc4e830337dd938f2ad501a1e4049fe on apache:master**.



---