rdsr edited a comment on issue #1198:
URL: https://github.com/apache/iceberg/issues/1198#issuecomment-657939318
I don't mind too much if tests take a little long to run, especially on
travis. It doesn't hamper my dev cycle where I mostly run specific tests while
I'm developing or testing my changes. For travis to not time out can we simply
print standard error and standard out on the console through Gradle? This will
dump the logs when running the tests. The configuration for enabling that is
```
// show standard out and standard error of the test JVM(s) on the console
testLogging.showStandardStreams = true
```
And we should be able to enable this configuration on Travis by checking
Travis specific env variables, if this produces too much noise on our local
machines.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]