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.
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