We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d005fc4 commit 84b57f6Copy full SHA for 84b57f6
features/retry_polices.feature
@@ -106,6 +106,9 @@ Feature: Retry Policies
106
And the log file "feature-retry-policy.log" should contain "Retrying on unavailable error at consistency ONE"
107
108
109
+ # This scenario is broken because cpp-driver <= 2.2.2 fails to retry with
110
+ # a downgraded consistency when using batches. Fix:
111
+ # https://github.com/datastax/cpp-driver/commit/ddb21b9878dff83049dc494b5f3ecfa58bdadce5
112
@broken
113
Scenario: Retry policy can be set when executing a batch
114
Given tracing is enabled
0 commit comments