Page MenuHomeClusterLabs Projects

date-X and origin scheduler regression tests fail when run directly
Closed (Merged)Public

Assigned To
Authored By
nrwahl2
Jun 14 2024, 2:26 AM
Tags
  • Restricted Project
  • Restricted Project
Referenced Files
None
Subscribers

Description

Tests date-1, date-2, date-3, and origin pass when run via cts/cts-scheduler (running the whole battery of tests). However, they fail when run individually with cts/cts-scheduler --run <test>. I have not begun investigating. This is an incidental finding.

CC @clumens for awareness since you've been exploring multiprocessing.

Event Timeline

nrwahl2 created this task.
nrwahl2 created this object with edit policy "Restricted Project (Project)".

It's odd that they would only fail when run individually. One clue as to what's going wrong might be that those are the only three tests with the string "Setting effective cluster time" in their summary files, and that string comes from set_effective_date.

I think those are the only three tests in cts-scheduler that also have a third argument to SchedulerTest. This is probably something I broke in one of the refactoring rounds.