mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-27 11:55:15 +00:00
The code currently assumes that a session has both sender and receiver
streams, but it is possible to have just one or the other.
Change the test to include this scenario and remove this assumption from
the code.
Fixes: #22770
Closes scylladb/scylladb#22771
(cherry picked from commit 87e8e00de6)
Closes scylladb/scylladb#22873