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 c704a0b commit b0aa444Copy full SHA for b0aa444
scylla-rust-wrapper/src/session.rs
@@ -703,7 +703,7 @@ mod tests {
703
Condition::RequestOpcode(RequestOpcode::Query),
704
// We won't respond to any queries (including metadata fetch),
705
// but the driver will manage to continue with dummy metadata.
706
- RequestReaction::drop_connection(),
+ RequestReaction::forge().server_error(),
707
)]
708
}
709
0 commit comments