Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

parfile_test should use test size/timeout #72

Open
mjansche opened this issue Jan 26, 2018 · 0 comments
Open

parfile_test should use test size/timeout #72

mjansche opened this issue Jan 26, 2018 · 0 comments
Assignees
Labels

Comments

@mjansche
Copy link

When running a par_test, the native py_test uses size/timeout as specified in kwargs. But the corresponding parfile_test ignores those, defaulting to size="moderate". Not a major issue, but impacts e.g. smoke testing when I want to run small/short tests first: in a par_test marked as size="small" the native py_test gets run but the corresponding parfile_test gets filtered out due to its larger size. Expected instead: The parfile_test gets run using the size/timeout as specified in the par_test.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants