-
Notifications
You must be signed in to change notification settings - Fork 103
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
[test] Adapt IOR checks to build systems #505
[test] Adapt IOR checks to build systems #505
Conversation
@jenkins-cscs retry dom |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems also that the maintenance
tag has been disappeared. Filtering the tests with -t maintenance
yields nothing.
cscs-checks/system/io/ior_check.py
Outdated
'-D 300 -k -o %s' % self.test_file).split() | ||
self.executable_opts = ['-r', '-a MPIIO', '-B', '-E', '-F', | ||
'-t 64m', '-b 32g', '-D 300', '-k', | ||
' -o %s' % self.test_file] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[..., '-o', self.test_file]
cscs-checks/system/io/ior_check.py
Outdated
@@ -179,13 +196,15 @@ def __init__(self, name, fs_mount_point, ior_type, num_tasks, **kwargs): | |||
self.tags = {'monch_acceptance'} | |||
|
|||
|
|||
@rfm.parameterized_test(*(['/mnt/lnec', 'MPIIO', task] | |||
for task in [40, 80, 160])) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
task
-> num_tasks
or nt
.
There was no |
@teojgo No, there should be a
|
Codecov Report
@@ Coverage Diff @@
## master #505 +/- ##
=======================================
Coverage 91.39% 91.39%
=======================================
Files 72 72
Lines 8737 8737
=======================================
Hits 7985 7985
Misses 752 752 Continue to review full report at Codecov.
|
Fixes #497