rdblue commented on issue #427: Reuse Hive connection from Spark in an attempt to fix flaky tests. URL: https://github.com/apache/incubator-iceberg/pull/427#issuecomment-527249538 Okay, once I actually took a good look at those tests it was more obvious. Each test instantiates a new catalog with its own client pool. So it was easy for these to conflict if the tests run in parallel. I'm pushing a fix that uses a single shared catalog. I'm also keeping the other changes since those clean up client handling a bit.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
