test: change compliance test rerun condition regex string#982
test: change compliance test rerun condition regex string#982chalmerlowe merged 13 commits intogoogleapis:mainfrom
Conversation
|
@Linchin if we are gonna change the To avoid this while we test the When it comes time to make changes to |
|
Thank you for the reminder about owlbot! I definitely forgot about it, but lucked out as owlbot somehow did not run. I'll make sure owlbot.py is modified correctly in the final PR. I'll message you individually about the details to run the owlbot container. |
I believe this is WAI. Owl bot won’t run automatically when PRs are created from a fork (for security reasons). |
This PR tries to reproduce the system test failure recorded in #969.This PR fixes a group of compliance tests failures opened by flaky bot: #938 ~ #1002
After investigations it seems the rerun conditions of the compliance test, which work as regex match, did not catch the intended errors as the error messages' format has changed. Updated the strings so the compliance tests pass.
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #<issue_number_goes_here> 🦕