You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2020/10/11 02:40:16 UTC

[GitHub] [iceberg] kbendick commented on issue #1488: Occasional unit test failure from CI

kbendick commented on issue #1488:
URL: https://github.com/apache/iceberg/issues/1488#issuecomment-706640723


   I have found some flakey tests under some of the hive tests. I opened a PR for one that fails on my local (but doesn't fail on CI).
   
   I also have this one that fails occasionally on my local
   
   ```
   org.apache.iceberg.mr.hive.TestHiveIcebergStorageHandlerWithHiveCatalog > testScanTableORC FAILED
       java.lang.IllegalArgumentException: Failed to executeQuery Hive query SHOW TABLES: Error while compiling statement: FAILED: SemanticException org.apache.thrift.transport.TTransportException: java.net.SocketException: Broken pipe (Write failed)
   
           Caused by:
           org.apache.hive.service.cli.HiveSQLException: Error while compiling statement: FAILED: SemanticException org.apache.thrift.transport.TTransportException: java.net.SocketException: Broken pipe (Write failed)
   
               Caused by:
               org.apache.hadoop.hive.ql.parse.SemanticException: org.apache.thrift.transport.TTransportException: java.net.SocketException: Broken pipe (Write failed)
   
                   Caused by:
                   org.apache.hadoop.hive.ql.metadata.HiveException: org.apache.thrift.transport.TTransportException: java.net.SocketException: Broken pipe (Write failed)
   
                       Caused by:
                       org.apache.thrift.transport.TTransportException: java.net.SocketException: Broken pipe (Write failed)
   
                           Caused by:
                           java.net.SocketException: Broken pipe (Write failed)
   
       org.apache.hadoop.hive.ql.metadata.HiveException: org.apache.thrift.transport.TTransportException: java.net.SocketException: Broken pipe (Write failed)
   
           Caused by:
           org.apache.thrift.transport.TTransportException: java.net.SocketException: Broken pipe (Write failed)
   
               Caused by:
               java.net.SocketException: Broken pipe (Write failed)
   ```


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org