Uh oh!
There was an error while loading. Please reload this page.
[scripts] Adding run_tests.sh script - #953
Conversation
rparolin
commented
Sep 8, 2025
/ok to test 99646dd |
This comment has been minimized.
This comment has been minimized.
leofang
commented
Sep 9, 2025
Ralf is probably the main user of the toolshed scripts, so let me request his review |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| Options: | ||
| -v, --verbose Verbose pytest output (-ra -s -v) | ||
| --install Force editable install with [test] extras |
There was a problem hiding this comment.
This seems a bit out of scope for a script that runs tests. Personally I would be surprised if a script called run_test_all started installing stuff and assumed that pip install -e . is a thing from wherever I ran it.
Installing dependencies seems like a separate concern from running tests.
There was a problem hiding this comment.
Yeah, I was on the fence about this but I was wanting this to be "one stop shop" script that handles everything a user would need when running from a clean branch.
Uh oh!
There was an error while loading. Please reload this page.
run_test_all.sh scriptrun_test_all.sh scriptrun_test_all.sh scriptrun_tests.sh script…. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # Date: Tue Sep 9 15:07:24 2025 -0700 # # On branch rparolin/run_test_all # Your branch is up to date with 'origin/rparolin/run_test_all'. # # Changes to be committed: # new file: conftest.py # new file: pytest.ini # modified: scripts/run_tests.sh # modified: tests/integration/test_smoke.py #
… into rparolin/run_test_all
rparolin
commented
Sep 9, 2025
/ok test ed3236a |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
rparolin
commented
Sep 10, 2025
/ok to test 8b5ae53 |
rparolin
commented
Sep 15, 2025
/ok to test 6c32a0b |
…sabled flag: CUDA_PYTHON_CUDA_PER_THREAD_DEFAULT_STREAM
rparolin
commented
Sep 16, 2025
/ok to test 4dd2fac |
rparolin
commented
Sep 16, 2025
rwgk
left a comment
There was a problem hiding this comment.
I didn't review run_tests.sh in detail, but I'll try it out as soon as this PR is merged!
Uh oh!
There was an error while loading. Please reload this page.
rparolin
commented
Sep 16, 2025
/ok to test 846c5c7 |
rparolin
commented
Sep 16, 2025
@rwgk Sorry to trouble you again for another review. Its making me get the PR re-approved after I made your requested change. |
Uh oh!
There was an error while loading. Please reload this page.
|
rwgk
commented
Sep 16, 2025
Sorry I missed this before! Great to see this merged. |
rparolin
commented
Sep 16, 2025
Thanks everyone! 👍 🚀 |
Uh oh!
There was an error while loading. Please reload this page.
[scripts] Adding
run_tests.shscriptThe
run_tests.shscript runs all the nested cuda_python modules unit tests and reports back a unified status.