Skip to content

Add tests for config pass-through and seed-host edge cases #47

@m-szymon

Description

@m-szymon

Current tests check config API surface and a few specific config behaviors, but do not cover value pass-through broadly or seed-host boundary cases.

Include:

  • builder/config pass-through correctness for forwarded DynamoDB options such as timeout, retry config, and region
  • invalid seed host handling for malformed or unusual values
  • duplicate seed host handling during discovery and refresh

Expected outcome:

  • forwarded config values are preserved in the resulting inner client config
  • invalid seed host entries are rejected or ignored in a well-defined way
  • duplicate seed hosts do not cause unstable behavior or unnecessary duplicate discovery traffic

Part of #41.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No fields configured for Task.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions