Add empty list check for element before table to fix "list index out of range"#549
Conversation
aakankshaduggal
left a comment
There was a problem hiding this comment.
LGTM thanks @cfchase
|
placing a hold until I verify that I've been able to reproduce. also @cfchase looks like you need to sign-off your commits |
khaledsulayman
left a comment
There was a problem hiding this comment.
Thanks for finding and submitting this fix!
|
looks like the medium job failed due to insufficient space. Just reran it for now and can investigate further if it fails again |
1003f0b to
6040188
Compare
|
failed to generate data with exception: 'icl_query_2' can you help me out like why does this error arise? |
|
@Prithiviraj25 Is your comment and issue about the changes in this pull request? If so, can you share how you hit that error with this PR? If not, can you open another issue specifically to track your error? |
|
|
removed the hold since I was able to reproduce the error, however looks like there's some failing functional tests |
|
@Mergifyio refresh |
✅ Pull request refreshed |
|
@Mergifyio retest |
❌ Sorry but I didn't understand the command. Please consult the commands documentation 📚. |
|
I ran this in the cmb builder, and it got me past the issue we had with the list index out range index error. |
|
@mergify rebase |
…of range" Signed-off-by: Chris Chase <cchase@redhat.com>
✅ Branch has been successfully rebased |
6040188 to
eb63902
Compare
|
@mergify rebase |
❌ Unable to rebase: user
|
|
@mergify rebase |
❌ Base branch update has failedDetails
|
|
Merging this into main since the change being made here is only adding a safety precaution before we access a potentially undefined variable, and many people have complained about this exact issue. The e2e test failure is unrelated. |
|
@bbrowning are you ok running |
I think this should be |
|
@Mergifyio backport release-0.7 |
❌ No backport have been createdDetails
GitHub error: |
|
@Mergifyio backport release-v0.7 |
✅ Backports have been createdDetails
|
|
Yes, thanks for the nudge - we were just discussing this in our standup 😄 |
Add empty list check for element before table to fix "list index out of range" (backport #549)
Fixes #548