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

DM-31944: Fix HTCondor plugin splitting single concurrency_limit #49

Merged
merged 2 commits into from Sep 29, 2021

Conversation

MichelleGower
Copy link
Collaborator

@MichelleGower MichelleGower commented Sep 29, 2021

Since I was in that plugin, I also tried out SET_JOB_ATTR to save bps_* attributes to .dag file so that they still are in the classad after a manual condor_submit_dag restart.

Checklist

  • ran Jenkins
  • added a release note for user-visible changes to doc/changes

Use SET_JOB_ATTR to add the bps_* attributes to the .dag file.  This
means when dag is restarted it will still have the bps_* attributes
and thus show up in bps report.
When exactly one concurrency_limit value, the bug was converting
the value into a comma-separated list of characters.  There was an
inconsistency across the code about whether the value was guaranteed
to be a list or not.  Changed all code to treat it as string, because
that is what was currently actually stored.
@MichelleGower MichelleGower merged commit aaf56d1 into master Sep 29, 2021
@MichelleGower MichelleGower deleted the tickets/DM-31944 branch September 29, 2021 19:27
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.

None yet

2 participants