-
Notifications
You must be signed in to change notification settings - Fork 589
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI Failure - Timeout (Missing columns: EPOCH) in NodeOperationFuzzyTest.test_node_operations
#8381
Comments
@twmb we try to parse the outcome of |
https://buildkite.com/redpanda/vtools/builds/5399#0185dda8-ff9a-47c1-8b69-82b48d8ab625
|
We print an EPOCH column if any of the partitions have a non- |
Well, the failing test indicates that we still may return -1. Are you sure it is an invalid value even in cases then there is non coordinator error or some some other kind of error? If you're certain - I'll add an assert and then we'll investigate when it's triggered |
But in this case the output is empty and I think it explains the lack of EPOCH column:
|
@rystsov the describe output was written a while before Redpanda supported leader epochs -- it was basically written preemptively so that nothing needed to be done once KIP-320 was implemented. Now that Redpanda does support KIP-320, we can change the code to always print the epoch column. I expect we'd receive a -1 if there are response errors, but in no other case. |
https://buildkite.com/redpanda/vtools/builds/5399#0185dda8-ff9a-47c1-8b69-82b48d8ab625
For the generic errors like Timeout it isn't enough to take a look just at result.txt we should download the archive and take a peek at test_log.debug
report.txt
test_log.debug
The text was updated successfully, but these errors were encountered: