scylladb / python-driver

ScyllaDB Python Driver, originally DataStax Python Driver for Apache Cassandra
https://python-driver.docs.scylladb.com
Apache License 2.0
74 stars 42 forks source link

metadata pagination: last page wasn't always handled #178

Closed fruch closed 1 year ago

fruch commented 1 year ago

Seem like there was a bug in metadata pagination that it was breaking on the notice no next page while no yeilding the parsed rows of that last page

in most cases since the defaut of rows per page is 1000 that was enough, but in the case there were more keyspaces then that limit, some of the keyspaces were missed and it was failing the SCT test.

Fix: #174