-
Notifications
You must be signed in to change notification settings - Fork 78
use pytest-skip plugin for selection in the test script #5502
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
base: main
Are you sure you want to change the base?
Conversation
| ) | ||
| fi | ||
|
|
||
| if [[ $TRITON_TEST_DEBUG_FAIL = true ]]; then |
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.
Why do we need this option? In my opinion our developers usually debug individual test variant and call pytest directly.
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 was added in the previous PR and is merely meant to be a convenience thing.
47d2726 to
594a16f
Compare
|
One matmul case is failing on rolling: Unable to reproduce locally on driver 1206. Have yet to check rolling locally. |
Removes --text-expr argument and replaces it with --select <name> Refactors --pdb pytest call into pytest-utils.sh Signed-off-by: Sławomir Błauciak <[email protected]>
594a16f to
e7134ca
Compare
|
Tests pass after rebase. |
Removes --text-expr argument and replaces it with --select
Refactors --pdb pytest call into pytest-utils.sh