Skip to content

fix travis-ci scripts.#25

Merged
sebbASF merged 4 commits intoapache:masterfrom
xenoamess-fork:fix_travis-ci_scripts
Jun 23, 2020
Merged

fix travis-ci scripts.#25
sebbASF merged 4 commits intoapache:masterfrom
xenoamess-fork:fix_travis-ci_scripts

Conversation

@XenoAmess
Copy link
Contributor

@XenoAmess XenoAmess commented Jun 18, 2020

add cache m2 to travis-ci.
delete openjdk13,openjdk14,openjdk-ea because java 1.6 cannot be used on such jdks.

[ERROR] Failures:
[ERROR]   CalendarValidatorTest.testDateTimeStyle:197 validate(A) default
[ERROR]   CalendarValidatorTest.testFormat:215 default expected:<31/12/[]05> but was:<31/12/[20]05>
[ERROR]   CurrencyValidatorTest.testIntegerValid:142 US negative expected:<-1234.00> but was:<null>
[ERROR]   CurrencyValidatorTest.testInvalid:121 US wrong negative
[ERROR]   CurrencyValidatorTest.testValid:93 US negative expected:<-1234.56> but was:<null>
[ERROR]   DateValidatorTest.testDateValidatorMethods:69 validate(A) both expected:<Sat Dec 31 00:00:00 CST 2005> but was:<null>
[ERROR]   TimeValidatorTest.testTimeZone:224 pattern result
[ERROR] Errors:
[ERROR]   CalendarValidatorTest.testCalendarValidatorMethods:70 NullPointer

I see no plans about fixing them in near days, so I think we'd better disable it until a fix comes up.

nope, that test seems already been fixed.

delete openjdk13,openjdk14,openjdk-ea because java 1.6 cannot be used on such jdks.
delete openjdk11 because CalendarValidatorTest, DateValidatorTest, TimeValidatorTest will fail on jdk11 as:

```
[ERROR] Failures:
[ERROR]   CalendarValidatorTest.testDateTimeStyle:197 validate(A) default
[ERROR]   CalendarValidatorTest.testFormat:215 default expected:<31/12/[]05> but was:<31/12/[20]05>
[ERROR]   CurrencyValidatorTest.testIntegerValid:142 US negative expected:<-1234.00> but was:<null>
[ERROR]   CurrencyValidatorTest.testInvalid:121 US wrong negative
[ERROR]   CurrencyValidatorTest.testValid:93 US negative expected:<-1234.56> but was:<null>
[ERROR]   DateValidatorTest.testDateValidatorMethods:69 validate(A) both expected:<Sat Dec 31 00:00:00 CST 2005> but was:<null>
[ERROR]   TimeValidatorTest.testTimeZone:224 pattern result
[ERROR] Errors:
[ERROR]   CalendarValidatorTest.testCalendarValidatorMethods:70 NullPointer
```
@XenoAmess XenoAmess changed the title fi'x travis-ci scripts. fix travis-ci scripts. Jun 18, 2020
@sebbASF sebbASF merged commit b24f61c into apache:master Jun 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants