Open
Description
failures: ---- transport::connection::tests::test_coalescing stdout ---- Unique name: test_rust_1700493980_11 thread 'transport::connection::tests::test_coalescing' panicked at scylla/src/transport/connection.rs:2034:74: called `Result::unwrap()` on an `Err` value: DbError(Unprepared { statement_id: b"i\xb60\x01/\xdc\x02\xb6\xec;\x18\x8e\xaa\xf38\xcf" }, "Prepared query with ID 69b630012fdc02b6ec3b188eaaf338cf not found (either the query was not prepared on this host (maybe the host has been restarted?) or you have prepared too many queries and it has been evicted from the internal cache)")
Strange; I know that we now sometimes prepare statements in case of
query
as well, but it falls back toexecute
which automatically reprepares the statement (but just once).
This test failed in CI, but the failure is unrelated to the PR it failed it. Needs to be investigated.
Metadata
Metadata
Assignees
Labels
No labels