Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix obsolete outputs bug tests #749

Closed
wants to merge 5 commits into from
Closed

Conversation

madwort
Copy link
Contributor

@madwort madwort commented Oct 4, 2024

@madwort madwort force-pushed the madwort/obselete-outputs-issue branch 2 times, most recently from 894dd65 to d93f2eb Compare October 4, 2024 13:53
@madwort madwort changed the title Make test fail reliably Fix obsolete outputs bug Oct 4, 2024
# Remove running jobs from the list - this function is used to compare a
# job to a previously completed job, if we include running jobs here
# we will compare a job to itself (with hilarious consequences!)
jobs = filter(lambda x: x.state != State.RUNNING, jobs)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this breaks a ton of other stuff!

@madwort madwort force-pushed the madwort/obselete-outputs-issue branch from c97df18 to caf078b Compare October 5, 2024 09:48
@madwort madwort changed the title Fix obsolete outputs bug Fix obsolete outputs bug tests Oct 9, 2024
@madwort
Copy link
Contributor Author

madwort commented Oct 9, 2024

most of this is in #755

@madwort madwort closed this Oct 9, 2024
@madwort madwort deleted the madwort/obselete-outputs-issue branch October 9, 2024 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

get_obsolete_files() not functioning
1 participant