Update filtering in order to remove any waiting time#53
Merged
hurricane642 merged 2 commits intomainfrom Nov 8, 2023
Merged
Conversation
imaliyov
approved these changes
Nov 8, 2023
Member
|
It's great to hear that the filtering is fast now!! |
Collaborator
Author
Yes, it's because this file is saved in the |
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Continuation of the Issue #12 solution.
After discussion in #52 , it was decided to change the file structure. All tags will now be specified in the main file
test_listing.yml. Accordingly, the functions of getting the full list of tests, getting test tags and filtering them were rewritten. As a result, now the filtering of tests is almost instantaneous.Next, we will need to update the tests in Perturbo according to the changed structure, as well as update all Docker Images. Beyond that, I propose to do a new minor release.