-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ta): new prev result format in finisher
this commit modifies the test results finisher to handle the new format of previous_results that the processor will be outputting in the future it also adds some typing to identify both the type of the old format and the type of the new format we want to go from a list[list[dict[str, str] | list[Any]]] to list[bool] where the only key in the dict of the first type is: "successful": bool because of the rollout strategy we have to start with this change that will deploy code to the finisher that can handle both formats then we will push the change to the processor to start producing the new format and finally we will remove the code that handles the old format from the finisher
- Loading branch information
1 parent
eb66157
commit bc0f90b
Showing
2 changed files
with
31 additions
and
24 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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