Skip to content

Simplify ET replay and add Integration testing #91

@briancoutinho

Description

@briancoutinho

Summary

Today there are two replay logic supported - one for only comms and one for compute+comm. This has several drawbacks

  • Code exists in two directories - compute and comms
  • Changes in one side are not testing compatibility with the other.
  • @TaekyungHeo has observed bugs and crashes with the replay when both compute and comms is enabled.

Crashes

@TaekyungHeo to add more info on how to reproduce issues

Code unification

Basic idea is to pull things out to a replay directory and unify the code
Details TBD

Integration testing

Ensure changes are unit tested to avoid impact to external users.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions