This is what it's failing with right? org.apache.iceberg.hadoop.TestHadoopCatalog > testVersionHintFile FAILED org.apache.iceberg.exceptions.NoSuchTableException: Table does not exist: tbl at org.apache.iceberg.BaseMetastoreCatalog.loadTable(BaseMetastoreCatalog.java:108) at org.apache.iceberg.hadoop.TestHadoopCatalog.testVersionHintFile(TestHadoopCatalog.java:522)
I haven't seen that build failure on Travis before. In the past there were some issues with tests failing due to Timezones but those were all fixed. Have you tried merging master into your branch recently? On Wed, 16 Sep 2020 at 17:15, Peter Vary <pv...@cloudera.com.invalid> wrote: > Hi Team, > > Struggling with a PR (https://github.com/apache/iceberg/pull/1465) where > a test is green on my runs in IntelliJ, and also green if I run the test > with command line, and I even run them successfully on linux with the > command: > > ./gradlew :iceberg-core:test > > > The problem is that the test is failing on travis. Any quick ideas how is > the travis env different from the various test environments above? > > Thanks, > Peter >