-
Notifications
You must be signed in to change notification settings - Fork 11
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
Automatic SUT selection for graphs is not working properly #550
Comments
soyacz
added a commit
to soyacz/argus
that referenced
this issue
Dec 20, 2024
Before implementing proper fix with ability to SUT package for graphs, introducing quick issue workaround to enable work with some tests. refs: scylladb#550
btw. it's on staging for testing |
soyacz
added a commit
that referenced
this issue
Dec 23, 2024
Before implementing proper fix with ability to SUT package for graphs, introducing quick issue workaround to enable work with some tests. refs: #550
soyacz
added a commit
to soyacz/argus
that referenced
this issue
Jan 17, 2025
In some cases it will be hard to automatically select proper SUT - test that runs for the first time, or not supported package name by automatic sut selection. Allowed client (tests) to specify 'sut_package_name' - bypassing automatic selection. fixes: scylladb#550
soyacz
added a commit
to soyacz/argus
that referenced
this issue
Jan 17, 2025
In some cases it will be hard to automatically select proper SUT - test that runs for the first time, or not supported package name by automatic sut selection. Allowed client (tests) to specify 'sut_package_name' - bypassing automatic selection. fixes: scylladb#550
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are cases (e.g. https://argus.scylladb.com/test_runs?state=WyI5YzUzYTc5NS0zODFiLTQ4ZWQtOTYwYS02ZDE4NGRhY2FiYTciXQ) where SUT is not chosen properly (selects kernel instead of Scylla).
Add ability to manualy select SUT package name (and save it for the future)
The text was updated successfully, but these errors were encountered: