Skip to content

Commit 3e31aaa

Browse files
committed
Enable exchange compression in fte tests
1 parent 2475e48 commit 3e31aaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

testing/trino-testing/src/main/java/io/trino/testing/FaultTolerantExecutionConnectorTestHelper.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ public static Map<String, String> getExtraProperties()
3535
.put("fault-tolerant-execution-task-memory", "1GB")
3636
// limit number of threads to detect potential thread leaks
3737
.put("query.executor-pool-size", "10")
38+
// enable exchange compression to follow production deployment recommendations
39+
.put("exchange.compression-enabled", "true")
3840
.buildOrThrow();
3941
}
4042
}

0 commit comments

Comments
 (0)