Skip to content

Commit f3b0b60

Browse files
authored
Fix test_cloudwatch_logging test
Mock creation of /var/log/slurmdbd.log so that it can be exported to CloudWatch Signed-off-by: Jacopo De Amicis <[email protected]>
1 parent 31d168a commit f3b0b60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration-tests/tests/cloudwatch_logging/test_cloudwatch_logging.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ def _populate_head_node_log_existence(self):
361361
"/var/log/parallelcluster/slurm_resume.log",
362362
"/var/log/parallelcluster/slurm_suspend.log",
363363
"/var/log/parallelcluster/slurm_fleet_status_manager.log",
364+
"/var/log/slurmdbd.log",
364365
]
365366
if self.scheduler == "slurm"
366367
else []

0 commit comments

Comments
 (0)