Skip to content

Negative/out-of-order clocks silently pass check_latency #15

Description

@royalpinto007

Problem

Corrupt fixtures pass silently: an agent turn starting before the user turn ends (negative gap) yields zero findings instead of flagging bad timing data.

Where

voiceeval/checks.py (check_latency: gap = agent.start_s - user.end_s, only gap > budget flagged).

Acceptance

Add a failing test first with overlapping/out-of-order timestamps, asserting a finding (or explicit invalid-timing error) rather than silence. Then fix.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions