Tests for warning and error lines in logfile when user executes big batch (above preconfigured thresholds in scylla.yaml). Signed-off-by: Lukasz Sojka <lukasz.sojka@scylladb.com> Closes #10232
cql client should return warnings when batch exceedes certain size. This test verifies if response contains them. Test covers issue: https://github.com/scylladb/scylla/issues/10196 Signed-off-by: Lukasz Sojka <lukasz.sojka@scylladb.com> Closes #10197