geode-native icon indicating copy to clipboard operation
geode-native copied to clipboard

GEODE-10237: Remove no-ack from testThinClientTransactionsWithSticky

Open mmartell opened this issue 3 years ago • 1 comments

This removes the no-ack functionality from this test, which fails regularly in the CI.

mmartell avatar Apr 14 '22 13:04 mmartell

This is, IMO, too much code to duplicate, and adding the new file rather than editing the existing one really obscures the nature of this change. Please try just editing ThinClientTrasactions.hpp and resubmit.

Good catch Blake! Not sure why I thought I needed to use a new header file. As you point out, just needed to refactor the original header.

mmartell avatar May 02 '22 21:05 mmartell