overstory / marklogic-intellij-plugin

Plugin to support XQuery + MarkLogic debugging in Intellij Idea
Apache License 2.0
12 stars 2 forks source link

Travis cloud build is dying because output from IntelliJ testing library is too verbose #51

Open ronhitchens opened 6 years ago

ronhitchens commented 6 years ago

All tests pass locally, but when run by Travis CI the build is killed because the size of the output exceeds 4MB. This is apparently because the IntelliJ code that's driving parser tests is logging verbosely at DEBUG level. Not sure at this point how to suppress the verbose log output, I don't know which logging framework it's using (possibly it's own internal one) or where to modify the config.

ronhitchens commented 4 years ago

As of the 1.1 release, TravisCI is still broken, but now apparently due to some other config issue.