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 incorrect lsf_driver integration test #7553

Merged
merged 1 commit into from
Apr 4, 2024

Conversation

jonathan-eq
Copy link
Contributor

@jonathan-eq jonathan-eq commented Apr 4, 2024

Issue
Resolves #7550

Approach
This commit fixes the invald resource requirement in /tests/integration_tests/scheduler/test_lsf_driver.py::test_submit_with_resource_requirement

(Screenshot of new behavior in GUI if applicable)

  • PR title captures the intent of the changes, and is fitting for release notes.
  • Added appropriate release note label
  • Commit history is consistent and clean, in line with the contribution guidelines.
  • Make sure tests pass locally (after every commit!)

When applicable

  • When there are user facing changes: Updated documentation
  • New behavior or changes to existing untested code: Ensured that unit tests are added (See Ground Rules).
  • Large PR: Prepare changes in small commits for more convenient review
  • Bug fix: Add regression test for the bug
  • Bug fix: Create Backport PR to latest release

@jonathan-eq jonathan-eq added bug release-notes:skip If there should be no mention of this in release notes labels Apr 4, 2024
@jonathan-eq jonathan-eq force-pushed the fix-lsf-resource branch 8 times, most recently from 3aa4d5f to 0478143 Compare April 4, 2024 08:14
@jonathan-eq jonathan-eq changed the title Fix bsub malformated resource requirement option Fix incorrect lsf_driver integration test Apr 4, 2024
This commit fixes the invald resource requirement in /tests/integration_tests/scheduler/test_lsf_driver.py::test_submit_with_resource_requirement
@berland
Copy link
Contributor

berland commented Apr 4, 2024

Have the integration tests for LSF been run manually?

Copy link
Contributor

@berland berland left a comment

Choose a reason for hiding this comment

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

👍🏻

@jonathan-eq jonathan-eq enabled auto-merge (rebase) April 4, 2024 09:53
@jonathan-eq jonathan-eq merged commit cdc90ba into equinor:main Apr 4, 2024
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug release-notes:skip If there should be no mention of this in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Resource description given to LSF fails in Python driver
2 participants