aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/test_repos.py
Commit message (Collapse)AuthorAge
* Fix permission denied errors on CI in unittests (#4664)Gravatar jonathanmetzman2020-11-20
| | | Also remove usrstcp from the repos we do tests since they no longer work with usrstcp (repo history seems to have been rewritten).
* [NFC][CIFuzz] Fix coding issues. (#4550)Gravatar jonathanmetzman2020-11-17
| | | | | | | | | | Fix some coding and style issues. 1. Treat "testcase" as one word. This is consistent with ClusterFuzz. 2. Treat "stacktrace" as one word. This is consistent with ClusterFuzz. 3. Fix spelling of comments and words in code. 4. Use descriptive style docstrings and remove unnecessary clutter (e.g. "Test the functionality of foo_function function in bar module" becomes "Tests foo_function." 5. Use JSON for a list needed in testing instead of pickle.
* [CIFuzz] Go support (#3352)Gravatar Leo Neat2020-02-06
| | | | | | | | | | | | | | * Add go support to detecting the main repo * Go support test update * Format * Format * Removing debug statment * Format
* [CIFuzz] Fix .strip bug. (#3349)Gravatar Leo Neat2020-02-06
|
* [infra] unit/integration test updates (#3300)Gravatar Leo Neat2020-01-30
* Merging build_specified_commit.py and utils.py * undo dataflow change * Updating RepoManager tests * Updated detect_repo_tests * Build specified commit updated * Updated test_repos * updating bisector tests * formatting updates * Switch inversions * Rebase master