Skip to content

Commit

Permalink
PP-404: Address remaining comments for cgroups hook after checkin (pa…
Browse files Browse the repository at this point in the history
…rt 2)
  • Loading branch information
mike0042 committed Nov 28, 2017
1 parent 2dfc2ba commit 3569105
Show file tree
Hide file tree
Showing 10 changed files with 1,487 additions and 5,220 deletions.
2,173 changes: 1,249 additions & 924 deletions src/hooks/cgroups/pbs_cgroups.PY

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion test/fw/ptl/lib/pbs_testlib.py
Expand Up @@ -10811,7 +10811,9 @@ def apply_config(self, config=None, validate=True, path=None):
if validate:
self.signal('-HUP')
try:
self.log_match("Error reading line", n=10,
self.log_match("Sched;reconfigure;Scheduler is reconfiguring",
n=10, starttime=reconfig_time)
self.log_match("Error reading line", n=10, max_attempts=2,
starttime=reconfig_time, existence=False)
except PtlLogMatchError:
_msg = 'Error in validating sched_config changes'
Expand Down
61 changes: 0 additions & 61 deletions test/tests/functional/cgroups/eatmem.py

This file was deleted.

70 changes: 0 additions & 70 deletions test/tests/functional/cgroups/eatmem2.py

This file was deleted.

69 changes: 0 additions & 69 deletions test/tests/functional/cgroups/eatmem3.py

This file was deleted.

54 changes: 0 additions & 54 deletions test/tests/functional/cgroups/pbs_cgroups.json

This file was deleted.

0 comments on commit 3569105

Please sign in to comment.