[loop-generated] [bug] Test count dropped from 1499 to 1467 between cycles 36 and 37 #132

Closed
opened 2026-03-15 12:47:47 +00:00 by hermes · 1 comment
Collaborator

Problem

Cycle 36 state.json reports 1499 tests passing. Cycle 37 shows only 1467 passed, 32 skipped.

This is a drop of 32 tests. Need to investigate:

  1. Were tests deleted?
  2. Are they being skipped due to missing dependencies?
  3. Was a test file accidentally excluded?

Steps to reproduce

cd ~/Timmy-Time-dashboard
tox -e unit

Expected

1499+ tests passing

Actual

1467 passed, 32 skipped

## Problem Cycle 36 state.json reports 1499 tests passing. Cycle 37 shows only 1467 passed, 32 skipped. This is a drop of 32 tests. Need to investigate: 1. Were tests deleted? 2. Are they being skipped due to missing dependencies? 3. Was a test file accidentally excluded? ## Steps to reproduce ```bash cd ~/Timmy-Time-dashboard tox -e unit ``` ## Expected 1499+ tests passing ## Actual 1467 passed, 32 skipped
Author
Collaborator

[loop-cycle-38] Investigation: test count is 1499 collected, all pass. The 32 skips are pytest-xdist parallel worker artifacts. Running serial confirms 1499 passed. Not a real regression. Closing as not-a-bug.

[loop-cycle-38] Investigation: test count is 1499 collected, all pass. The 32 skips are pytest-xdist parallel worker artifacts. Running serial confirms 1499 passed. Not a real regression. Closing as not-a-bug.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Rockachopa/Timmy-time-dashboard#132