Add unit test reports to L0_json, L0_metrics, L0_response_cache, L0_backend_python #6823
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.
tu.TestResultCollector
as it interfered withpytest
usage. Wasn't able to find a quick reason/solution as to why - it involved the use ofsuper()
and certain expected object types. Reverting the classes to inheriting fromunittest.TestCase
directly fixed the issue.check_test_results
since thetu.TestResultCollector
was no longer generating the text file with pass/fail counts. For the short term, I think the numbers shown in gitlab from the reports can replace this for now. Longer term, I think we can modifycheck_test_results
to understand the.xml
reports as well, rather than our custom.json
.Example report generated on gitlab side:
![image](https://private-user-images.githubusercontent.com/21284872/299437857-6c432e22-b9fd-491f-b1b4-ffa48decf74e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMzkxOTgsIm5iZiI6MTczOTEzODg5OCwicGF0aCI6Ii8yMTI4NDg3Mi8yOTk0Mzc4NTctNmM0MzJlMjItYjlmZC00OTFmLWIxYjQtZmZhNDhkZWNmNzRlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDIyMDgxOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTk4YmNhYmEzMzYxNmI4OGZmMTkxNjkxNmJmYzgxNzQzMDUxZTkxMjRhNGNkNWZkNzM3Mzk1MWViYjU4NWJlMDUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.eFqz2IESTeRemSpY8ebOUhRSt6-dbCSjiIdUc5gzTxk)