Skip to content
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

avocado.Test: remove runner queue #5864

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

clebergnu
Copy link
Contributor

The runner_queue property of avocado.Test (and related methods and attributes) is used by the legacy runner only.

This is a change in the core test API, but as can be seen from the fact that the latest LTS release (103.0) does not ship with the legacy runner, it's an interface that is not used and produces no effect. Thus, it can and should be removed.

Fixes: #5340

The runner_queue property of avocado.Test (and related methods and
attributes) is used by the legacy runner only.

This is a change in the core test API, but as can be seen from the
fact that the latest LTS release (103.0) does not ship with the legacy
runner, it's an interface that is not used and produces no effect.
Thus, it can and should be removed.

Fixes: avocado-framework#5340
Signed-off-by: Cleber Rosa <[email protected]>
@clebergnu clebergnu added this to the #104 - Codename TBD milestone Feb 5, 2024
@clebergnu clebergnu self-assigned this Feb 5, 2024
@richtja richtja merged commit ee4463f into avocado-framework:master Feb 5, 2024
60 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Legacy runner: remove avocado.Test.*runner_queue*
2 participants