You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
When running a
par_test
, the nativepy_test
uses size/timeout as specified in kwargs. But the correspondingparfile_test
ignores those, defaulting tosize="moderate"
. Not a major issue, but impacts e.g. smoke testing when I want to run small/short tests first: in apar_test
marked assize="small"
the nativepy_test
gets run but the correspondingparfile_test
gets filtered out due to its larger size. Expected instead: Theparfile_test
gets run using the size/timeout as specified in thepar_test
.The text was updated successfully, but these errors were encountered: