Skip to content

Commit

Permalink
server-admin-tool intTest: Re-add forkEvery (projectnessie#9762)
Browse files Browse the repository at this point in the history
  • Loading branch information
snazy authored Oct 16, 2024
1 parent e30e894 commit 6ee6472
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/server-admin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ if (Os.isFamily(Os.FAMILY_MAC) && System.getenv("CI") != null) {
}

tasks.named<Test>("intTest").configure {
// Reduce likelihood of OOM due to too many Quarkus apps in memory;
// Ideally, set this number to the number of IT classes to run for each backend.
forkEvery = 5
// Optional; comma-separated list of backend names to test against;
// see NessieServerAdminTestBackends for valid values.
systemProperty("backends", System.getProperty("backends"))
Expand Down

0 comments on commit 6ee6472

Please sign in to comment.