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
roachtest: Test message too large error formatting for kafka v2 sinks
We recently updated the message too large error on kafka v2 sinks to include
additional details. This test ensures that when this error is triggered, the
error string is formatted correctly and contains the key, size and mvcc
timestamp.
The roachtest sets up Kafka sinks, creates a table and a changefeed, inserts
a value large enough to trigger a message too large error, and checks the logs
to confirm the error message is formatted correctly. To access the logs, the
FetchLogs method was added to the Cluster interface.
Fixes#148000
Epic CRDB-51353
Release note: None
0 commit comments