scylladb / scylladb

NoSQL data store using the seastar framework, compatible with Apache Cassandra
http://scylladb.com
GNU Affero General Public License v3.0
12.95k stars 1.24k forks source link

add test for driver tablet routing logic #16855

Open denesb opened 5 months ago

denesb commented 5 months ago

Now that the python driver included in the frozen toolchain, supports tablets, we should add tests for this.

denesb commented 5 months ago

/cc @bhalevy

@avikivity what tests you had in mind exactly? Checking that the driver sends the requests to the correct node:shard?

avikivity commented 5 months ago

Checking that the payload is there when we miss the tablet, and matches the tablets table.

Checking that the payload is not there when we hit the tablet.

denesb commented 5 months ago

Who should work on this? @sylwiaszunejko or somebody from my team (maybe me)?