Fix env fail timeout#78
Open
itkovian wants to merge 50 commits intohpcugent:24.11.ugfrom
Open
Conversation
Member
itkovian
commented
Dec 12, 2025
- raise timeout to 600s
- bump to 24.11.7
See merge request SchedMD/dev/slurm!1943
Issue: 50186 Issue: 50420 Cherry-picked: d492dcc
Issue: 50186 Issue: 50420 Cherry-picked: cf55dbe
See merge request SchedMD/dev/slurm!1947
See merge request SchedMD/dev/slurm!1962
Cherry-picked: d16beee
This should be useful to check version that C code will link against. Issue: 50420 Cherry-picked: a1d164e
See merge request SchedMD/dev/slurm!1966
Ticket: 23355 Issue: 50637 Cherry-picked: 3bcba22
See merge request SchedMD/dev/slurm!1973
Sometimes squeue may print the components of a het job in a different order, so we should not relay on that order. Ticket: 14554 Cherry-picked: 1eb4b81
See merge request SchedMD/dev/slurm!1983
The HetJobId is not present in all jobs, so when the test is run after other tests we may have jobs in the system without it. Ticket: 14554 Cherry-picked: c1d5c90
See merge request SchedMD/dev/slurm!1994
Issue: 50420 Cherry-picked: a452aa5
Issue: 50420 Cherry-picked: 6b4dd2a
See merge request SchedMD/dev/slurm!2008
srun jobs would occasionally surpass the 60 second timeout defined in test_srun_ports_in_range, causing the following tests to fail due to nodes still being in use. Extending the timeout to 120 should prevent the test from failing. We are also updating the number of configured ports to improve the test log messages. Issue: 50548 Ticket: 19089 Cherry-picked: 7590dc6
See merge request SchedMD/dev/slurm!2011
The issue was fixed in 24.11.1. Ticket: 10366 Cherry-picked: e81159e
See merge request SchedMD/dev/slurm!2036
See merge request SchedMD/dev/slurm!2021
Ticket: 23371 Issue: 50636 Cherry-picked: 1cf2dcd
See merge request SchedMD/dev/slurm!2041
Issue: 50466 Ticket: 23173 Cherry-picked: 0c780c1
See merge request SchedMD/dev/slurm!2059
See merge request SchedMD/dev/slurm!2073
Cherry-picked: 6bfd24c
See merge request SchedMD/dev/slurm!2081
Ticket: 20993 Ticket: 20483 Cherry-picked: bb1923b
See merge request SchedMD/dev/slurm!2097
Cherry-picked: 54af5df
See merge request SchedMD/dev/slurm!2124
Before when deleting a host range, hostlist_shift_iterators() would set the i->idx to the host range before the deleted one. It also would not reset the i->depth to -1. For example, if you have a hostlist "a[1-2],b1,c1", and hostlist_remove() was called while the hostlist iterator was on b1, the next call to hostlist_next() would return a2 when it should be c1. This make it so if the host range i->idx was referencing was deleted then i->idx will be set to the new index referencing the host range after the one that was deleted, and it will reset the depth. This issue could cause memory corruption in _get_alias_addrs() when writing to forward->alias_addrs.node_addrs[addr_index] because the hostlist iterator loop could repeat host ranges leading to addr_index going out of bounds. Ticket: 23676 Co-authored-by: Megan Dahl <megan@schedmd.com> Changelog: Prevent potential memory corruption while forwarding messages that require addresses to be packed. Cherry-picked: c2c01c5
Test iterating through hostlist iterators to verify every host is seen and not repeated. This also test iterating while deleting hosts from the list. Patch includes run of 'autoreconf -i'. Ticket: 23676 Cherry-picked: 8319188
See merge request SchedMD/dev/slurm!2339
Ticket: 24012 Changelog: slurmctld - Prevent a fatal when min_exempt_priority is not the last option listed in PreemptParameters. Cherry-picked: 4db2cf6
See merge request SchedMD/dev/slurm!2531
Update slurm.spec and debian/changelog as well.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.