Skip to content

Improve statistics test coverage #8228

Open
@alamb

Description

@alamb

Is your feature request related to a problem or challenge?

It is clear that the current statistics code is lacking tests . For example I was about to delete code #8172 but thankfully @berkaysynnada pointed out the code was actually different, yet not tests failed.

I spent some time auditing the codebase for tests, and here is what I found:

places that I think could do with some additional coverage

These places have tests, but we should review them to ensure that the coverage is adequte

Here are the places that do have tests, but the coverage probably needs to be reviewed

places that appear to be lacking coverage at all

Here are impl ExecutionPlan that implement statistics but I didn't find any tests (though I could have missed them)

Describe the solution you'd like

Review and add coverage as necessary to locations above

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions