WASdev / standards.jsr352.tck

Home of the TCK for the Java Batch standard (JSR 352, Batch Applications for the Java Platform). #JavaEE7
Apache License 2.0
1 stars 9 forks source link

Travis build failing due to rogue comma #38

Closed hughesj closed 8 years ago

hughesj commented 8 years ago

The last commit means there's a JSON syntax error. Travis build picked this up

scottkurz commented 8 years ago

@hughesj : I'm guessing we may just be running out of threads during our "partition" tests which spawn a set of threads, based on this which is what I'm seeing, just a "Killed" in the middle of the Travis build log.

But you specifically mentioned a "rogue comma". Did you have a reason for thinking this was something else?

Otherwise, thinking we might just disable Travis rather than having to worry about limiting # of threads.

scottkurz commented 8 years ago

For now, pushed https://github.com/WASdev/standards.jsr352.tck/commit/196bf3c6e7ce21a291edeba87be4a323c646f7a2 to only run test-compile in travis.

jvfullam commented 8 years ago

Additionally, we decided to skip the tests in the Travis build of the RI in 099a5fd