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

Move 'first' field into strategy state #3317

Merged
merged 3 commits into from
Apr 8, 2024
Merged

Conversation

benclifford
Copy link
Collaborator

This is part of work to move JobStatusPoller facade state into other classes, as part of job handling rearrangements in PR #3293

This should not change behaviour: each executor has a single PolledExecutorFacade and a single strategy.ExecutorState, and this PR moves the 'first' field from one to the other.

parsl/tests/test_monitoring/test_htex_init_blocks_vs_monitoring.py tests that init_blocks handling still fires properly - that's what is switched by this 'first' field.

Changed Behaviour

none

Type of change

  • Code maintenance/cleanup

This is part of work to move JobStatusPoller facade state into other
classes, as part of job handling rearrangements in PR #3293

This should not change behaviour: each executor has a single
PolledExecutorFacade and a single strategy.ExecutorState, and this
PR moves the 'first' field from one to the other.

parsl/tests/test_monitoring/test_htex_init_blocks_vs_monitoring.py tests that
init_blocks handling still fires properly - that's what is switched by this
'first' field.
parsl/jobs/strategy.py Outdated Show resolved Hide resolved
@benclifford benclifford merged commit ad69440 into master Apr 8, 2024
6 checks passed
@benclifford benclifford deleted the benc-first-strategy-state branch April 8, 2024 16:41
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.

2 participants