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 e659314 commit 884ca70Copy full SHA for 884ca70
scylla/tests/integration/session/schema_agreement.rs
@@ -191,7 +191,7 @@ async fn test_schema_await_with_transient_failure() {
191
// Use error that would prevent DefaultRetryPolicy from retrying.
192
// I don't think it is used for those queries, but it's additional future-proofing
193
// for the test.
194
- RequestReaction::forge_with_error(DbError::SyntaxError),
+ RequestReaction::forge_with_error(DbError::Overloaded),
195
)]);
196
197
// First, a sanity check for proxy rules.
0 commit comments