You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make a scylla db integration tests catalyst-gateway/bin/src/db/index/queries/purge/cql queries.
Description
Implement an Scylla db integration tests, the same it is done for in catalyst-gateway/bin/src/db/index/tests/scylla_queries.rs for the new purge queries.
The text was updated successfully, but these errors were encountered:
Right now cat-gateway returns such error during the execution of some purge query.
So pls try to fix this issue during testing these queries.
[ERROR] : TypeCheckError: Failed to type check the Rust type (alloc::vec::Vec<u8>, i16, num_bigint::bigint::BigInt) against CQL column types [Blob, SmallInt] : wrong column count: the statement operates on 2 columns, but the given rust types contains 3 chain=Mainnet line_number=466 target=cat_gateway::cardano
Summary
Make a scylla db integration tests
catalyst-gateway/bin/src/db/index/queries/purge/cql
queries.Description
Implement an Scylla db integration tests, the same it is done for in
catalyst-gateway/bin/src/db/index/tests/scylla_queries.rs
for the newpurge
queries.The text was updated successfully, but these errors were encountered: