Skip to content

Commit 84b57f6

Browse files
author
Michael Penick
committed
Added comment to broken batch retry policy feature
1 parent d005fc4 commit 84b57f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

features/retry_polices.feature

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ Feature: Retry Policies
106106
And the log file "feature-retry-policy.log" should contain "Retrying on unavailable error at consistency ONE"
107107

108108

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
109112
@broken
110113
Scenario: Retry policy can be set when executing a batch
111114
Given tracing is enabled

0 commit comments

Comments
 (0)