| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
This pull request revamps the parallelization output in the Kokoro system test script, renaming 'passed' packages to 'succeeded' and adding detailed log outputs for succeeded packages. It also introduces temporary configurations and a dummy test in google-cloud-dns to verify mixed test results. Feedback on these changes suggests removing the temporary experimental configurations and dummy test before merging. Additionally, it is recommended to avoid printing detailed logs for succeeded packages to prevent excessively large and noisy CI/CD build logs, opting instead to list only their names.
Sorry, something went wrong.
|
Do-not-merge added as a pre-emptive barrier to ensure that all fake tests and similar triggers are removed before merge. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM, after trigger comments are removed
Sorry, something went wrong.
There was a problem hiding this comment.
Removing trigger comments. Reckon I am gonna leave this unmerged until Monday since this has a broad ranging the can impact troubleshooting, debugging. Would like to be there when this first starts being used broadly to handle any unforeseen issues.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Warning
Problem
The current parallel system test output can be difficult to read and search, especially when dealing with many packages or mixed results (where some test sessions pass and others fail). Logs for successful packages were often hidden, and searching for specific package results required scanning through large blocks of text.
Solution
This PR revamps the output format of parallel system tests to improve readability and searchability (CTRL+F).
Specific Changes
Note
🔍 Search Cheat Sheet for Reviewers