-
Notifications
You must be signed in to change notification settings - Fork 343
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
drop output-check-record feature #5185
Conversation
174e481
to
425ba5a
Compare
LGTM. There are still some left overs in |
Maybe those are fixed with the new PR. @ana, I just fixed the |
425ba5a
to
216bc87
Compare
'on' and 'off' are not being used anymore. Signed-off-by: Beraldo Leal <bleal@redhat.com>
This is working only on legacy runner that we don't support anymore. Also, this it was deprecated at a922b24. Since we are working on a new feature with a complete new design based on the new runner architecture, lets drop to avoid creating the new feature with legacy code. Related to avocado-framework#3882. Signed-off-by: Beraldo Leal <bleal@redhat.com>
We are not supporting the legacy code at this point anymore. Let's drop this portion of the code. Signed-off-by: Beraldo Leal <bleal@redhat.com>
This will improve a little the code readability. Signed-off-by: Beraldo Leal <bleal@redhat.com>
IIUC, this plugin only makes sense with the legacy feature. Signed-off-by: Beraldo Leal <bleal@redhat.com>
216bc87
to
f1fe549
Compare
I found some of the leftovers on man/avocado.rst. Please let me know if you are catching something that I'm missing. |
@beraldoleal FYI, that are some tests still failing on CI. |
Thanks. it seems ok now! |
@clebergnu some issues with cirrus, just restarted and it is working now. |
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.
LGTM
The "output-check-record" feature was removed from the legacy runner a while ago. This seems to be unused code that could have been removed then, so better be removed now. Reference: avocado-framework#5185 Reference: avocado-framework#3882 Signed-off-by: Cleber Rosa <crosa@redhat.com>
The "output-check-record" feature was removed from the legacy runner a while ago. This seems to be unused code that could have been removed then, so better be removed now. Reference: avocado-framework#5185 Reference: avocado-framework#3882 Signed-off-by: Cleber Rosa <crosa@redhat.com>
The "output-check-record" feature was removed from the legacy runner a while ago. This seems to be unused code that could have been removed then, so better be removed now. Reference: avocado-framework#5185 Reference: avocado-framework#3882 Signed-off-by: Cleber Rosa <crosa@redhat.com>
The "output-check-record" feature was removed from the legacy runner a while ago. This seems to be unused code that could have been removed then, so better be removed now. Reference: avocado-framework#5185 Reference: avocado-framework#3882 Signed-off-by: Cleber Rosa <crosa@redhat.com>
This feature is deprecated and also only works with the legacy runner. In order to implement a new version of this with the new runner architecture would be nice to have a nice "fresh start" and avoid having legacy code. If this makes sense, new tests will be introduced when implementing the new version of this feature, described at #3882.
Signed-off-by: Beraldo Leal bleal@redhat.com