Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-11 | Runtime test batch executor | Ayush Ranjan | |
Earlier we were docker exec-ing each test at a time. However invoking the test framework has a fixed overhead which made it infeasible to make the runtime tests run as presubmits. This change now executes tests in batches of 50 (can be altered). This really speeds up testing process. With this change, the following tests can be run in reasonable times: - Go - Nodejs - Php - Python PiperOrigin-RevId: 320763916 | |||
2020-06-15 | Remove blacklist from //test/runtimes | Michael Pratt | |
Updates #2972 PiperOrigin-RevId: 316534165 |