Skip to content

Commit

Permalink
Enable failure detector in tests
Browse files Browse the repository at this point in the history
Actually: do not disable it in tests. Address a long-outstanding TODO
comment.
  • Loading branch information
findepi committed Oct 13, 2023
1 parent 2360b87 commit 008d44e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,6 @@ private TestingTrinoServer(
.put("internal-communication.shared-secret", "internal-shared-secret");

if (coordinator) {
// TODO: enable failure detector
serverProperties.put("failure-detector.enabled", "false");
serverProperties.put("catalog.store", "memory");

// Reduce memory footprint in tests
Expand Down

0 comments on commit 008d44e

Please sign in to comment.