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

Fixes bug where slurm users are terminated #97

Merged
merged 1 commit into from
Dec 20, 2023
Merged

Conversation

djperrefort
Copy link
Member

The ordering of the filtering functions introduced a bug where the process data used to identify Slurm users was filtered out by previous filter functions. This PR fixes the issue by updating the order of operations.

A more robust fix is to combine the results of each filter function at the end instead of chaining them one after another. After talking offline, it's been decided to implement such a fix in the future if it becomes necessary (or as more time becomes availible).

@djperrefort djperrefort enabled auto-merge (squash) December 20, 2023 21:11
@djperrefort djperrefort merged commit 6c6b108 into main Dec 20, 2023
20 checks passed
@djperrefort djperrefort deleted the filtering_order branch December 20, 2023 21:13
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.

1 participant