rdblue commented on a change in pull request #1587:
URL: https://github.com/apache/iceberg/pull/1587#discussion_r511172817
##########
File path: build.gradle
##########
@@ -693,6 +709,8 @@ if (jdkVersion == '8') {
// Vectorized reads need more memory
maxHeapSize '2500m'
}
+ // start and stop quarkus for nessie tests
+ tasks.test.dependsOn("quarkus-start").finalizedBy("quarkus-stop")
Review comment:
From the comments in the Iceberg sync, it sounds like this is running a
stand-alone Nessie server? Is that something we could handle like the current
Hive MetaStore tests, where each test suite creates a new metastore and tears
it down after the suite runs?
----------------------------------------------------------------
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]