Skip to content

Allow implementing ExecutableQuery interface #1759

@worryg0d

Description

@worryg0d

The driver allows users to provide their implementations of HostSelectionPolicy. However, it contains Pick() method that requires an arg of the ExecutableQuery type. The ExecutableQuery interface can't be implemented outside the pkg because it consists of private methods such as execute(), attempt(), etc.
The driver should allow users to implement ExecutableQuery to allow them to test their custom implementations of anything that requires ExecutableQuery.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions