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

[Integ-test] Reduce sporadic failures from `test_slurm_memory_based_scheduling #6436

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

hanwen-pcluste
Copy link
Contributor

@hanwen-pcluste hanwen-pcluste commented Sep 18, 2024

Changed an error to warning because asserting job failures from insufficient memory is not the purpose of the test. Rather, the test purpose is: when memory based scheduling is disabled, the total requested memory of jobs on a node can surpass the total memory; when memory based scheduling is enabled, the jobs wait until previous jobs finish.

When memory based scheduling is disabled, how operating systems handle two jobs requesting more memory than it has is not our concern.

Tests

  • test_slurm_memory_based_scheduling passed on alinux2, rhel8, ubuntu20

Please review the guidelines for contributing and Pull Request Instructions.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

…cheduling`

Changed an error to warning because asserting job failures from insufficient memory is not the purpose of the test.
Rather, the test purpose is, when memory based scheduling is disabled, the total requested memory of jobs on a node can surpass the total memory; when memory based scheduling is enabled, the jobs wait until previous jobs finish.

When memory based scheduling is disabled, how operating systems handles two jobs requesting more memory than it has is not our concern.

Signed-off-by: Hanwen <[email protected]>
@hanwen-pcluste hanwen-pcluste requested review from a team as code owners September 18, 2024 20:25
@hanwen-pcluste hanwen-pcluste added the skip-changelog-update Disables the check that enforces changelog updates in PRs label Sep 18, 2024
@hanwen-pcluste hanwen-pcluste enabled auto-merge (rebase) September 18, 2024 20:26
@hanwen-pcluste hanwen-pcluste merged commit 03d0c88 into aws:develop Sep 18, 2024
28 of 29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog-update Disables the check that enforces changelog updates in PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants