geode-native
geode-native copied to clipboard
GEODE-10237: Remove no-ack from testThinClientTransactionsWithSticky
This removes the no-ack functionality from this test, which fails regularly in the CI.
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.hppand 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.