Skip to content

Test case flakiness due to the multi threaded nature of test case execution #131

@shubhamaggarwal

Description

@shubhamaggarwal

Problem: Test cases in this repository are executed in a multi threaded manner. The test cases are written in a way where the ports are shared among multiple test cases which spawn multiple dkv servers. This causes concurrency issues as there is no concurrency control on access of these shared variables. Due to this the test case execution is flaky and sometimes requires multiple attempts to pass.

Proposed Solution: Use local (and unique) port numbers for different test cases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions